Linux stuff, and a small fact that you don't need to know

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Linux stuff, and a small fact that you don't need to know

Post by piranha »

So, I just had to re-install SuSE Linux (because I needed to redo the partition table and other stuff), and decided to use XFS as my root FS. Does anyone have ny warnings or "your a f**king idiot" kind of thing?

Oh, and....what does it mean when it (SuSE linux, my development OS) boots and shows the cursor for a second. Then it goes to a blank tty terminal and repeats. However the terminal isn't blank after the first time. Each time theres some more weird characters and eventually covers the screen. I'm confused.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Re: Linux stuff, and a small fact that you don't need to kno

Post by Alboin »

piranha wrote:So, I just had to re-install SuSE Linux (because I needed to redo the partition table and other stuff), and decided to use XFS as my root FS. Does anyone have ny warnings or "your a f**king idiot" kind of thing?
IIRC, XFS can't be resized, and it's quite old, with a few vulnerabilities. (I tend to avoid old things when they have a newer, somewhat better alternative.)

It's a strange coincidence that you're also reinstalling your system, as I am currently doing the same with my Gentoo. (353 out 0f 381 packages compiled for GNOME at the time of this writing! Woo hoo!)

Yeah...
C8H10N4O2 | #446691 | Trust the nodes.
xyzzy
Member
Member
Posts: 391
Joined: Wed Jul 25, 2007 8:45 am
Libera.chat IRC: aejsmith
Location: London, UK
Contact:

Post by xyzzy »

Try booting with vga=normal on the kernel command line and remove any video= entries from it. And yes, as Alboin said, XFS is a bit outdated. I'd use Ext3 instead.
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

This problem happened when it loaded the X server.
@Alboin: I've had some trouble with newer file systems, and XFS seems fine now (and very fast). I'm waiting to get reiser4. I'll wait until its incorporated, because 'm lazy and don't want to do it manually.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

piranha wrote:I've had some trouble with newer file systems, and XFS seems fine now (and very fast).
Both reiser3.6 and ext3 are fast and very stable. I have never had any problems with either of them on any of the machines I administrate (which, by now, are about one dozen), other than the to-be-expected (fsck after power-loss).
Every good solution is obvious once you've found it.
Craze Frog
Member
Member
Posts: 368
Joined: Sun Sep 23, 2007 4:52 am

Post by Craze Frog »

User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

Both reiser3.6 and ext3 are fast and very stable. I have never had any problems with either of them on any of the machines I administrate (which, by now, are about one dozen), other than the to-be-expected (fsck after power-loss).
ext3 was really slow in writing small files, and I used Reiser3.6 up until now. I just wated to give XFS a try, and Reiser was the one I was using when my computer died. Plus, it has crashed before.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

Craze Frog wrote:http://linuxgazette.net/122/TWDT.html#piszcz
What are you saying? "Don't use Reiser4", or what?

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
mathematician
Member
Member
Posts: 437
Joined: Fri Dec 15, 2006 5:26 pm
Location: Church Stretton Uk

Post by mathematician »

Twice when I installed Linux it managed to make the Windows partitions unbootable by messing about with the Windows drive letters. So now I lay out the partitions in advance and, if the distribution in question isn't happy to install onto the partitions I have allocated for it, it doesn't get installed at all. (Linux usually has me spitting blood, so it doesn't tend to stay on there for long anyhow.)
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

Well, once I get it going, it works fine.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
xyzzy
Member
Member
Posts: 391
Joined: Wed Jul 25, 2007 8:45 am
Libera.chat IRC: aejsmith
Location: London, UK
Contact:

Post by xyzzy »

mathematician wrote:Twice when I installed Linux it managed to make the Windows partitions unbootable by messing about with the Windows drive letters.
Never happened for me and I've done at least 30 dual-boot Windows/Linux installs. Usually I find it to happen the other way round - Windows always enjoys writing straight over GRUB (when I install Linux first, that is).
Post Reply