1
1
I've just gained full root access through SSH to my readyNAS which runs Debian and I am looking into ways of making network shares available directly on the readyNAS.
I guess my syntax is completely wrong, so how should I really map up the following drive to access it in my SSH terminal?
\\UBUNTU\www
btw that command is one line – madmaze – 2010-12-20T16:08:39.867
1
FYI, the preferred filesystem type is
– user1686 – 2010-12-20T19:19:50.110cifs
, as inmount -t cifs //hostname/share /mount/point
, andsmbmount
/smbfs
are obsolete.