Estou tentando inicializar meu sistema, mas ele está me dando um erro,
"An error occurred while mounting home/jack/jack-app/machine_config "
Press S skip to mounting or M for manual recovery
depois disso eu reiniciei o sistema funcionou bem. Para solucionar esse erro, analiso o /var/log/boot.log
. Então eu peguei o erro real como
mount: special device /machine_config/jack does not exist
mountall: mount /home/jack/jack-app/machine_config [601] terminated with status 32
mountall: Filesystem could not be mounted: /home/jack/jack-app/machine_config
Então, tentei pesquisar no diretório /machine_config
em que o diretório jack
não está presente. em vez de Lost+found
diretório está presente. Não sei por que esse diretório é formado.
Então, tenho as seguintes perguntas:
-
Como esse diretório Lost+found
foi formado.
-
Se eu criei um diretório como jack
na pasta /macine_config
, isso está causando algum problema ou qualquer outra solução para esse problema
-
Quando eu comento a linha de problema, isso causa algum problema para os outros.
Obrigado antecipadamente.
Here is my fstab file
# /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>
proc /proc proc nodev,noexec,nosuid 0 0
UUID=cb677870-6f0a-49bf-b6f6-0b6f25e7180f /boot ext4 sync,user_xattr,relatime 0 2
/dev/mapper/jack-logging /var/log ext4 user_xattr,relatime 0 2
/dev/mapper/jack-machine_config /machine_config ext4 user_xattr,relatime 0 2
/dev/mapper/jack-videos /videos ext4 user_xattr,relatime 0 2
/var/log/jack /home/jack/video-jack-app/log none bind,nobootwait 0 0
/machine_config/jack /home/jack/video-jack-app/machine_config none bind,nobootwait 0 0
/videos/jack /home/jack/video-jack-app/video-output none bind,nobootwait 0 0
/dev/mapper/jack-swap none swap sw 0 0
Aqui está minha saída do comando df
udev 1917840 4 1917836 1% /dev
tmpfs 772248 876 771372 1% /run
none 5120 0 5120 0% /run/lock
none 1930620 2224 1928396 1% /run/shm
none 102400 0 102400 0% /run/user
/dev/mapper/jack-machine_config 11895 1132 10149 11% /machine_config
/dev/sda1 10321208 824604 8972316 9% /boot
/dev/mapper/jack-logging 12385456 232180 11587052 2% /var/log
/dev/mapper/jack-videos 30963708 178868 29211984 1% /videos