Overclockers Australia Forums

OCAU News - Wiki - QuickLinks - Pix - Sponsors  

Go Back   Overclockers Australia Forums > Software Topics > Other Operating Systems

Notices


Sign up for a free OCAU account and this ad will go away!
Search our forums with Google:
Reply
 
Thread Tools
Old 8th September 2002, 11:39 PM   #1
gregzeng Thread Starter
Member
 
Join Date: Apr 2002
Location: ACT
Posts: 1,045
Default Can Linux survive normal PC USE?

Can Linux survive normal PC USE? We know it works with SERVERS (eg GOOGLE.com) - with lots of professional staff, and UPS protections everywhere.

If the power goes off, anytime, will Linux easily reboot, repair itself, and then continue - like Windows XP (HOME)?
__________________
TBI=>Extreme Emotional Disinhibition. Sorry!

Last edited by gregzeng; 10th September 2002 at 12:23 AM.
gregzeng is offline   Reply With Quote

Join OCAU to remove this ad!
Old 8th September 2002, 11:51 PM   #2
Bangers
Member
 
Bangers's Avatar
 
Join Date: Dec 2001
Location: Silicon Valley
Posts: 7,281
Default

Think of something Windows can do, multiply it by 5, and thats how much better Linux does it. The only thing Linux has trouble emulating/copying is pure windows stuff. (eg NTFS, Games designed for Windows platform).

To answer your question, yes it does that, far better than windows in my own opinion.
__________________
There's a story about a golfer who sinks a 30-meter putt and someone says: 'Gee, that was lucky' and the golfer says, 'Yes, amazing how lucky you get when you practice 8 hours a day for 20 years'.
Bangers is offline   Reply With Quote
Old 9th September 2002, 12:14 AM   #3
hast
(Banned or Deleted)
 
hast's Avatar
 
Join Date: Sep 2001
Location: dots in the location field break it. note
Posts: 2,034
Default

Bangers that is a very biased comment
There are a lot of things that windows can do a lot better than linux and if you can't see them then you must be a zealot.
hast is offline   Reply With Quote
Old 9th September 2002, 12:27 AM   #4
Geo
Member
 
Join Date: Jun 2001
Location: Adelaide
Posts: 2,377
Default Re: Can Linux survice normal PC USE?

Quote:
Originally posted by gregzeng

If the power goes off, anytime, will Linux easily reboot, repair itself, and then continue - like Windows XP (HOME)?
Yes.
__________________
"That's the way good software gets designed. So if you pull out a piece it won't run" - Steve Ballmer
Geo is offline   Reply With Quote
Old 9th September 2002, 12:35 AM   #5
Bangers
Member
 
Bangers's Avatar
 
Join Date: Dec 2001
Location: Silicon Valley
Posts: 7,281
Default

Quote:
Originally posted by hast
Bangers that is a very biased comment
There are a lot of things that windows can do a lot better than linux and if you can't see them then you must be a zealot.
arrr, you must be referring to things such as speed and stability?

Your right, Windows does do the above much better than linux. I take back my comment.

[/sarcasm]
__________________
There's a story about a golfer who sinks a 30-meter putt and someone says: 'Gee, that was lucky' and the golfer says, 'Yes, amazing how lucky you get when you practice 8 hours a day for 20 years'.
Bangers is offline   Reply With Quote
Old 9th September 2002, 8:45 AM   #6
bioxeed
Member
 
bioxeed's Avatar
 
Join Date: May 2002
Location: The Acid Lab
Posts: 3,307
Default Re: Can Linux survice normal PC USE?

Quote:
Originally posted by gregzeng
Can Linux survice normal PC USE? We know it works with SERVERS (eg GOOGLE.com) - with lots of professional staff, and UPS protections everywhere.

If the power goes off, anytime, will Linux easily reboot, repair itself, and then continue - like Windows XP (HOME)?
Yes it can. Though how well it copes with power failure depends on the filesystem you use. Not so long ago an unexpected interruption would mean disaster (or at least a very long and tedious fsck) Luckily most recent distro's have moved to a journaling fs these days and don't have that problem. reiserfs and ext3 seem to be the most popular of the journaling filesystems.

Frankly there's very little reason NOT to use linux for home and office use unless theres some specific application that just won't run under linux. even then dual booting isn't very hard to setup.
__________________
http://bioxeed.org - hard techno and such
Dystopia - Jack In. Kick Arse.

Ouches - "I don't care if the headphones look like 2 cane toads stapled to my head as long as they do the business"
bioxeed is offline   Reply With Quote
Old 9th September 2002, 12:31 PM   #7
tin
Member
 
tin's Avatar
 
Join Date: Jul 2001
Location: Narrabri NSW
Posts: 5,653
Default

Ext3 does wonders.... Get any new distro and you wont have any problems with power failures screwing up drives. Fixing up on reboot takes all of about 1 second even on a 20Gb drive.


And for the guy who reckons Windows does some things much better... What would that be? Have support for stuff where the company that made it is too blind to support linux? EG - Aussie Tax Office, Game companies, M$....


I live in a town of 7000-8000 (counting the entire shire... the town itself is around 4000-5000), and I personally know 2 normal everyday computer USERS that purely run Linux (except to do BAS and other Win only crap). Linux is not any problem for normal use. Give it a go.
__________________
©®£¤¥±²³¶µ»«¼½¾¿§
The software required Win95 or better, so I installed Linux.
Question marks are the new full stop?
tin is offline   Reply With Quote
Old 9th September 2002, 1:55 PM   #8
bioxeed
Member
 
bioxeed's Avatar
 
Join Date: May 2002
Location: The Acid Lab
Posts: 3,307
Default

Quote:
Originally posted by tin
And for the guy who reckons Windows does some things much better... What would that be? Have support for stuff where the company that made it is too blind to support linux? EG - Aussie Tax Office, Game companies, M$....
High end CAD (though with PRO/E getting a linux port this will soon change)
Pro-Audio Applications (some would say use a mac instead for this )

what kind of latency do you get with linux sound drivers? unless you have drivers with very low latency you won't get support from the pro-audio companies for linux.

There are also some larger CAD software developers that aren't switching but PRO/E doing it is a HUGE plus for linux.
__________________
http://bioxeed.org - hard techno and such
Dystopia - Jack In. Kick Arse.

Ouches - "I don't care if the headphones look like 2 cane toads stapled to my head as long as they do the business"
bioxeed is offline   Reply With Quote
Old 10th September 2002, 12:18 AM   #9
gregzeng Thread Starter
Member
 
Join Date: Apr 2002
Location: ACT
Posts: 1,045
Default Are there other shortcomings that we should know about?

Quote:
Originally posted by bioxeed


Yes it can. Though how well it copes with power failure depends on the filesystem you use. Not so long ago an unexpected interruption would mean disaster (or at least a very long and tedious fsck) Luckily most recent distro's have moved to a journaling fs these days and don't have that problem. reiserfs and ext3 seem to be the most popular of the journaling filesystems.
...
How do I know which distro uses the journaling filesystem?

With Win XP, I find it needs regular use of "SYSTEM RESTORE", "CHKDSK /F" & DEFRAG. Do the user-friendly Linux distros (SuSE, Mandrake or Lycoris) have this filesystem easily available?

Reading about Lycoris - it seems to not recognize USB, & FIREWIRE. Are there other shortcomings that we non-Linux users should know about?
__________________
TBI=>Extreme Emotional Disinhibition. Sorry!
gregzeng is offline   Reply With Quote
Old 10th September 2002, 12:34 AM   #10
Kermalius
Member
 
Join Date: Mar 2002
Posts: 873
Default

Quote:
Originally posted by hast
Bangers that is a very biased comment
There are a lot of things that windows can do a lot better than linux and if you can't see them then you must be a zealot.
"can do a lot better".. as opposed to "does better"? :P

semantics asside, these come down to two areas:
a) Industry support. More Win32 users = better driver and application support. Here also lies distributor support...
b) "Idiot-proof" setups. See also "wizard". Note that actually taking control of these processes (or getting a list of what they're attempting) can be difficult.

Note that on the first point, this is nothing to do with windows itself, just the fact that it covers 3/4s of the earth montior surface. On the second point, its up the user as to if this is a good or bad thing...


This is, of course, not entering into any areas linux (or other operating systems) may perform better at than win32 OS's...
Kermalius is offline   Reply With Quote
Old 10th September 2002, 7:32 AM   #11
Quadbox
Member
 
Quadbox's Avatar
 
Join Date: Jun 2001
Location: Brisbane 4065
Posts: 5,088
Default Re: Are there other shortcomings that we should know about?

Quote:
Originally posted by gregzeng

How do I know which distro uses the journaling filesystem?

With Win XP, I find it needs regular use of "SYSTEM RESTORE", "CHKDSK /F" & DEFRAG. Do the user-friendly Linux distros (SuSE, Mandrake or Lycoris) have this filesystem easily available?

Reading about Lycoris - it seems to not recognize USB, & FIREWIRE. Are there other shortcomings that we non-Linux users should know about?
To the best of my knowledge, all of the current releases, of all distro's offer at least ext3, and the number offering xfs, jfs, efs, reiserfs and others is increasing by the month (xfs comes to the vanilla kernel as of 2.6 Woot!). To find out what filesystem you are using, take a look at your /etc/fstab file, in the 'type' column.

As to usb and firewire, both work fine WITH SUPPORTED DEVICES, but it's nowhere near as idiot-proof as windows and macintosh in this area. It can take a bit of fiddling.
Quadbox is online now   Reply With Quote
Old 10th September 2002, 8:41 AM   #12
ConundruM
Member
 
Join Date: Jun 2001
Posts: 913
Default

im surprised to say this...but i aggree with hast.

both (windows+linux) have advantages and disadvantages.

windows does somethings better than linux...and linux does somethings better than windows.

your specific example I would say that linux handles improper shutdowns much better than windows when using ext3 (default Filesystem on Redhat and others).

but windows handles many devices (due to vendor support) much easier.

I use linux as my primary OS at home and my only OS at work...so i like it....but your being blind if you say that it does everything better
ConundruM is offline   Reply With Quote
Old 10th September 2002, 9:31 AM   #13
elvis
Member
 
elvis's Avatar
 
Join Date: Jun 2001
Location: Brisbane
Posts: 19,937
Default

Quote:
Originally posted by hast
Bangers that is a very biased comment
There are a lot of things that windows can do a lot better than linux and if you can't see them then you must be a zealot.
age old argument folks.

linux and windows both have their place in the world. i don't play games on my linux box, and i don't do word processing nor run file sharing on my windows box.

use what works best on the best platform.
__________________
Child's Play Charity
elvis is offline   Reply With Quote
Old 10th September 2002, 1:04 PM   #14
Forge
Member
 
Forge's Avatar
 
Join Date: Jun 2001
Location: Brisvegas
Posts: 258
Default

A small note. Do any of you who say that linux recovers better from a power failure than XP/2000 use NTFS on XP/2000?

I know ext3 and reiser and jfs all do journalling but NTFS has been doing it for a lot longer. I admit fat is crap but don't knock XP/2000 just because you decided to use a poor fs. Comparing Ext3 to Fat32 is like comparing NTFS to Ext2, its apples and oranges.

Personally, I prefer windows on my desktop and something else as my servers. It comes down to using the right tools for the job.
Forge is offline   Reply With Quote
Old 10th September 2002, 1:38 PM   #15
Jacaranda
Member
 
Jacaranda's Avatar
 
Join Date: Jun 2002
Location: Brisbane
Posts: 920
Default

Quote:
High end CAD (though with PRO/E getting a linux port this will soon change)
Pro-Audio Applications (some would say use a mac instead for this )
You can't exactly say this is a linux problem. If the software existed, linux would run them quite well. It woud be nice, and hopefully software developers will start porting more apps, but this is likely for a while.

I wish linux had CAD and Audio, if that were the case, the only time I'd boot to windows would be for the occasional game.
__________________
Jac

The liver is evil and must be punished.
Jacaranda is offline   Reply With Quote
Reply

Bookmarks

Sign up for a free OCAU account and this ad will go away!

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +10. The time now is 12:26 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. -
OCAU is not responsible for the content of individual messages posted by others.
Other content copyright Overclockers Australia.
OCAU is hosted by Internode!