Linux-Hardware Digest #827, Volume #10 Fri, 23 Jul 99 02:13:32 EDT
Contents:
Re: Writing to Windows Partition From Linux Partition ("Bobby D. Bryant")
Re: Linux Training (Daniel Forester)
Re: 1 or 2 HD's ("Bobby D. Bryant")
Re: Help: Voodoo3 installion Red Hat 6.0 ("Bobby D. Bryant")
Re: CD-RW: IDE or SCSI ? (coffee)
Re: XServer problems with Ati Rage 128
Re: HP CD-writer and redhat 6.0 ("William B. Cattell")
Re: SANE works again with my Agfa Snapscan!! (Phillip Deackes)
Re: Why Build Box?
Re: Cheap personal laser for Linux
Configure OLITEC PCI 56K V2 Data,Fax Modem ("David PICARD")
Re: Strange messages in /var/log/messages (HD failure??) (Stuart R. Fuller)
Re: CD-ROM question... ("William B. Cattell")
Re: Getting HP cd-writer 7500 to work ("William B. Cattell")
Re: "sendmail" attachment question (David Crooke)
Re: Slow megaraid (Scott Marlowe)
Re: Does RH 6 support HLT command for CPU? (Gary "The Stalker" Anderson)
Re: PA-2013 BIOS settings. ("William B. Cattell")
Re: Sony SDT-2000 Can't mount KDE's tape backup. (Robert Fargher)
Re: New Linux user Hardware checklist (Mike Frisch)
Re: building efficient fileserver on Linux - hardware questions (Scott Marlowe)
Re: Writing to Windows Partition From Linux Partition ("Bobby D. Bryant")
Re: Toshiba Port�g� Laptop (Kevin Fenzi)
----------------------------------------------------------------------------
From: "Bobby D. Bryant" <[EMAIL PROTECTED]>
Subject: Re: Writing to Windows Partition From Linux Partition
Date: Thu, 22 Jul 1999 22:55:51 -0500
Wretch wrote:
> So, I'm wondering if I can generate files in my linux partition
> and write them from there directly to my Windows 98 partition,
> and then print the files from there once I've rebooted to the
> Windows OS. If anyone can point me in the right direction (a link, any
> literature, etc.) I'd be greatly appreciative.
You can mount your Windows partition directly into your Linux tree and
manipulate the files there (almost) exactly like they were native to
Linux. (I say "almost" because Windows doesn't have the ownership and
protections scheme that Linux does, so Linux has to fake them.)
Here's a sample line from my /etc/fstab (from before I deleted my Windows
partition). It assumes Windows is on partition 1 of my primary drive
(thus hda1), mounts it to show up as the /host-for-c directory under
Linux, and makes it owned by the user and group with id=500, namely me:
/dev/hda1 /host-for-c vfat
user,exec,dev,suid,rw,uid=500,gid=500
You'll need to manually create the mount point (directory) before the
first time you try to mount it. The 'vfat' means it interprets Windows'
faked long file names. Add noauto to the list of properties if you don't
want it mounted automatically whenever you boot. Use 'man fstab' to get
more info.
The above was for Windows 95, but I'm not aware of any relevant changes to
Windows 98.
Good luck,
Bobby Bryant
Austin, Texas
------------------------------
From: Daniel Forester <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.development.system,comp.os.linux.misc,comp.os.linux.networking,comp.os.linux.development.apps
Subject: Re: Linux Training
Date: 23 Jul 1999 03:26:39 GMT
In comp.os.linux.misc JamesH <[EMAIL PROTECTED]> wrote:
: Can anyone recommend a good Linux Training Organization?
: Has anyone used or heard anything about Linuxcare or Redhat training?
http://www.linuxgeneralstore.com/
(in atlanta... No, I'm not affiliated, nor have I even been to the place
(though I've heard some stuff about 'em, mostly good); just providin' some
sources)
--
Daniel E. Forester
Georgia Institute of Technology
http://www.prism.gatech.edu/~gte061f/
And God said, "Let there be vodka!" And He saw that it was good.
Then God said, "Let there be light!" And then He said, "Whoa -
too much light."
------------------------------
From: "Bobby D. Bryant" <[EMAIL PROTECTED]>
Subject: Re: 1 or 2 HD's
Date: Thu, 22 Jul 1999 23:03:16 -0500
DigitalShadowz wrote:
> I am building a new system and want to use both Linux and win98. Is it
> preferred to run both on a single HD that is partitioned, or to pick up two
> HD's or does it not matter? I am new to Linux and want the freedom to be
> able to play with it with out too much risk to my other data. Also anyone
> know of somewhere with good prices on SCSI controllers/drives? Thx in
> advance.
It doesn't matter. Let space and available partitions be your guide. If your
disk is nearly full, or if it is all on one partition and you don't have a
reliable way to back it up before you try to split it into multiple
partitions, then a second disk is the way to go. Otherwise it isn't
necessary.
Once you've picked a distribution to install, find a copy of its installation
guide and search it for suggestions about how to spread Linux over several
partitions, and how large the partition(s) need to be.
Good luck,
Bobby Bryant
Austin, Texas
------------------------------
From: "Bobby D. Bryant" <[EMAIL PROTECTED]>
Subject: Re: Help: Voodoo3 installion Red Hat 6.0
Date: Thu, 22 Jul 1999 23:09:08 -0500
John D. Verne wrote:
> Scott wrote:
> [...]
> > I installed the rpm's and then use Xconfigurator before starting the
> > X server to setup the card/monitor and modes. It always defaults
> > to 320x240 when it starts, which means using XF86Setup is next
> > to impossible given the low screen resolution (buttons are not scaled
> > down and are inaccessible). Ctrl Alt + doesn't cycle through any
> > modes so I assume something is still misconfigured or installed
> > incorrectly.
> >
> > I just want to get the 2d to work for now and I've wasted about 3 hours
> > on this already. Any help would be appreciated.
>
> Whoa. 3 hours. Bummer.
>
> Seriously, this will take you at least 3 days to get right. Trust me.
I had one temporarily, and I got the 2D part working on short order, though
admittedly I've had a fair amount of experience with Linux video
configuration.
I didn't keep it long enough to attempt the 3D setup, so for all I know that
does take 3 days.
Start at http://glide.xxedgexx.com/ and work your way down the relevant
links.
Good luck,
Bobby Bryant
Austin, Texas
------------------------------
From: coffee <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,nl.comp.os.linux
Subject: Re: CD-RW: IDE or SCSI ?
Date: Thu, 22 Jul 1999 23:21:48 -0400
ULRICH wrote:
>
> Now, I like to buy a CD-RW, and I don't know whether to buy a SCSI
> rewriter (which seems logical to me, since I have a SCSI interface card
> AND I also use Crash98 (Win98, that is). But, I've heard that using
> Linux, an ATAPI rewriter can be used as if it was SCSI.
> Ulrich
Well, I can help yah out here. I bought first an ide burner. If your
gonna go the inexpensive route (hope not) then you will have to
recompile your kernel and turn OFF atapi support then turn ON scsi
emulation. However, IDE is gonna be slow and will most likely tie up
your system because of buffer underruns.
My second cdburner was a scsi [yamaha 4416s 4x scsi] and the performance
boost alone was great. The important thing is to get a large buffer. My
yamaha has a 2 meg buffer so that I can burn in the background pretty
much and not risk a coaster.
Even though you will pay more, Its worth it to go scsi in every device.
Specially since you already have the controller installed.
--
coffee at indy dot net * ICQ 1614986
Kokomo, Indiana, USA
------------------------------
From: [EMAIL PROTECTED] ()
Subject: Re: XServer problems with Ati Rage 128
Date: Thu, 22 Jul 1999 20:55:59 -0700
On 23 Jul 1999 01:00:15 GMT, Martin Kutz <[EMAIL PROTECTED]> wrote:
>Jeff McWilliams <[EMAIL PROTECTED]> wrote
>> In article <01bed495$8a381760$2a01a8c0@solo>, Martin Kutz wrote:
>> >Hello,
>> >
>> >I am installing Linux on a system with an ATI Rage 128. I can't get the
>> >XServer running (not even with the standard VGA16 server, neither with
>the
>> >SVGA server). I have S.u.S.E. version 6.0, does it contain an
>appropriate
>> >server I haven't discovered yet, or do you know where I can get one?
>> >
>> >martin.
>>
>> Use Dejanews to search this group for numerous other posts regarding the
>> Rage 128. Only way to make it work is to use VESA Framebuffer support
>> in a 2.2.x kernel and the Framebuffer X server.
>
>Thanks for the advise, I looked it up and it was very disappointing. The
>Rage 128 doesn't seem to work. But I could possibly exchange it against an
>ATI Xpert98. Others did already ask the question how this one works with X
>in this newsgroup, but the only answer was that your should buy a matrox.
>Doesn't help me much. So here the modified question again:
>
>How does the Xpert98 work with X ?
An ATI card is about the single WORST thing you could try
and use under Linux...
--
It helps the car, in terms of end user complexity and engineering,
that a car is not expected to suddenly become wood chipper at some |||
arbitrary point as it's rolling down the road. / | \
Seeking sane PPP Docs? Try http://penguin.lvcm.com
------------------------------
From: "William B. Cattell" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: HP CD-writer and redhat 6.0
Date: Fri, 23 Jul 1999 04:33:58 GMT
Arun Thomas wrote:
>
> I have an HP Cd-writer 8100i. I just installed redhat 6.0; it did not
> detect it. i have two CD drives both sharing my secondary EIDE channel.
> The cd-writer is the slave. I'm a newbie and I don't know how to get my
> CD burner set up and running. Thanks for your help.
>
> -Arun
IT should be possible to get it to run in the configuration
you have it but I'll tell you what *I* did and how I got my
system working. You can take it from there.
I have a dual-channel IDE controller built into the
motherboard. The master on the primary channel is my boot
drive (Linux/NT - Linux mostly). I have an ATAPI 40x CDROM
as the slave on the primary channel.
A little while later I decided to add a CDRW drive. I chose
an HP 8100i IDE. I put it as the master on the secondary
channel. I then got fancy and put a 4G IDE as a slave on
the secondary channel.
You'll have to recompile your kernel (2.2.x or greater) to
include IDE SCSI Emulation. As a boot option I have
"hdc=ide-scsi" which tells Linux that HDC (the HP8100i
master on the secondary IDE channel) is to be treated as a
SCSI device.
cdrecord, mkiofs and xcdroast are the programs I use to burn
audio and data CDs. Read the CDRW HOWTO - it's very good
and will explain in detail what needs to be done.
Bill
--
==============================================================
http://members.home.com/wcattell
==============================================================
Park not thy Harley in the darkness of thine garage, that it
may collect dust for want of being oft ridden. Ride thy
Harley
with thy brethren, and rejoice in the spirit of the road.
==============================================================
------------------------------
From: [EMAIL PROTECTED] (Phillip Deackes)
Crossposted-To: uk.copmp.os.linux
Subject: Re: SANE works again with my Agfa Snapscan!!
Date: Thu, 22 Jul 1999 17:38:24 GMT
In article <[EMAIL PROTECTED]>, Harald Arnesen wrote:
>> The above package contains two replacement files, sg.c and sg.h which
>> replace those in the kernel source. Recompile the kernel and the
>> Snapscan will work again. The page http://www.torque.net/sg/ explains
>> more.
>
>These are files from 2.2.5, I think. They work with the newer kernels,
>but are not needed anymore. There is now a new backend for the
>Snapscan, version 0.7, that works with the newer sg.[hc].
Hello, Harald. My Agfa Snapsacn has never worked with the 2.2.x kernels.
It stopped working as soon as I upgraded from 2.0.x.
I am interested in the new Snapscan backend. I am using a Debian
package of Sane 1.0.1-3. By itself, this most certainly doesn't work
with my Snapscan. Only the replacement of the gs.c and sg.h files get it
working.
How would I change the Snapscan backend? How do I tell which version I
already have?
Thanks for your help.
--
Phillip Deackes
[EMAIL PROTECTED]
Debian Linux (Potato)
------------------------------
From: [EMAIL PROTECTED] ()
Subject: Re: Why Build Box?
Date: Thu, 22 Jul 1999 20:54:57 -0700
On 22 Jul 1999 11:08:01 GMT, Robert V. Grizzard <[EMAIL PROTECTED]> wrote:
>In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
>>
>>On 22 Jul 1999 02:25:13 GMT, Robert V. Grizzard
>><[EMAIL PROTECTED]> wrote:
>>>In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
[deletia]
>>There is no noticable performance difference between my $100 system and
>>system based on dual pII boxes unless you are doing fluid dynamics
>>calculations.
>
For compiles you should get something very close to a 100%
increase in speed. If you have multiple source files it's
the sort of thing that's very parallelizable. At one time
my company even employed a compiler farm.
>I've seen reports of as much as a 30% difference in compile speeds between a
>dual PII and a single PII. Of course, the Aopen AX59Pro is a Super Socket 7
>board, not a dual Slot 1.
>
--
It helps the car, in terms of end user complexity and engineering,
that a car is not expected to suddenly become wood chipper at some |||
arbitrary point as it's rolling down the road. / | \
Seeking sane PPP Docs? Try http://penguin.lvcm.com
------------------------------
From: [EMAIL PROTECTED] ()
Subject: Re: Cheap personal laser for Linux
Date: Thu, 22 Jul 1999 20:48:52 -0700
On 22 Jul 1999 20:20:14 GMT, Jeremy Fincher <[EMAIL PROTECTED]> wrote:
>> Lexmark E310. And it has postscript, too!
>
>How significant is this? I don't know much about printing, so I don't know
>what kind of difference this will make.
Just plug it in and it will work, no muss no fuss...
[deletia]
--
It helps the car, in terms of end user complexity and engineering,
that a car is not expected to suddenly become wood chipper at some |||
arbitrary point as it's rolling down the road. / | \
Seeking sane PPP Docs? Try http://penguin.lvcm.com
------------------------------
From: "David PICARD" <[EMAIL PROTECTED]>
Subject: Configure OLITEC PCI 56K V2 Data,Fax Modem
Date: Thu, 22 Jul 1999 22:56:29 +0200
Hi,
I failed to configure my modem with Redhat 5.2 :
1) I tried the setserial command to force parameters to the values I found
in my Win98 environment (I know it is a poor reference) but minicom cannot
even have it dial. It is supposed to be on COM3/cua2.
2) The Olitec doc suggests a wrong port assignment for dialing problems. I
tried to play between cua2 and cua3 w/o success.
As I read through this newsgroup, I saw the "winmodem" term that makes me
wonder if my modem can be used at all under Linux.
Any clue welcome. Merci beaucoup!
------------------------------
From: [EMAIL PROTECTED] (Stuart R. Fuller)
Subject: Re: Strange messages in /var/log/messages (HD failure??)
Reply-To: [EMAIL PROTECTED]
Date: Fri, 23 Jul 1999 05:00:02 GMT
David Kennedy ([EMAIL PROTECTED]) wrote:
:
: I started getting these in myu /var/log/messages the other day.
:
: Does anyone know what they mean? I assume it is talking about hard
: disk space? Hopefully not, the drive is quite new.
:
: Jul 21 08:01:00 localhost kernel: 08:08: rw=0, want=170037275,
: limit=263152
I'd shutdown to single user mode, run fsck against /dev/sda8.
Stu
------------------------------
From: "William B. Cattell" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: CD-ROM question...
Date: Fri, 23 Jul 1999 04:11:32 GMT
Ryan Michaels wrote:
>
> I typed "mount /mnt/cdrom" at the prompt and it said "/mnt/cdrom already
> mounted or /mnt/cdrom busy" ... when I goto /mnt/cdrom and do "ls" or "dir"
> it doesn't show anything, but I DO have a CD in the drive... What can I do
> to get the CD to recognize?
>
> Thanks..
>
> -Ryan
>
> --
> RyanM019 at Yahoo D0T com
Try doing a mount -t iso9660 /dev/cdrom /mnt/cdrom It may
not be mandatory to put the whole command line in - the
cdrom is normally listed in fstab - but it's a good place to
start the troubleshooting process.
Bill
--
==============================================================
http://members.home.com/wcattell
==============================================================
Park not thy Harley in the darkness of thine garage, that it
may collect dust for want of being oft ridden. Ride thy
Harley
with thy brethren, and rejoice in the spirit of the road.
==============================================================
------------------------------
From: "William B. Cattell" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: Getting HP cd-writer 7500 to work
Date: Fri, 23 Jul 1999 04:23:48 GMT
Ian Bowman wrote:
>
> I'm trying to get an HP 7500 (IDE/ATAPI) to write cd's under Linux. Right
> now I'm using kernel 2.0.34. The kernel currently does not have scsi
> hostadapter emulation, SCSI support, SCSI CD-ROM support, or SCSI generic
> support. It does have ide/atapi cdrom support however, and I can mount
> the CD-writer and use it as a normal cdrom.
>
> My exact question is: what do I have to do to get my cd-writer to write
> cd's under Linux? Here is what I think I have to do. Is this correct?
>
> * Rebuild the kernel (I will be rebuilding to the latest 2.2.x,
> after I upgrade to Redhat 6.0).
> * Disable ide/atapi cd-rom support.
> * Compile as a module SCSI hostadapter emulation.
> * Compile into the kernel: SCSI support, SCSI CD-ROM support,
> SCSI generic support.
> * After this has been done, use cdrecord to write images using my
> HP 7500.
>
> Will this work? If so, is this the best way to do what I need to do (or
> at least a reasonably good way)?
You're pretty close - you DON'T want to disable the
IDE/CDROM but you DO want to compile in IDE-SCSI emulation.
I have an "hdc=ide-scsi" as a boot option and my system (HP
8110 ATAPI CDRW) works great.
The software you'll want to get is xcdroast, cdrecord and
mkiofs (the last two come budled with xcdroast). This is
all you'll need to burn some CDs. There are several other
CDRW related packages, xcdroast happens to be the one I use
most.
Of course, check the HOWTO - it's very good.
Bill
--
==============================================================
http://members.home.com/wcattell
==============================================================
Park not thy Harley in the darkness of thine garage, that it
may collect dust for want of being oft ridden. Ride thy
Harley
with thy brethren, and rejoice in the spirit of the road.
==============================================================
------------------------------
From: David Crooke <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.help,comp.os.linux.questions,comp.os.linux.setup
Subject: Re: "sendmail" attachment question
Date: Fri, 23 Jul 1999 04:12:22 GMT
Sendmail does not support attachments per se. You will need something to
do the attachment encoding in whatever format you want to use (MIME
being the modern standard). There are a number of freeware/GPL Unix
toolkits to do this,
Of course, if you dump that old fashioned CGI stuff and use Java
servlets there is the java.mail package ;-)
Enjoy
Dave
--
David Crooke, Austin TX, USA. +1 (512) 656 6102
"Open source software - with no walls and fences, who needs Windows
and Gates?"
------------------------------
From: Scott Marlowe <[EMAIL PROTECTED]>
Subject: Re: Slow megaraid
Date: Thu, 22 Jul 1999 23:29:45 -0600
Anthony Ewell wrote:
> Hi,
>
> I have a dual boot server (win nt server and red hat 6.0) with a AMI
> MegaRAID
> 466 card (16 mb cache and 128 meg ram) in raid 1. (Dual PII-350)
>
> Under NT, the computer is faster than greased lightening.
>
> Under red hat 6.0, the computer is MIND NUMBINGLY SLOW. The
> hard drives rattle ENDLESSLY. (Remember this is the exact
> hardware - it is a dual boot.) It especially hates netscape.
How much memory are you showing available to the machine if you run top?
If your machine is swapping out to the hard drives because it thinks it's
out of memory, the problem ain't the RAID, it's Linux not seeing all its
memory.
------------------------------
From: [EMAIL PROTECTED] (Gary "The Stalker" Anderson)
Subject: Re: Does RH 6 support HLT command for CPU?
Date: Fri, 23 Jul 1999 05:24:43 GMT
------------------------------
From: "William B. Cattell" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: PA-2013 BIOS settings.
Date: Fri, 23 Jul 1999 04:39:29 GMT
"Bobby D. Bryant" wrote:
>
> The FIC PA-2013 has a large number of often bewildering BIOS settings.
> After tweaking a few, I found that I could get a c. 14% speedup on one
> program I was benchmarking. Unfortunately, there are a lot of other
> settings with functions I don't understand, and there are far too many
> to try out combinatorically.
>
> So after one thread where 4-5 people showed evidence of running the
> PA-2013, I was wondering if we should try to pool our knowledge. If
> several of you will reply with an expression of interest, I'll throw
> together a Web page reflecting what little I have discovered about it,
> and then update it after others have looked at it and sent in
> suggestions for improvement.
>
> Bobby Bryant
> Austin, Texas
Bobby - greetings from Flower Mound (southern Denton Co.).
The PA-2013 is a great board. If you go to FIC's web site
they have some pretty good info on just what the different
setings do. Check them out at; http://www.fic.com.tw/
Bill
--
==============================================================
http://members.home.com/wcattell
==============================================================
Park not thy Harley in the darkness of thine garage, that it
may collect dust for want of being oft ridden. Ride thy
Harley
with thy brethren, and rejoice in the spirit of the road.
==============================================================
------------------------------
From: [EMAIL PROTECTED] (Robert Fargher)
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: Sony SDT-2000 Can't mount KDE's tape backup.
Reply-To: rob@*SPAM*ME*NOT*hyla.dhis.org
Date: Thu, 22 Jul 1999 00:02:41 -0700
On Tue, 20 Jul 1999 05:23:25 -0400, Spotillius Maximus wrote:
>Bill, thanks for responding. I tried a few other things last night and I
>was able to get KDE's tape utility to mount the drive twice, but the program
>locked when I tried to format a tape.
...
> Is this pilot error or a problem with KDE's backup utility?
I tried to use kdat to do a backup tonight as it's been far too long since
I did one. I think kdat is seriously broken; it saw my that I had a tape in
the drive (Connor CTMS 3200) once and asked to format it. I let it format the
tape; after that, kdat insisted there was no tape in the drive.
Strikes me that you'd want your backup utility to be as reliable a piece of
software as you've got on your system. Even if you could get kdat to make
a backup, I don't think I'd trust it or rely on it. And if you can't do that,
it's a waste of disk space.
>Maybe I need to try a different backup utility? Thanks.
I had bought the Official Red Hat 5.0 distro a while back. This includes a
licensed version of BRU2000-PE (Personal Edition, version 15.0) together with
their xbru GUI frontend. It seems to work very well. BRU stands for Backup and
Restore Utility, BTW. http://www.estinc.com/
Cheers,
Rob
------------------------------
From: [EMAIL PROTECTED] (Mike Frisch)
Subject: Re: New Linux user Hardware checklist
Date: 23 Jul 1999 03:46:18 GMT
On 23 Jul 1999 03:11:30 GMT, chris pitzel <[EMAIL PROTECTED]> wrote:
>300a problems and problems with such overclocked systems. Just because a
>few hardware websites seem to be hyping overclocking lately, doesn't mean
Well, I was a skeptic once as well, but am presently running a 300A
overclocked to 450 under Linux (and Windows NT). Over 500 kernel compiles
later (part of my burn-in confirmation that the system was stable), it's
stable as can be. I would never build a machine for my clients like this,
but for a personal workstation, it's fast and cheap.
Mike.
--
======================================================================
Mike Frisch Email: [EMAIL PROTECTED]
Northstar Technologies WWW: http://saturn.tlug.org/~mfrisch
Newmarket, Ontario, CANADA
======================================================================
------------------------------
From: Scott Marlowe <[EMAIL PROTECTED]>
Subject: Re: building efficient fileserver on Linux - hardware questions
Date: Thu, 22 Jul 1999 23:01:03 -0600
Bartlomiej Jarocki wrote:
> Thank you Gus and Jeff for so informative response. I will keep these
> advices in
> mind. I'm not short with the money in this case and my fund for it is
> big enough for anything reasonable (certainly no next century graphics
> accelarators its a server thing and stands alone in a dark room next
> floor)
> I already got this linux box running with 3com FastEthernet NIC, and
> EIDE
> disks with Pentium II 350 on board but its not to efficient as
> fileserver
> I guess SCSI will help.
Make sure and run something with the 2.2.5 or better kernel. Much better
performance from a server with the new kernel.
Next, add lotsa RAM. Linux is pretty good about using extra RAM to cache the stuff
on the Hard drive. Especially things like databases.
Check your hard drive settings with hdparm. Try and tweak them. These settings
can really make a big difference.
A pair of large IDE drives run in a single RAID-1 mirror are VERY fast for
reads. Note that you can run more than two drives in a Linux RAID-1, and each
one increases read speed, but slows write speed. Real world improvements with
IDE would be nominal at best.
> sometimes running applications by themselfs (locally). Do you think that
> parallel architecture will benefit in lower load, I'm not currently
> planning to run any parallel designed software on it, will system
> distribute usual processes between two processors
> automatically ? - I know I should read this in Parallel-Howto but I just
> got short time to
> make up my mind about hardware.
If the xterms are each running a different app, then could benefit from having more
than just two processors, but the cost would be prohibitive. Linux's only real
weakness is that the kernel itself doesn't run as fast on multiple CPUs right now,
but since the vast majority of what a Linux box does is in userspace, it still can
utilize those extra CPUs well.
If you are running a database on the machine, like mySQL or PostgreSQL, the extra
CPU is a must for a heavily loaded machine.
What does TOP say about CPU usage and swap file usage? If you are not maxing the
CPU, but using swap file, you need more memory, if you are maxing out the CPU, and
still have 20 or more megs in buffers, time to look at a dual Celeron 466 machine.
> Returning to SCSI can you suggest any top shelf scsi controller I
> thought of HP U/W 40MB so far (for $245).
For a while the Diamond Fireport was a great deal, with the SymBIOS 675 on it, but
they don't make it anymore, apparently they forgot about a little thing called
marketing. But, I've had good luck with other SymBIOS controllers as well. I'm
not familiar with the HP U/W, what chipset does it use?
If you REALLY want fast I/O, buy hardware RAID arrays. There are several that work
with Linux well, and now AMI has a 1.00 version of their MegaRAID controller driver
out. That is a monster card, that can handle up to 45 drives on one card, and
seems to get faster under RAID 5 as you add drives right up to about 8 or 10
drives. Very nice. $1800 worth of nice.
------------------------------
From: "Bobby D. Bryant" <[EMAIL PROTECTED]>
Subject: Re: Writing to Windows Partition From Linux Partition
Date: Thu, 22 Jul 1999 22:57:58 -0500
Bobby D. Bryant wrote:
> /dev/hda1 /host-for-c vfat
> user,exec,dev,suid,rw,uid=500,gid=500
Sorry, but the post picked up a line wrap. The above should be a single
line, with whitespace between 'vfat' and the rest.
Bobby Bryant
Austin, Texas
------------------------------
From: Kevin Fenzi <[EMAIL PROTECTED]>
Subject: Re: Toshiba Port�g� Laptop
Date: 22 Jul 1999 22:15:16 -0600
>>>>> "Nelson" == Nelson Ricciardi <[EMAIL PROTECTED]> writes:
Nelson> I�d like to install Linux on my Port�g� 300 CT. But the
Nelson> Toshiba web site doesn�t have any info, drivers, etc.
of course not... ;)
Nelson> Can someone put me in the right direction?
Nelson> Is there anybody here with the same notebook using Linux?
Nelson> Should I stop and find another brand/model of notebook.
Nelson> I�d really appreciate any help.
The portege 300ct works just fine with linux...I have one and love
it.
The bad news:
- It's got a winmodem in it. You will have to use a pcmcia modem.
- It has some weird problem where you must make sure to eject all
pcmcia cards before suspending it, or it will never come back from
suspend.
Other than those things it works great! The screen looks really nice
in 1024x600 X. ;)
You should be able to do a normal install from any of the major
distributions out of the box.
If you need a XF86Config let me know.
Nelson> Thanks in advance
Nelson> Nelson
kevin
--
Kevin Fenzi
[EMAIL PROTECTED]
http://scrye.com/~kevin/
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.hardware) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Hardware Digest
******************************