mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
install.yml: Adding instructions on how to unmount and mount drive manually if writing to the USB stick still doesn't work.
This commit is contained in:
parent
e4bdc4ddab
commit
f15a50610e
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
# https://github.com/rbrito/usbmount/blob/master/usbmount.conf (2010-04-25)
|
||||
|
||||
# usb_lib_umask0000_for_kolibri (in /etc/iiab/local_vars.yml) must be set to true in order to be able to write to mounted 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>).
|
||||
|
||||
- name: Record (initial) disk space used
|
||||
shell: df -B1 --output=used / | tail -1
|
||||
|
|
Loading…
Reference in a new issue