As you know, in UNIX Systems, Hard Drives are mapped and used as a part of the file directory, such as /dev/cdrom mapped to /media/cdrom etc...
If you want to share a hard drive, you just need to share the directory where the drive is mapped (in the case before, /media/cdrom) ...
try editing the samba's config file as:
Code:
sudo gedit /etc/samba/smb.conf
then, chance the follow section as:
Code:
[public]
comment = Public Stuff
path = /dir where your drive is mapped
public = yes
writable = yes
printable = no
I hope this can help you...
Bookmarks