Displaying 3 results from an estimated 3 matches for "markov02".
2015 Nov 19
2
recovering corrupt file system
Any recommendations for tools to diagnose and recover problems on an ext4 file system?
In particular:
root@jessie01:~# mount -o ro /dev/markov02/root /mnt/markov02
mount: wrong fs type, bad option, bad superblock on /dev/mapper/markov02-root,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
and e2fsck says
root@jessie01:~# e2fsck /dev/markov02/roo...
2015 Nov 19
2
Re: recovering corrupt file system
...lan, Ross
> Sent: Wednesday, November 18, 2015 4:35 PM
> To: Ext3-users@redhat.com
> Subject: recovering corrupt file system
>
> Any recommendations for tools to diagnose and recover problems on an ext4
> file system?
>
> In particular:
> root@jessie01:~# mount -o ro /dev/markov02/root /mnt/markov02
> mount: wrong fs type, bad option, bad superblock on
> /dev/mapper/markov02-root,
> missing codepage or helper program, or other error
>
> In some cases useful info is found in syslog - try
> dmesg | tail or so.
> and e2fsck says
> ro...
2015 Nov 19
0
"Allocate entire disk now" with an existing virtual disk
...n I suspect a problem is that, although the partition tables appear intact on both virtual drives, the filesystem does not. Within the virtual machine 1 partition from each drive is combined in a volume group. The main logical volume group on that fails to mount:
root@jessie01:~# mount -o ro /dev/markov02/root /mnt/markov02
mount: wrong fs type, bad option, bad superblock on /dev/mapper/markov02-root,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
and e2fsck says
root@jessie01:~# e2fsck /dev/markov02/roo...