Mount

De WikiMar
La revisió el 17:35, 1 gen 2017 per Papes (discussió | contribucions) (Es crea la pàgina amb « ==Remount to avoid modifying the access time every time a file is read== mount /mount/usddrivename -o remount,noatime,nodiratime You can look at /proc/mounts to...».)
(dif.) ← Versió més antiga | Versió actual (dif.) | Versió més nova → (dif.)
Salta a la navegació Salta a la cerca


Remount to avoid modifying the access time every time a file is read

mount /mount/usddrivename -o remount,noatime,nodiratime

You can look at /proc/mounts to see the flags currently in effect

cat /proc/mounts


Using NTFS drives efficiently

in the /etc/fstab

UUID=01D01E2EC337D750 /media/K4000_64k ntfs noauto,nosuid,noexec,nodev,noatime,nodiratime,big_writes,fmask=0003,dmask=0002,uid=1002,gid=1002,utf8 0 0