View previous topic :: View next topic |
Author |
Message |
west n00b
Joined: 09 May 2002 Posts: 28 Location: Dinamarca
|
Posted: Mon May 20, 2002 2:47 pm Post subject: Filesystem issues ... |
|
|
Hi ... Gentoo XFS problem ...
I can reboot my machine and everything without problems, but if i do a shutdown -h now, or pull the plug, my XFS root partition needs repair ... have tried both the xfs- and gentoo kernel sources, none of them seems to be the problem ..
Anyone seen that problem? How did you solve it?
Not too keen on changing to neither Reiser, as it aint stable (according to the install guide at least), nor ext3, which should be slow as h*** ...
Tia.
West
Last edited by west on Tue May 21, 2002 11:28 pm; edited 1 time in total |
|
Back to top |
|
|
grakker Tux's lil' helper
Joined: 17 Apr 2002 Posts: 100
|
Posted: Mon May 20, 2002 10:00 pm Post subject: Not much help |
|
|
I've read all the problems here with XFS and just don't see. I'm so happy with XFS. Fast, no problems at all. Running my own (little) web/mail server and haven't had a glitch. Came home one night and the power had gone out in my apartment. Turned the power on, booted up in nothing flat, no errors. Just sweet. Sorry, but I just haven't had any problems with it at all. |
|
Back to top |
|
|
dek l33t
Joined: 16 May 2002 Posts: 657 Location: Germany
|
Posted: Mon May 20, 2002 11:19 pm Post subject: Re: Not much help |
|
|
grakker wrote: | I've read all the problems here with XFS and just don't see. I'm so happy with XFS. Fast, no problems at all. Running my own (little) web/mail server and haven't had a glitch. Came home one night and the power had gone out in my apartment. Turned the power on, booted up in nothing flat, no errors. Just sweet. Sorry, but I just haven't had any problems with it at all. |
I agree, XFS runs perfect here. I had lots of problems using ext3. Journal was fried (had to creat a new one), never survived a unclean shutdown and things like that.
XFS is noticeably faster in addition, ext3 slowed down everything.
Regarding ReiserFS: I used it with SuSE and Mandrake and never had any problems. Was also much faster than ext3. |
|
Back to top |
|
|
west n00b
Joined: 09 May 2002 Posts: 28 Location: Dinamarca
|
Posted: Tue May 21, 2002 11:25 pm Post subject: |
|
|
Hmm, reformatted and tried with Reiser, same problem ...
this is what it wrote: | end_request: I/O error, dev 03:07 (hda), sector 9437184
Kernel Panic: VFS: Unable to mount root fs on 03:07 |
What am I doing wrong? Anyone? |
|
Back to top |
|
|
Guest
|
Posted: Tue May 21, 2002 11:41 pm Post subject: Re: Not much help |
|
|
[quote="dek"] grakker wrote: |
XFS is noticeably faster in addition, ext3 slowed down everything.
|
Faster? Depends on the things you do with it.
Try deleting a directory with 100.000 files with XFS. It takes so much longer than reiserfs. I think Xfs is the king of fs when it comes to video streaming, i.e. large files. For a news server take reiserfs. |
|
Back to top |
|
|
Guest
|
Posted: Tue May 21, 2002 11:43 pm Post subject: |
|
|
west wrote: | Hmm, reformatted and tried with Reiser, same problem ...
this is what it wrote: | end_request: I/O error, dev 03:07 (hda), sector 9437184
Kernel Panic: VFS: Unable to mount root fs on 03:07 |
What am I doing wrong? Anyone? |
Did you compiled your kernel with reiserfs support? Unless you use initrd mechanism you have to build it into the kernel, not as a module. |
|
Back to top |
|
|
west n00b
Joined: 09 May 2002 Posts: 28 Location: Dinamarca
|
Posted: Tue May 21, 2002 11:46 pm Post subject: |
|
|
Yupz, i did, its built in, and not as a module ... |
|
Back to top |
|
|
AutoBot l33t
Joined: 22 Apr 2002 Posts: 968 Location: Usually Out
|
Posted: Wed May 22, 2002 1:53 am Post subject: |
|
|
If your having such extreme problems with xfs and reiserfs, I would recommend you use ext3 it is most surely slower than xfs and reiserfs in most ways but I haven't had any problems with it.
I will say on my next install I'm going back to XFS _________________ This message self destructed a long time ago. |
|
Back to top |
|
|
TheWart Guru
Joined: 10 May 2002 Posts: 432 Location: Nashville,TN - USA
|
Posted: Wed May 22, 2002 5:14 am Post subject: |
|
|
That error almost looks like you have a bad sector on your hard drive. IIRC, there is an option in fdisk to scan for bad sectors. And re: XFS, did you emerge 'xfs-progs'? _________________ Face it, we are all noobs.
On the box it said it was designed for Win XP or better, so why won't it work with Linux? |
|
Back to top |
|
|
DArtagnan l33t
Joined: 30 Apr 2002 Posts: 942 Location: Israel, Jerusalem
|
Posted: Wed May 22, 2002 5:20 am Post subject: XFS |
|
|
Hmmm, just for information:
I actualy use ext3 and i have no problems!
But "wtf" is XFS?
Every body talking about it...anyone can give me 3 reasons to move from ext3 to XFS or REISERFS ??? ( If so to wich one? )
Many Thanks _________________ All for one and one for All
--
MACPRO machine... |
|
Back to top |
|
|
Guest
|
Posted: Wed May 22, 2002 6:15 am Post subject: |
|
|
TheWart wrote: | That error almost looks like you have a bad sector on your hard drive. IIRC, there is an option in fdisk to scan for bad sectors. And re: XFS, did you emerge 'xfs-progs'? |
I did emerge xfs-progs ... but thanx for the other tip, will check it out when i get home!
pacman wrote: | But "wtf" is XFS? |
Just another file system ... both reiser and xfs should be way faster then ext3.
rgz.
West |
|
Back to top |
|
|
Guest
|
Posted: Wed May 22, 2002 6:20 am Post subject: New FS |
|
|
But the Gentoo Install Doc says:
Quote: | Warning: Again, we do not recommend ReiserFS at this time. While ReiserFS has worked fine for many, filesystem corruption has been too common a problem with ReiserFS and the 2.4.x series kernels.
|
So? |
|
Back to top |
|
|
Guest
|
Posted: Wed May 22, 2002 6:35 am Post subject: Re: New FS |
|
|
Anonymous wrote: | But the Gentoo Install Doc says:
Quote: | Warning: Again, we do not recommend ReiserFS at this time. While ReiserFS has worked fine for many, filesystem corruption has been too common a problem with ReiserFS and the 2.4.x series kernels.
|
So? |
If you read this thread from the start, you would know that i started out with XFS, only tried Reiser cuz it worked out fine for most ppl ive asked ...so there! |
|
Back to top |
|
|
west n00b
Joined: 09 May 2002 Posts: 28 Location: Dinamarca
|
Posted: Wed May 22, 2002 6:37 am Post subject: |
|
|
Oops ... forgot to login ... |
|
Back to top |
|
|
Guest
|
Posted: Wed May 22, 2002 6:54 am Post subject: |
|
|
We should believe you, i mean the users or the Gentoo documentation?
Don't get me wrong, i don't say you have no idea or something like that but i think is more safe to listen to Gentoo?!?!
Correct me if I'm wrong. |
|
Back to top |
|
|
west n00b
Joined: 09 May 2002 Posts: 28 Location: Dinamarca
|
Posted: Wed May 22, 2002 6:59 am Post subject: |
|
|
Well, XFS obviously doesn't work ... |
|
Back to top |
|
|
FINITE Guru
Joined: 10 May 2002 Posts: 449
|
Posted: Wed May 22, 2002 7:11 am Post subject: |
|
|
I had lots of problems trying to get XFS to work as well as ext2. SO after trying over and over again to get the above mentioned file systems working I went with ext3 and it worked like a charm. Had to do that for both the root and boot partitions. |
|
Back to top |
|
|
west n00b
Joined: 09 May 2002 Posts: 28 Location: Dinamarca
|
Posted: Wed May 22, 2002 9:27 am Post subject: |
|
|
FINITE wrote: | I had lots of problems trying to get XFS to work as well as ext2. SO after trying over and over again to get the above mentioned file systems working I went with ext3 and it worked like a charm. Had to do that for both the root and boot partitions. |
Aint it quite slow? |
|
Back to top |
|
|
west n00b
Joined: 09 May 2002 Posts: 28 Location: Dinamarca
|
Posted: Wed May 22, 2002 2:42 pm Post subject: |
|
|
Okay, Maxtor's diag bootdisk tells me that my HD is just fine ... no bad blox or anything ... |
|
Back to top |
|
|
AutoBot l33t
Joined: 22 Apr 2002 Posts: 968 Location: Usually Out
|
Posted: Wed May 22, 2002 6:04 pm Post subject: |
|
|
In my experience ext2 is the fastest of the group, then XFS followed by closely by ReiserFS, and the slowest being ext3. But none of the above are really "slow" just some are faster than others, read the documentation on all available linux filesystems and perhaps look at some benchmarks before choosing your final partiton type.
I chose ext3 because it's the most flexible linux filesytem IMO, but like I said before XFS is noticeably faster for the tasks I set upon it. _________________ This message self destructed a long time ago. |
|
Back to top |
|
|
arkane l33t
Joined: 30 Apr 2002 Posts: 918 Location: Phoenix, AZ
|
Posted: Wed May 22, 2002 11:13 pm Post subject: |
|
|
Anonymous wrote: | We should believe you, i mean the users or the Gentoo documentation?
Don't get me wrong, i don't say you have no idea or something like that but i think is more safe to listen to Gentoo?!?!
Correct me if I'm wrong. |
"Gentoo" *is* the users. The documentation was made by people who have the same amount of usage of the reiserfs filesystem as a number of "users".
ReiserFS has issues for some. Even me, one time. However, it has progressed, and as with anything those bugs do go away mostly. I'm not saying that Reiserfs' bugs have gone away, but they have diminished by a large margin.
I use reiserfs on a couple of my partitions now, and I haven't had an issue yet. Now, I use them on my /var, /tmp, and /home directory which aren't exactly the most pressured, but I have slammed the system into the ground several times at full tilt and they have come right back with no user interaction whatsoever. (I run ext3 on the rest of my partitions)
The docs aren't the end-all-be-all of information. They merely warn you that in the past people have had issues with ReiserFS. YMMV as they say. |
|
Back to top |
|
|
Guest
|
Posted: Fri May 24, 2002 3:41 pm Post subject: Re: Not much help |
|
|
grakker wrote: | Faster? Depends on the things you do with it.
Try deleting a directory with 100.000 files with XFS. It takes so much longer than reiserfs. I think Xfs is the king of fs when it comes to video streaming, i.e. large files. For a news server take reiserfs. |
I said XFS is faster than ext3 (regardless off what i'm doing). Both XFS and ReiserFS has always been fast and reliable to me. And you are right, ReiserFS might be even faster when you got many small files. That reflects my experience as well.
I think next time i'm going to build a new partition, i'll toss a coin. |
|
Back to top |
|
|
dek l33t
Joined: 16 May 2002 Posts: 657 Location: Germany
|
Posted: Fri May 24, 2002 3:44 pm Post subject: |
|
|
Forget to login. Last post was from me.
dek |
|
Back to top |
|
|
|