http://www.lissyara.su/?id=2108
PS: Привет гофману

Модератор: f0s
надо отключить ext3 journal.WARNING: mount of linux_lvm/VolGroup00-LogVol00 denied due to unsupported optional features
Код: Выделить всё
cd /usr/ports/sysutils/e2fsprogs
make install clean
rehash
Код: Выделить всё
kldload ext2fs
Код: Выделить всё
geom linux_lvm load
geom linux_lvm list
Код: Выделить всё
tune2fs -l /dev/linux_lvm/VolGroup00-LogVol00
Код: Выделить всё
tune2fs -O ^has_journal /dev/linux_lvm/VolGroup00-LogVol00
Код: Выделить всё
e2fsck /dev/linux_lvm/VolGroup00-LogVol00
Код: Выделить всё
mount -t ext2fs -o ro /dev/linux_lvm/VolGroup00-LogVol00 /mnt