Re: [Hampshire] NAS help

Forside

Besvar denne besked
Skribent: Alan Pope
Dato:  
Til: Hampshire LUG Discussion List
Emne: Re: [Hampshire] NAS help
2009/3/22 Tim <xendistar@???>:
>
> I have mounted the drive via the fstab file with the following line
>
> //192.168.1.250/openshare /media/openshare smbfs rw,noauto 0 0
>


Dunno if it helps but this is how I mount my drobo on linux via an
entry in fstab.

//192.168.129.237/drobo /media/drobo cifs
guest,uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0

Note cifs rather than smbfs, and specifying a uid.

Cheers,
Al.