Klez Posted April 4, 2017 Posted April 4, 2017 Hi Igor and everyone else. Id'like to suggest the following: /etc/fstab It´s not necesary to use both noatime and nodiratime, because noatime already implies nodiratime, so you can use only the option "noatime" instead of both. When creating the ext4 filesystem with mkfs.ext4 you can type a label for it with the parameter " -L " so when the users mount their cards on a computer, the desktop will show some name instead "NO NAME". For example: # mkfs.ext4 -O ^has_journal -L Armbian /dev/mmcblk0p1 or... # mkfs.ext4 -O ^has_journal -L Cubox-i /dev/mmcblk0p1 Cheers - Klez 1
Recommended Posts