Automounted USB devices are not detected by the git-annex webapp on my Debian testing/squeeze installation, only drives with entries in /etc/fstab show up in the device list. Is there any way to tweak/get around this?
I'm running version 4.20131106 (couldn't manage to build the package for sid).
I missed your reply on IRC. Sorry for that!
Here's an example from /proc/mounts:
/dev/sdf1 /media/SoderUSB ext4 rw,nosuid,nodev,noexec,relatime,errors=remount-ro,data=ordered 0 0
Hmm, that looks fine.
Perhaps the user you're running git-annex as cannot write to
/media/SoderUSB
? The webapp avoids listing places you can't write, since it would fail to make a repository there. (Also because this is an easy way for it to avoid listing/
,/usr
, or whatever other OS-level mounts a system might have..)