On Sat, Oct 12, 2013 at 8:05 AM, Mike Chambers <m...@mtchambers.com> wrote:
> On Thu, 2013-10-10 at 11:34 +0200, Adam Williamson wrote:
>> Check 'remote-fs.target': this is the systemd target that controls
>> mounting anything considered a 'remote' filesystem, similar to the old
>> 'netfs' service.
>
> Looked and it is there, but not sure what to look for besides being
> there.  Any particular info that should be there?  Or can someone take a
> look after a fresh install that might know the program better to see if
> it's missing something?

Actually, you need to check the status of the mount unit itself.
(Which is required by remote-fs.target.)

They're named by switching out slashes for for dashes in the mount
point.  For instance, if you have a nfs share mounted on /mnt/foo,
it's mount unit is named "mnt-foo.mount" and you can find out what's
going on with it by running `systemctl status mnt-foo.mount`.  You can
run just plain `systemctl` for a list of units if you need to.

-T.C.
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to