Hi guys
I'm trying to use samba on a RedHat 9 Linux box that will connect to our local Domain with a win 2003 domain controller
samba, winbind, all works great
I just need to create mount points to some network folders.
To create the mount points i did:
mkdir -p /net/abc/1
mkdir -p /net/abc/2
mkdir -p /net/abc/3
Now, someone told me to modify the file system table, FSTAB in /etc/fstab, to reflect the newly created mount points
how would i go about doing that
I tried to add this is in fstab but did not work:
/net/abc/1 /mnt/1 smbfs defaults 0 0
/net/abc/2 /mnt/2 smbfs defaults 0 0
/net/abc/3 /mnt/3 smbfs defaults 0 0
any suggestions?
thanks a lot
I'm trying to use samba on a RedHat 9 Linux box that will connect to our local Domain with a win 2003 domain controller
samba, winbind, all works great
I just need to create mount points to some network folders.
To create the mount points i did:
mkdir -p /net/abc/1
mkdir -p /net/abc/2
mkdir -p /net/abc/3
Now, someone told me to modify the file system table, FSTAB in /etc/fstab, to reflect the newly created mount points
how would i go about doing that
I tried to add this is in fstab but did not work:
/net/abc/1 /mnt/1 smbfs defaults 0 0
/net/abc/2 /mnt/2 smbfs defaults 0 0
/net/abc/3 /mnt/3 smbfs defaults 0 0
any suggestions?
thanks a lot