I'm happy to say that my overnight backup/sync/etc script is working
well, and I'm feeling very smug :)

There's another step that I'd like to add, which involves mounting my
Archive disk if it's inserted, and then rsyncing it with my backup copy.
It's an exfat disk.  If I boot the pCP Pi zero W with the following
options, it mounts correctly:

[image: http://www.cjh.me.uk/MyPhotobucket/cache/DIYHifi/exfat_800.jpg]

But if it's not present at boot, or if I unmount, then I can't seem to
subsequently mount it manually.  Using this command:

Code:
--------------------
    sudo mount /dev/sda1 /mnt/MusicArchiv
--------------------


I get:

Code:
--------------------
    mount: unknown filesystem type 'exfat'
--------------------


Adding the '-t exfat' option gives the same result.

How is it that 'exfat' is recognised at boot, but not subsequently?


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=110496

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping

Reply via email to