Results 1 to 4 of 4
Hello
I have litte LAN at home 3 computers.My gateway is on Linux OS ( Red Hat ) I running samba ( smbd....) service, but i dont now how to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-22-2003 #1Just Joined!
- Join Date
- Mar 2003
- Posts
- 2
samba mount?
Hello
I have litte LAN at home 3 computers.My gateway is on Linux OS ( Red Hat ) I running samba ( smbd....) service, but i dont now how to mount on my NTFS disk in other computer? ( Others computer name is : FAMILY and i have shared all second disk (Other E
. So.. how to mount from my Linux box into FAMILYs E:disk?
Thanks
- 03-22-2003 #2Just Joined!
- Join Date
- Jan 2003
- Posts
- 22
Linux-2-Windows
mbclient //192.168.254.2/dir -U windows username
to see if you can login and then mount the partition with:
smbmount //client IP/dir /mnt/mountdir -o username=windows username
the dir doesn't have to be there ... hope it helped ...
P.S. you could put it in a shellscript or something ...
- 03-22-2003 #3Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
You might be able to put that in fstab so it mounts at boot. I have not tried that yet though.
- 03-25-2003 #4Just Joined!
- Join Date
- Mar 2003
- Posts
- 2
you could always make a shell script and add it to the rc.local file
in the /etc/rc.d/


Reply With Quote
