C circus78 Nov 1, 2013 #1 Hi, I have a dual boot system (CentOS and FreeBSD-RELEASE 9.2). Is it possible to mount an LVM partition (Centos) from FreeBSD? Thank you very much.
Hi, I have a dual boot system (CentOS and FreeBSD-RELEASE 9.2). Is it possible to mount an LVM partition (Centos) from FreeBSD? Thank you very much.
D da1 Nov 6, 2013 #2 The LVM partition has a type (ex: ext3, ext4) and that is what you mount. What type is the partition?
The LVM partition has a type (ex: ext3, ext4) and that is what you mount. What type is the partition?
SirDice Administrator Staff member Administrator Moderator Nov 7, 2013 #3 Try with geom_linux_lvm(4). Although I have no idea how good it works.