View previous topic :: View next topic |
Author |
Message |
k1ll1nt1m3 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 02 Jun 2004 Posts: 196
|
Posted: Thu Mar 23, 2006 3:43 am Post subject: superblock problems [SOLVED] |
|
|
I moved hard drives around and changed my fstab. I booted the system and it mounted some not others. I got the raidtab and fstab fixed now. I still have two raid0 drives that wont mount unless I do it from the command line. When I do get them mounted it shows them mounted as ext2 when they should be ext3. If I change fstab to ext2 they mount fine in kde.
Any ideas how I can get these back to ext3?
Do I need to tune2fs -j /dev/md2?
Code: | e2fsck /dev/md2
e2fsck 1.38 (30-Jun-2005)
Movies has been mounted 5 times without being checked, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Movies: 23/10010624 files (0.0% non-contiguous), 3746657/20000400 blocks |
Thanks
Last edited by k1ll1nt1m3 on Wed Apr 26, 2006 12:48 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
PMcCauley Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 14 Mar 2006 Posts: 283 Location: Alberta, Canada
|
Posted: Thu Mar 23, 2006 3:52 am Post subject: |
|
|
I believe the only difference between ext2 and ext3 is the journal so Code: | tune2fs -j /dev/md2 | should work.
Patrick |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
k1ll1nt1m3 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 02 Jun 2004 Posts: 196
|
Posted: Thu Mar 23, 2006 3:58 am Post subject: |
|
|
That was it.
I was afraid I might mess up the file system. Thanks. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|