SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : Linux OS.: Technical questions -- Ignore unavailable to you. Want to Upgrade?


To: Greg from Edmonton who wrote (393)4/10/2014 11:09:39 AM
From: Thomas A Watson  Respond to of 484
 
I have run unix on intel processors from an 8088 thru 8086 with some national? plugin board. Did some Sun intel solaris but it was never as usable as linux. Linux from 80386, 80486, pentium to Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz on my current system.

ALso on laptops from 80386 to I7- Asus G74SX

Working I used linux and worked with SGI Sun HP Convex Tektronic unixes. Mostly data processing post and real time embeded. Some GUI apps.



To: Greg from Edmonton who wrote (393)4/10/2014 8:02:13 PM
From: Thomas A Watson  Read Replies (1) | Respond to of 484
 
In further integration today. I found I could not mount exported filesystems from right. I believe it was with nfs.
But I could mount with smb.

mount right:/sda3 /right/sda3 worked with fc13 but not now with u13.10 may not have needed package.

but mount -t cifs //right/sda3 -o username=watson,password=........... /right/sda3 works.

but then as user watson I could not write.

this is where you need to maintain same user number across systems. After I made all watson the same no problems writing

I just thought of another difference between my fc13 and u13.10 operation.

fc13 etho is static 192.168.1.21

u13.10 is dhcp and 192.168.1.109

tried changing right in /etc/hosts from .21 to .109 and did not help.
tried installing
# apt-get install nfs-kernel-server  and does not fix anything.

so I guess I will stick with smb.