Escreva o arquivo fstab da maneira correta

0

Para montar meu disco, preciso seguir as instruções da pergunta :

vgchange -ay /dev/dataVG --activationmode partial
mount -o ro,noload /dev/dataVG/dataLV /HFT

Caso contrário, recebi o seguinte erro: mount: /HFT: can't read superblock on /dev/mapper/VG-LV

Por isso, modifico / etc / fstab /, ou seja,

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
/dev/mapper/ubuntu--vg-root /               ext4    errors=remount-ro 0       1
# /boot was on /dev/sda2 during installation
UUID=5ee5828f-1dfa-48f3-84bd-7ddf7c33ea80 /boot           ext4    defaults        0       2
# /boot/efi was on /dev/sda1 during installation
UUID=5ABB-56A8  /boot/efi       vfat    umask=0077      0       1
#/dev/mapper/ubuntu--vg-swap_1 none            swap    sw              0       0
/dev/mapper/cryptswap1 none swap sw 0 0

# LVM disks

/dev/dataVG/dataLV /HFT ext4 defaults 0 0

Quando eu reinicio meu computador, tenho um pequeno problema com esse arquivo. Eu tive que comentar /dev/dataVG/dataLV /HFT ext4 defaults 0 0 no modo de emergência.

Como eu poderia consertar isso para não ter esse problema novamente?

    
por Jeremie 04.05.2018 / 03:13

0 respostas

Tags