Re: Mounting ext3 problem

2005-11-02 Thread Toomas Aas
Sasa Stupar wrote: When I try to mount with: #mount -o ro -t ext2fs /dev/ad3s1 /mnt/linux I get back ext2fs: /dev/ad3s1: Invalid argument Whe typing dmesg I get more on error: WARNING: mount of ad3s1 denied due to unsupported optional features It's been a long time since I tried this, but I se

Re: Mounting ext3 problem [SOLVED]

2005-10-02 Thread Sasa Stupar
I have soved the issue. I have just took a fedora boot disk and boot the system, mount corupted drive and then unmount it. Now I can mount drive with ext3 fs. Sasa pgpcOkjCnzIki.pgp Description: PGP signature

Re: Mounting ext3 problem

2005-10-01 Thread Sasa Stupar
--On 1. oktober 2005 8:29 -0400 Lowell Gilbert <[EMAIL PROTECTED]> wrote: Sasa Stupar <[EMAIL PROTECTED]> writes: --On 30. september 2005 23:22 -0400 nawcom <[EMAIL PROTECTED]> wrote: > ext3 is compatible w/ext2 when the dirty bit is not set. When > it is set (one common reason is the fil

Re: Mounting ext3 problem

2005-10-01 Thread Lowell Gilbert
Sasa Stupar <[EMAIL PROTECTED]> writes: > --On 30. september 2005 23:22 -0400 nawcom <[EMAIL PROTECTED]> wrote: > > > ext3 is compatible w/ext2 when the dirty bit is not set. When > > it is set (one common reason is the filesystem not being correctly > > unmounted), journal rollback is necessary

Re: Mounting ext3 problem

2005-09-30 Thread Sasa Stupar
--On 30. september 2005 23:22 -0400 nawcom <[EMAIL PROTECTED]> wrote: ext3 is compatible w/ext2 when the dirty bit is not set. When it is set (one common reason is the filesystem not being correctly unmounted), journal rollback is necessary which only ext3 can handle. thats why running fsck_e

Re: Mounting ext3 problem

2005-09-30 Thread nawcom
ext3 is compatible w/ext2 when the dirty bit is not set. When it is set (one common reason is the filesystem not being correctly unmounted), journal rollback is necessary which only ext3 can handle. thats why running fsck_ext2fs on the partition should take care of the issues. it doesn't mea

Mounting ext3 problem

2005-09-30 Thread Sasa Stupar
Hi! I have installed FBSD 5.4 and recompiled kernel with optionEXT2FS so I could mount my second drive. When I try to mount with: #mount -o ro -t ext2fs /dev/ad3s1 /mnt/linux I get back ext2fs: /dev/ad3s1: Invalid argument Whe typing dmesg I get more on error: WARNING: mount of ad3s1 denied d