fsck_ext2fs problems

2005-07-05 Thread Jaap Boender
Hi all, I'd like to share a filesystem on the same computer between FreeBSD and Linux, and as it seems that FreeBSD supports ext2 better than Linux does ufs(2), I've created an ext2 filesystem. Mounting accessing Works fine, except when I try to fsck it, fsck_ext2fs fails with the error

Re: fsck_ext2fs problems

2005-07-05 Thread Alex Zbyslaw
Jaap Boender wrote: Hi all, I'd like to share a filesystem on the same computer between FreeBSD and Linux, and as it seems that FreeBSD supports ext2 better than Linux does ufs(2), I've created an ext2 filesystem. Mounting accessing Works fine, except when I try to fsck it, fsck_ext2fs

Re: fsck_ext2fs problems

2005-07-05 Thread Jaap Boender
Are you running ext2fs from Linux? If you are running it from FreeBSD then try making a symlink in /sbin from fsck_ext2fs to wherever you have e2fsck and make sure that e2fsck will be available when fsck runs. That almost certainly means it has to bee on your root partition. (Or just copy it

Re: fsck_ext2fs problems

2005-07-05 Thread Giorgos Keramidas
On 2005-07-05 11:36, Alex Zbyslaw [EMAIL PROTECTED] wrote: Jaap Boender wrote: I'd like to share a filesystem on the same computer between FreeBSD and Linux, and as it seems that FreeBSD supports ext2 better than Linux does ufs(2), I've created an ext2 filesystem. Mounting accessing Works

Re: fsck_ext2fs problems

2005-07-05 Thread RW
On Monday 04 July 2005 17:18, Jaap Boender wrote: I'd like to share a filesystem on the same computer between FreeBSD and Linux, and as it seems that FreeBSD supports ext2 better than Linux does ufs(2), I've created an ext2 filesystem. If I were you I'd create an ext3 partion from LInux -