PDA

View Full Version : mount


dubnik
December 7th, 2008, 13:11
hi
i would like to ask how to mount linux partition?
thx

aragon
December 7th, 2008, 16:03
http://www.freebsd.org/cgi/man.cgi?query=ext2fs&sektion=5

gnemmi
December 8th, 2008, 05:03
Could you please post the output of the following command (as root)?


tune2fs -l /dev/ad4s6 | grep "Inode size"


Use /dev/your_linux_partition instead of /dev/ad4s6 .

Thank you