Comment 0 for bug 132936

Revision history for this message
Sebastien Wains (sebastienw-deactivatedaccount) wrote :

In the first place, I was trying to mount a remote directory under /media, so a drive icon would pop up on my desktop, just like when I insert my USB drive or mount a truecrypt volume..

When I try to mount under /media, I get no error message but I can't access the mounted directory.
I get this :

<code>user@user:/media$ ls -l
total 8
?--------- ? ? ? ? ? remote_dir
lrwxrwxrwx 1 root root 6 2007-04-24 11:29 cdrom -> cdrom0
drwxr-xr-x 2 root root 4096 2007-04-24 11:29 cdrom0</code>

remote_dir is displayed in red.

No problem when mounting somewhere else, like under /mnt :

<code>user@user:/mnt$ sshfs root@server:/path/to/remote/dir/ remote_dir/
user@user:/mnt$ ls -l
total 4
drwxr-xr-x 1 sw sw 4096 2007-08-16 15:19 remote_dir</code>