Re: [Samba] Mounting Share at Boot

2002-10-01 Thread Simeonidis, Steve
I've got the following in my /etc/fstab file //abinidi/common/abinidi/common smbfs uid=500,gid=500,credentials=/etc/smbmount_passwd 0 0 //abinidi/homes /abinidi/home smbfs uid=500,gid=500,credentials=/etc/smbmount_passwd,rw 0 0 //abinidi/networking

Re: [Samba] Mounting Share at Boot

2002-09-30 Thread Frank Matthieß
On Sun, Sep 29, 2002 at 12:25:02PM -0500, Barry Skidmore wrote: //DELL-4400/linux /root/mnt/DELL-4400/linux smbfs auto,user,rw,umask= 0 0 0 When the system (Red Hat 7.2) is booting with the above line in fstab, it hangs up at the following point: Mounting SMB filesystems: If I hit

Re: [Samba] Mounting Share at Boot

2002-09-30 Thread Frank Matthieß
On Mon, Sep 30, 2002 at 12:05:01AM -0500, Barry Skidmore wrote: Frank, I know how to do what you suggest when using smbmount, but not for an entry in fstab. Could you provide some additional help on that? //DELL-4400/linux /root/mnt/DELL-4400/linux smbfs auto,user,rw,umask= 0 0 0

Fwd: Re: [Samba] Mounting Share at Boot

2002-09-30 Thread linux power
--- linux power [EMAIL PROTECTED] skrev: Dato: Mon, 30 Sep 2002 19:53:40 +0200 (CEST) Fra: linux power [EMAIL PROTECTED] Tema: Re: [Samba] Mounting Share at Boot Til: [EMAIL PROTECTED] Have you tried smbmount client machine\\dir '/home/barry' -o username=xxx password=xxx in your

Re: [Samba] Mounting Share at Boot

2002-09-30 Thread Barry Skidmore
This is an excellent idea. In investigating this, however, I have found that I can not even do the following: mount -t smbfs -o username=skidmore,password=xxx //sheltie/linux /root/mnt/sheltie/linux execvp of smbmnt failed.

Re: [Samba] Mounting Share at Boot

2002-09-30 Thread Barry Skidmore
I tried the command you sent and used the quotes. Below is the result, i.e., the same error message: [root@mail skidmore]# /usr/sbin/smbmount sheltie\\linux '/root/mnt/sheltie/linux' -o username=skidmore,password=xxx execvp of smbmnt failed. Error was No such file or directory.smbmnt

Re: [Samba] Mounting Share at Boot

2002-09-30 Thread Barry Skidmore
[skidmore@mail skidmore]$ /usr/sbin/smbmount sheltie\\linux '/home/skidmore/linux' -o username=skidmore,password=xxx execvp of smbmnt failed. Error was No such file or directory.smbmnt failed: 1 I received the same error message after setting up a mount point in my home directory:

Re: [Samba] Mounting Share at Boot

2002-09-30 Thread Barry Skidmore
//sheltie/linux exists on windows. It can be accessed from both Windows (using Network Neighborhood) and from Linux (using smbclient or the xSMBrowser GUI). Do I have to do anything special with the mount point on the Linux side (/home/skidmore/linux), other than to make sure it exists? Barry

Re: [Samba] Mounting Share at Boot

2002-09-30 Thread Thomas Bork
Hallo Barry Skidmore, you wrote: I tried the command you sent and used the quotes. Below is the result, i.e., the same error message: [root@mail skidmore]# /usr/sbin/smbmount sheltie\\linux '/root/mnt/sheltie/linux' -o username=skidmore,password=xxx execvp of smbmnt failed. Error was

Re: [Samba] Mounting Share at Boot

2002-09-30 Thread Barry Skidmore
Tom, Samba was installed by the Red Hat (7.2) installer when the system was originally configured. Since I am not using a self-compiled version of Samba, do I still need to do this? Should I try do see if it solves the problem anyway? Barry if you are using a selfcompiled version, you need

Re: [Samba] Mounting Share at Boot

2002-09-30 Thread Thomas Bork
Hi Barry, you wrote: Samba was installed by the Red Hat (7.2) installer when the system was originally configured. Since I am not using a self-compiled version of Samba, do I still need to do this? Should I try do see if it solves the problem anyway? Barry sorry, I was wrong: This is

[Samba] Mounting Share at Boot

2002-09-29 Thread Barry Skidmore
I am trying to mount a Windows share on my Linux machine at boot time. I tried using the same syntax in /etc/fstab that is in /etc/mtab, but this did not work. Here is the mtab entry: //DELL-4400/linux /root/mnt/DELL-4400/linux smbfs 0 0 Barry -- To unsubscribe from this list go to the

Re: [Samba] Mounting Share at Boot

2002-09-29 Thread Justin Ryan
apologies to the author for double mails, forgot to cc: the list :) Here is the mtab entry: //DELL-4400/linux /root/mnt/DELL-4400/linux smbfs 0 0 Try: DELL-4400/linux /root/mnt/DELL-4400/linux smbfs defaults 0 0 you must specify options for all mount points :) Hope this helps..

Re: [Samba] Mounting Share at Boot

2002-09-29 Thread linux power
Or this. //DELL-4400/linux /root/mnt/DELL-4400/linux smbfs noauto,user,rw umask= 0 0 0 --- Justin Ryan [EMAIL PROTECTED] skrev: apologies to the author for double mails, forgot to cc: the list :) Here is the mtab entry: //DELL-4400/linux /root/mnt/DELL-4400/linux smbfs 0 0

Fwd: Re: [Samba] Mounting Share at Boot

2002-09-29 Thread linux power
(CEST) Fra: linux power [EMAIL PROTECTED] Tema: Re: [Samba] Mounting Share at Boot Til: [EMAIL PROTECTED] Or this. //DELL-4400/linux /root/mnt/DELL-4400/linux smbfs noauto,user,rw umask= 0 0 0 --- Justin Ryan [EMAIL PROTECTED] skrev: apologies to the author for double mails, forgot

Re: [Samba] Mounting Share at Boot

2002-09-29 Thread Barry Skidmore
//DELL-4400/linux /root/mnt/DELL-4400/linux smbfs auto,user,rw,umask= 0 0 0 When the system (Red Hat 7.2) is booting with the above line in fstab, it hangs up at the following point: Mounting SMB filesystems: If I hit Enter, the following message appears: Password: SMB Connection Failed Any

[Samba] Mounting Share at Boot Time

2002-09-28 Thread Barry Skidmore
I have a Windows share that I would like to mount at boot time, but am uncertain what syntax to use in /etc/fstab. The entry in /etc/mtab is the following: //DELL-4400/linux /root/mnt/DELL-4400/linux smbfs 0 0 Do I just use the same syntax in fstab? Thanks, Barry -- To unsubscribe from

Re: [Samba] Mounting Share at Boot Time

2002-09-28 Thread Barry Skidmore
I tried to use this same syntax in fstab that I used in mtab, and the mount failed when I rebooted. Any help with the proper syntax would be appreciated. Thanks, Barry On 09.28.2002 11:31 Barry Skidmore wrote: I have a Windows share that I would like to mount at boot time, but am uncertain