Bonjour à tou(te)s,
Je rencontre cette erreur lors de la tentative de mount d’une de mes partitions virtuelles. J’ai dû désactiver le mount pour pouvoir booter
voici le message d’erreur au boot :
oct. 25 18:29:25 2emedb mount[350]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/2DB--vg-home,
oct. 25 18:29:25 2emedb mount[350]: missing codepage or helper program, or other error
oct. 25 18:29:25 2emedb mount[350]: In some cases useful info is found in syslog - try
oct. 25 18:29:25 2emedb mount[350]: dmesg | tail or so.
oct. 25 18:29:25 2emedb systemd[1]: home.mount mount process exited, code=exited status=32
oct. 25 18:29:25 2emedb systemd[1]: Failed to mount /home.
oct. 25 18:29:25 2emedb systemd[1]: Unit home.mount entered failed state.
[ 4.973352] systemd[1]: Expecting device dev-mapper-2DB\x2d\x2dvg\x2dhome.device...
j’ai tenté à la “mano” :
● home.mount - /home
Loaded: loaded (/etc/fstab)
Active: failed (Result: exit-code) since mar. 2016-10-25 18:29:25 CEST; 3min 42s ago
Where: /home
What: /dev/mapper/2DB–vg-home
Docs: man:fstab(5)
man:systemd-fstab-generator(8)
Process: 350 ExecMount=/bin/mount -n /dev/mapper/2DB–vg-home /home -t ext4 (code=exited, status=32)
voici mon fstab :
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/2DB--vg-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=54adaf85-2f0e-4aaf-a392-e160c06de237 /boot ext2 defaults 0 2
#/dev/mapper/2DB--vg-home /home ext4 defaults 0 2
/dev/mapper/2DB--vg-tmp /tmp ext4 defaults 0 2
/dev/mapper/2DB--vg-var /var ext4 defaults 0 2
/dev/mapper/2DB--vg-swap_1 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
la LVM semble reconnue Oo :
sudo lvdisplay
--- Logical volume ---
LV Path /dev/2DB-vg/root
LV Name root
VG Name 2DB-vg
LV UUID YL9LcB-0ZA3-bPYa-LFeb-xF8n-3zy2-HoFcJl
LV Write Access read/write
LV Creation host, time 2DB, 2016-03-23 14:37:48 +0100
LV Status available
# open 1
LV Size 8,38 GiB
Current LE 2145
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:0
--- Logical volume ---
LV Path /dev/2DB-vg/var
LV Name var
VG Name 2DB-vg
LV UUID dB3ut4-hIj1-2LEc-RT64-33oI-dHiV-T3CV4E
LV Write Access read/write
LV Creation host, time 2DB, 2016-03-23 14:37:48 +0100
LV Status available
# open 1
LV Size 42,79 GiB
Current LE 10955
Segments 2
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:2
--- Logical volume ---
LV Path /dev/2DB-vg/swap_1
LV Name swap_1
VG Name 2DB-vg
LV UUID 7CHMBy-cTGw-sDB5-tGEg-d8C5-dDMC-cxwAEP
LV Write Access read/write
LV Creation host, time 2DB, 2016-03-23 14:37:48 +0100
LV Status available
# open 2
LV Size 16,00 GiB
Current LE 4095
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:1
--- Logical volume ---
LV Path /dev/2DB-vg/tmp
LV Name tmp
VG Name 2DB-vg
LV UUID mxXx2r-YcnT-zdh6-FCfo-2pkc-4l1t-zojnOc
LV Write Access read/write
LV Creation host, time 2DB, 2016-03-23 14:37:48 +0100
LV Status available
# open 1
LV Size 380,00 MiB
Current LE 95
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:3
--- Logical volume ---
LV Path /dev/2DB-vg/home
LV Name home
VG Name 2DB-vg
LV UUID 0ES16q-JNYq-F2sn-fSfv-PaYT-ewLl-1fvkNz
LV Write Access read/write
LV Creation host, time 2DB, 2016-03-23 14:37:48 +0100
LV Status available
# open 0
LV Size 703,73 GiB
Current LE 180155
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:4
df -h :
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
/dev/dm-0 8,2G 1,3G 6,5G 16% /
udev 10M 0 10M 0% /dev
tmpfs 1,6G 9,5M 1,6G 1% /run
tmpfs 4,0G 0 4,0G 0% /dev/shm
tmpfs 5,0M 0 5,0M 0% /run/lock
tmpfs 4,0G 0 4,0G 0% /sys/fs/cgroup
/dev/sda1 236M 33M 191M 15% /boot
/dev/mapper/2DB--vg-var 2,7G 1,8G 846M 68% /var
/dev/mapper/2DB--vg-tmp 360M 2,1M 335M 1% /tmp
Désolé pour ce message trop long j’espère qu’il y aura des motivés
je vous avoue être perdue
Merci à vous !