mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
usb_lib/install.yml: Clarify usb_lib_writable_sticks and umask=0000
This commit is contained in:
parent
d0a00da601
commit
d4e66748f3
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
# https://github.com/rbrito/usbmount/blob/master/README.md (2018-08-10)
|
# https://github.com/rbrito/usbmount/blob/master/README.md (2018-08-10)
|
||||||
# https://github.com/rbrito/usbmount/blob/master/usbmount.conf (2010-04-25)
|
# https://github.com/rbrito/usbmount/blob/master/usbmount.conf (2010-04-25)
|
||||||
|
|
||||||
# usb_lib_writable_sticks (e.g., in /etc/iiab/local_vars.yml) must be set to true in order to be able to write to mounted USB sticks
|
# usb_lib_writable_sticks (e.g., in /etc/iiab/local_vars.yml) must be set to true in order for non-root users to be able to write to VFAT/FAT32, NTFS and exFAT USB sticks.
|
||||||
# If you are still not able to write to a mounted USB stick, you can unmount the drive (sudo umount <mountpoint>) and then remount it setting umask to 0000 manually (sudo mount -o umask=0000 <device name> <mountpoint>).
|
# If you are still not able to write to a mounted USB stick, try unmounting the drive (sudo umount <mountpoint>) and then remount it setting umask to 0000 manually (sudo mount -o umask=0000 <device name> <mountpoint>).
|
||||||
|
|
||||||
|
|
||||||
- name: Record (initial) disk space used
|
- name: Record (initial) disk space used
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue