NMT:Samba: Difference between revisions

From Lundman Wiki
No edit summary
 
No edit summary
Line 1: Line 1:
Easy. Once Telnet access is enabled
Easy. Once Telnet access is enabled


Edit /etc/samba/lib/smb.conf and add a section
Edit /etc/samba/lib/smb.conf and edit the Share section and simply remove the HARD_DRIVE from the path


           [USB_DRIVE_A]
           [Share]
           path = /opt/sybhttpd/localhost.drives/USB_DRIVE_A-1
           '''path = /opt/sybhttpd/localhost.drives/'''
          read only = No
          guest only = Yes
          guest ok = Yes


I did this by simply inserting 'echo' before each line and '>> smb.conf' at the end of each line.
Start and Stop Samba to see the effect, however you may need a reboot.


Stop and start the samba server to see the effect.
You can now mount your USB devices as a network drive in Windows, or share it with your other media streaming devices around the house.

Revision as of 14:37, 23 April 2008

Easy. Once Telnet access is enabled

Edit /etc/samba/lib/smb.conf and edit the Share section and simply remove the HARD_DRIVE from the path

         [Share]
         path = /opt/sybhttpd/localhost.drives/

Start and Stop Samba to see the effect, however you may need a reboot.

You can now mount your USB devices as a network drive in Windows, or share it with your other media streaming devices around the house.