Ubuntu 8.10, Intel Core 2 1.86ghz, geforce 8800 gts, 4gb memory, WD caviar.
I have a nas (DNS-323). I can browse it from File Browser by typing smb://mynas/afolder as a location. I want to mount afolder at /media/afolder, but the mount command says "wrong fs type, bad option, bad superblock on //mynas/afolder".
I'm coming from Windows XP. I want to "map a networked drive". Am I on the right track here?
Command I'm using:
Error I'm getting:Code:sudo mount //mynas/afolder /media/afolder
I've also tried (all resulting in the same error):Code:mount: wrong fs type, bad option, bad superblock on //mynas/afolder, missing codepage or helper program, or other error (for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program) In some cases useful info is found in syslog - try dmesg | tail or so
Code:sudo mount -t smbfs //mynas/afolder /media/afolderTried using all above commands with the actual ip address.Code:sudo mount -t cifs //mynas/afolder /media/afolder
Tried to invoke mount.cifs directly with
and gotCode:sudo mount.cifs //mynas/afolder /media/afolder
There's no username or password on the NAS. In windows, Start -> Run -> \\mynas\afolder brought up files directly.Code:sudo: mount.cifs: command not found
smbfs is listed in /proc/filesystems
Synaptic Package Manager says smbclient and sambda-common are installed.Code:me@mymachine:~$ cat /proc/filesystems | grep smb nodev smbfs
Help!




Bookmarks