[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: something about rm



On Thu, May 17, 2012 at 01:50:12AM BST, Tony Baldwin wrote:
> I was kind of thinking the same thing...rm to umount a remote dir?
> But, shouldn't it be
> fusermount -u <mount_point>
> ??

fusermount is, as the name suggests, for (un)mounting FUSE filesystems.

> This is what I use if mounting remote dirs with sshfs, anyway.

Since SSHFS is a FUSE filesystem in this example that would work -
umount however will deal with any filesystem (as long as there's a
corresponding mount.$FSTYPE helper program of course).

Cheers,
-- 
rjc


Reply to: