mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-15 09:51:21 +00:00
This rule imported originally from udiskie's defaults seems somewhat arbitrary. We attach a SATA drive with partitions, it mounts them. However, if the entire drive is a file system, it does not auto-mount. Tests performed: - In VirtualBox, attach a SATA drive. Create two partitions and filesystems in them. Both filesystems are auto-mounted. - In VirtualBox, attach a SATA drive. Format the entire drive as a filesystem. The filesystem is auto-mounted. - Same behavior is observed with loop devices. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>