 pabloMVM join:2003-06-23 kudos:1 | reply to NETSH
Re: Make a file system mount stick after reboot?I'm going to assume you tried reading the man page and got stuck?
If not: man mount
If so:
//zorra/c /mnt/zorra smbfs username=friendly_user,password=friendly_passwd,sockopt=IPTOS_LOWDELAY,TCP_NODELAY,ro
:)
-- pablo openSUSE 10.2/KDE ISP: TekSavvy DSL; backhauled via a 6KM wireless link |
|
 NETSHGo GatorsPremium join:2002-11-06 united state Reviews:
·Comcast
·AT&T U-Verse
| Here is what I have in the fstab file and it still isnt working. What could I be missing? See entry in bold. The other entries are pre existing.
# This file is edited by fstab-sync - see 'man fstab-sync' for details LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 none /dev/shm tmpfs defaults 0 0 none /proc proc defaults 0 0 none /sys sysfs defaults 0 0 LABEL=/u /u ext3 defaults 1 2 LABEL=SW-cciss/c0d0p3 swap swap defaults 0 0 LABEL=//track/CDList /z smbfs username=****,password=****,sockopt=IPTOS_LOWDELAY,TCP_NODELAY,ro -- =="I am the embodiment of IT"== |
|
 powerhogStinkin' up the jointPremium join:2000-12-14 Owasso, OK | I'd drop the LABEL= part of that line and see what happens. |
|
 NETSHGo GatorsPremium join:2002-11-06 united state 1 edit | nope...still not working. I cant believe how hard this is. Maybe a startup script is the answer instead. -- =="I am the embodiment of IT"== |
|
|
|
 salahx join:2001-12-03 Saint Louis, MO | reply to NETSH said by NETSH:Here is what I have in the fstab file and it still isnt working. What could I be missing? See entry in bold. The other entries are pre existing. LABEL=//track/CDList /z smbfs username=****,password=****,sockopt=IPTOS_LOWDELAY,TCP_NODELAY,ro This should be "cifs" not "smbfs", unless you are connecting to a 9x/ME machine. |
|