linux:filesystem:start

Aquesta és una revisió antiga del document


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.1697020608.txt.gz
  • Darrera modificació: 11/10/2023 03:36
  • per mate