On 12.VII.2004 at 11:11 (+0200) Magnus Ihse Bursie wrote: > > I also tried to mount my old ext2 partition, but that > failed (no error message from mount, but no files showing up at mount > point) and I'm not really sure how to investigate what was wrong.
Does the command "mount" with no parameters show the partition as mounted? If yes, then please DO NOT do any changes to it as you will corrupt your data. I suppose that the kernel has mounted your ext2 partition as FAT partition. (I don't know why the kernel does this.) In order to mount the partition the right way you have to specify its file system: mount -t ext2 /dev/... /mnt If this doesn't work do also modprobe ext2 Anton Zinoviev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

