Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
share mount
Name: Morpheus Date: September 2, 2002 at 00:55:56 Pacific
Comment:
I would like to share my C drive on my XP machine with my Linux RH7 box. I configured the smb.conf file, mounted the C drive, made the SAMBA directory in my home directory, chmod'd it to 777. IT WORKED once:), but never again:( I have a funny feeling that file sharing doesn't start at boot up. WAS UP?
Summary: OK, I've got a dual boot linux/win2k up and running. I have a couple fat32 partions that mount automatically using fstab. I have no problem writing or reading to the mounted partitions. Problem is, I ...
Summary: Hello. smbclient -L should print a list of shares mount -t smb \\\\MACHINENAME\\SHAREDDIRECTORY should allow you to mount the shares. Modify /etc/fstab to auto mount at boottime. I'm pretty green in t...
Summary: Basic Questiopn: I can mount a share using this command: smbmount //server/share /mount point How do I go about mounting it automatically? I can't seem to get the line in fstab right...Thanks. ...