Differences
This shows you the differences between two versions of the page.
| |
| jpc:usb_automount:index [2026/02/20 15:37] – created - external edit 127.0.0.1 | jpc:usb_automount:index [2026/03/26 02:37] (current) – mfranklin |
|---|
| ====== Automatically Mounting USB Removable Drives on the JPC ====== | ====== Automatically Mounting USB Removable Drives on the JPC ====== |
| |
| The jPC utilizes a [[https://manpages.debian.org/stable/udiskie/udiskie.8.en.html|udiskie]] user service to automount USB drives when they are plugged into the jPC. Each recognized partition will be mounted at ''/media/{user}/{partition_label}''. | The panel PC utilizes a [[https://manpages.debian.org/stable/udiskie/udiskie.8.en.html|udiskie]] user service to automount USB drives when they are plugged into the panel PC. Each recognized partition will be mounted at ''/media/{user}/{partition_label}''. |
| |
| To disable this service, run ''systemctl --user disable jpc-automount''. After rebooting, it will not longer start and USB removable drives will no longer be automounted. To stop the service immediately, without rebooting, run ''systemctl --user stop jpc-automount''. | To disable this service, run ''systemctl --user disable automount''. After rebooting, it will not longer start and USB removable drives will no longer be automounted. To stop the service immediately, without rebooting, run ''systemctl --user stop automount''. |
| |