mount using samba

Discussion in 'Server Operation' started by pravinkharche, Mar 6, 2008.

  1. pravinkharche

    pravinkharche New Member

    i m using debian and uclinux on uclinux board i have usb hard disk which work fine on uclinux board. now i want to mount that usb drive on my lan network so i can see this drive on any computer on lan

    thanks
    pravin
     
  2. zcworld

    zcworld New Member

    there is an samba web admin tool
    not sure whats its name is

    but you do an it via the smb.conf file
    file is at /etc/samba/smb.conf


    add to it at the bottom

    [usb-hdd]
    comment = my usb hard drive
    path = /mnt/usb-hdd1
    public = yes
    writable = yes
    printable = no
    write list = zcworld


    save the file and try to access it
    it you cant access
    restart samba

    << samba is still new to me but i do now how to add folders to it :)>>
     
  3. pravinkharche

    pravinkharche New Member

    mount smbfs

    thanks zcworld
    but can i do this without samba b'cos i cant have samba server on my uclinux board.pls tell me is ther any alternative
     
  4. zcworld

    zcworld New Member

    not that i know of
    unless someone else says otherwise

    sorry
     
  5. falko

    falko Super Moderator ISPConfig Developer

Share This Page