USB storage devices: Difference between revisions
Created page with "== Auto-mounting with udisks == [https://github.com/coldfix/udiskie/wiki/Usage udiskie], a udisks2 front-end that allows to manage removable media can be used. To enable automounting, first enable udisks2: {{file|/etc/nixos/configuration.nix|nix|3=services.udisks2.enable = true;}} Next enable udiskie via Home Manager: {{file|~/.config/home-manager/home.nix|nix|3= services.udiskie.enable = true; # services.udiskie.automount = true; # true by default}} For other s..." |
No edit summary |
||
| Line 11: | Line 11: | ||
# services.udiskie.automount = true; # true by default}} | # services.udiskie.automount = true; # true by default}} | ||
For other solutions, please refer to [https://wiki.archlinux.org/title/Udisks#Mount_helpers udisks - ArchWiki]. | Once the configurations are reflected, USB storage devices will be instantly recognized when inserted without any additional operations needed. | ||
For other solutions, please refer to [https://wiki.archlinux.org/title/Udisks#Mount_helpers udisks - ArchWiki] or [https://wiki.archlinux.org/title/USB_storage_devices USB storage devices - ArchWiki]. | |||