Comment 19 for bug 406466

Revision history for this message
wvh (vonhagen) wrote :

I am still seeing this problem, and I am not trying to mount a Time Capsule device. The NAS device that I am mounting is an Addonics NASU2 NAS Adapter, which mounted correctly under 8.10 and 9.04. I can access its contents successfully via gvfs and smbclient but not when mounted:

$ cd ~/.gvfs
$ ls
public on 192.168.6.33
$ ls public\ on\ 192.168.6.33
Music Software Video

# grep NAS /etc/fstab
//192.168.6.33/public /mnt/NAS cifs user=WVH/wvh%password,uid=1000,noauto 0 0
# smbclient //192.168.6.33/public -W WVH -U wvh
Enter wvh's password:
Domain=[R] OS=[R] Server=[R]
smb: \> ls
  . D 0 Fri Jan 30 08:35:10 2009
  .. D 0 Fri Jan 30 08:35:10 2009
  Music D 0 Fri Jan 30 08:41:18 2009
  Video D 0 Fri Jan 30 10:29:38 2009
  Software D 0 Fri Jan 30 18:55:20 2009

  59602 blocks of size 16777216. 6804 blocks available
smb: \> quit
# mount /mnt/NAS
# ls -al /mnt/NAS
total 4
drwxr-xr-x 1 wvh root 0 2009-03-01 00:58 .
drwxr-xr-x 29 root root 4096 2009-07-08 12:20 ..

I can successfully mount this device from a netbook running Jaunty, using the same /etc/fstab entry.