Displaying 2 results from an estimated 2 matches for "427da19b1143".
Did you mean:
427da19b114
2017 Aug 23
2
more questions on setting up autofs on C7
...ternatively, you could specify its
> location as ":/dev/disk/by-uuid/<the disk id>".
Ok, when I actually tried it, I did it this way:
/etc/auto.master (excerpt):
/mnt /etc/auto.mnt
and /etc/auto.mnt:
backup -fstype=xfs,defaults,noauto,users,rw :UUID=09bfc97a-8db2-46de-b4dd-427da19b1143
and lo and behold, it works!
but...
I have a couple of other networked filesystems (cifs) that I have always
mounted in /mnt. so, after accessing either of them, systemctl status autofs
shows me this:
Aug 23 15:46:02 fcshome.stoneham.ma.us systemd[1]: Starting Automounts filesystems on demand.....
2017 Aug 22
2
more questions on setting up autofs on C7
Hi!
Thanks to some of you I got autofs set up on my C7 netbook for
mounting local cifs filesytems.
Now I want to do something on my C7 desktop machine, that seems to
me to be a little different, and I"m not sure how to do it.
I have an external RAID1 box that attaches via USB. It is/will be
nearly always /dev/sdc, but being USB I can't guarantee that it
will always be found there.