linux:filesystem:start

linux filesystem

  • install: apt install ntfsprogs
  • lsblk -fm # localizar disco
    ntfsfix /dev/sdXN # indicar partición (no sólo el disco)

/via: https://aprendiendoavirtualizar.com/chequear-un-disco-ntfs-desde-linux/

grep shm /etc/fstab # tmpfs /dev/shm tmpfs defaults,size=16g 0 0
mount -o remout /dev/shm
df -hP |grep shm # tmpfs 16G 2.7G 14G 17% /dev/shm
mount -o remount,rw /dev/shm
  • linux/filesystem/start.txt
  • Darrera modificació: 13/11/2024 00:20
  • per mate