On Wed, Dec 10, 2008 at 5:40 AM, Chris <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I've happily been using sshfs for a while now.  At some point it must
> have had a problem where a remote drive did not properly unmount, and
> I am hoping someone knows how i can fix it. When I do
>
> df -h
>
> I get
>
> Filesystem      Size   Used  Avail Capacity  Mounted on
> /dev/disk0s2   298Gi  177Gi  120Gi    60%    /
> devfs          114Ki  114Ki    0Bi   100%    /dev
> fdesc          1.0Ki  1.0Ki    0Bi   100%    /dev
> map -hosts       0Bi    0Bi    0Bi   100%    /net
> map auto_home    0Bi    0Bi    0Bi   100%    /home

I typically just type "mount" to see what is mouned.

>
> As I understand it, that means I basically have nothing mounted
> remotely, and no drives plugged in via USB or anything.  However, when
> I do
>
> ls -al /Volumes
>
> I get
>
> drwxrwxrwt@  4 root     admin   136 Dec 10 08:21 .
> drwxr-xr-x  39 root     admin  1394 Sep 16 13:57 ..
> lrwxr-xr-x   1 root     admin     1 Dec  7 19:34 Macintosh HD -> /
> drwxr-xr-x   3 camineo  admin   102 Apr 21  2008 machoman.ece.ncsu.edu
>
> I want to get rid of that machoman drive that was mounted at one
> point.  Can I just delete it from /Volumes with rm -rf
> machoman.ece.ncsu.edu ?  It is definitely not mounted, and in the
> terminal when I do

That should be fine. To be safe, just do:

rm /Volumes/machoman.ece.ncsu.edu/.DS_Store
rmdir /Volumes/machoman.ece.ncsu.edu

ted

>
> ls -al /Volumes/machoman.ece.ncsu.edu
>
> I get
>
> drwxr-xr-x  3 camineo  admin   102 Apr 21  2008 .
> drwxrwxrwt@ 4 root     admin   136 Dec 10 08:21 ..
> -rw-r--r--  1 camineo  admin  6148 Apr 21  2008 .DS_Store
>
>
> Thanks!
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MacFUSE" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/macfuse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to