LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Auto Mount On Boot Win32 Shares (https://www.linuxquestions.org/questions/linux-networking-3/auto-mount-on-boot-win32-shares-32172/)

zipur 10-07-2002 06:10 PM

Auto Mount On Boot Win32 Shares
 
I am trying to get a windows share to mount on boot on a Suse 8 Pro Linux Box. I have tried the following:

/etc/fstab

#added line
//NTSERVER/Server home/webserver/mnt/server smbfs username=myuser,password=pass 0 0

This does not work.

If I try manually doing this from prompt:

mount -t smbfs //NTSERVER/Server home/webserver/mnt/server username=myuser,password=pass

it works fine.

Ideas?

zipur 10-08-2002 02:38 AM

still no luck :(
 
I have tried everything I can find...

/etc/fstab

[tried]
//NTSERVER/Server /mnt/Server smbfs auto,username=user,password=pass 0 0

[tried]
//NTSERVER/Server /mnt/Server smb username=user,password=pass 0 0

I tried loading autofs on boot too... all references to this look to be quite old, is this needed for auto smbmounting?

I also have tried using some utilities like LinNeighborhood and WebMin. If I create a mount and check the option to recreate on boot, it creates all the entries in /etc/fstab BUT it does not load the mount.

If I mount manually once server is booted, Voila! Works... :( but I want it to auto mount :(

The mounts seem to be happening prior to the network being loaded, how can I check if this is the problem and how can I fix this?

Please :cry: Help?


All times are GMT -5. The time now is 05:18 AM.