Linux-Misc Digest #604, Volume #26               Thu, 21 Dec 00 14:13:03 EST

Contents:
  mtools & 720 kb disks ([EMAIL PROTECTED])
  Re: not a valid block device (moonie;))
  resizing partitions (Trond Alfred Solvang Andetrsen)
  Re: CPU temp (ekk)
  Dual Xeon hangs (ekk)
  Re: Resize NTFS without Administrator Privs to Install RedHat -- Please  (David 
Vidal Rodriguez)
  Kvirc (David Liana)
  Re: How to see all the cron jobs. (LFessen106)
  Re: SB-live & Kernel 2.2.18 (Graham Vincent)
  Re: How does an OS really work? ("Tauno Voipio")
  Re: struct source for FILE pointer ("Tauno Voipio")
  Re: MODEM SPEED; chump kppp retarded it, no? (Bill Unruh)
  Re: lilo warning : device 0x3030 cylinder exceeed 1024 ("Tauno Voipio")
  Re: not a valid block device ([EMAIL PROTECTED])
  Re: Question About Timing Functions Under Linux (Kaz Kylheku)
  Re: ruined my /etc/bashrc. Can I login? ("Dan Jacobson")
  Re: DSL connection? (Douglas E. Mitton)
  Simple question.... (Lee soonki)
  Re: Question About Timing Functions Under Linux (Michel Bardiaux)
  project: Linux Website Index & search system (Tijmen Stam)
  Re: not a valid block device ("Tauno Voipio")
  Re: not a valid block device (Markus Kossmann)
  Re: struct source for FILE pointer ("Arthur H. Gold")

----------------------------------------------------------------------------

From: [EMAIL PROTECTED]
Subject: mtools & 720 kb disks
Date: Thu, 21 Dec 2000 15:59:42 GMT

I have a 720 kb formatted DOS disk which I am trying to read/write from
Linux using mtools. I do:

mdir a:
plain_io: Input/output error
init: set default params
Cannot initialize 'A:'

The disk is fine.  I thought maybe the problem is that mtools can only
handle 1.44M disks with the current set-up. So I went to a mtools
web page and followed its advice and created

~/.mtoolsrc

drive a:
      file="/dev/fd0H1440"
      fat_bits=12
      cylinders=80 heads=2 sectors=18
      mformat_only

drive a:
      file="/dev/fd0H1440"
      fat_bits=12
      cylinders=80 heads=2 sectors=9
      mformat_only

Although the mtools web page said that under Linux mtools will handle
any disk... Anyway, this did not help matters at all.

Please tell me how to get mtools to work with 720 kb disks.

Thanks!

Bill


Sent via Deja.com
http://www.deja.com/

------------------------------

From: moonie;) <[EMAIL PROTECTED]>
Subject: Re: not a valid block device
Crossposted-To: alt.os.linux
Date: Thu, 21 Dec 2000 11:18:03 -0500

On Thu, 21 Dec 2000, glitch wrote:
>Even if you don't have the right options actually enabled u should still
>see the IMM or PPA modules listed for the parallel port zip drive.  
>
>Also, something which is definitely wrong and that i just noticed, you
>hav a parallel port drive. That means you don't use hdd to access it.
>hd* is for IDE drives, the parallel port zip drive is considered scsi,
>therefore you access it using scsi devices, aka sd*
>
>use:
>mount -t vfat /dev/sda4 /mnt/zip
>
>for some reason zip disks use the 4th partition and as long as u don't
>have any other scsi devices 'a' will be the one for the zip drive.
>
>of course, this only works once you have scsi emulation support and the
>actual zip drive driver in your kernel or compiled as modules (use ppa
>for old zip drives and imm for newer).
>
>HTH
>
>

If you read his post he never mentions that it is a parallel port zip if it is
an internal zip than /dev/hdd4 could be the correct device.
--
moonie ;)

Registered Linux User #175104
   (Registered at: http://counter.li.org)

KDE2
Kernel 2.4.0-test5
XFree86 4.0 Nvidia .94 drivers
RAID 0 Striped
Test-Pilots-R-Us ;)
ICQ #83003404
AIM mooniesdl3
MSN [EMAIL PROTECTED]




------------------------------

From: Trond Alfred Solvang Andetrsen <[EMAIL PROTECTED]>
Subject: resizing partitions
Date: Thu, 21 Dec 2000 17:43:10 +0100
Reply-To: [EMAIL PROTECTED]

Hello!


I'm trying to install the Linux distribution of Sybase Adaptive
Enterprise Server on a redhat 7.0 system. Despite the fact that I'm
still something of a newbie in the world of linux, I've got through the
RPM installation procedure and should bee ready to start cofiguring the
database server. During my first shot at the srvbuild utillity that
comes with the Sybase installation I got promted for a "master device
path" which as far as I understand is supposed to be the mounting point
of a raw partition where the master database can be placed. My first
problem is that the system initially has been set up without any "raw"
partitions available and that I need to reduse the size of one of the
exsisting partitions in order to make room for a new one. Hopefully,
this can be done without destroying data on any of the current
partitions. My second problem is that I don't  know exactly what a raw
partition is. I've heard about ext2fs, fat and ntfs partitions, but
don't know what type to use when I - hopefully in the near future - am
aboat to define the partition I need for my Sybase installation. However
the installation guide tells me that what I need is a character device
rather than a block device, whatever that's supposed to mean.

In order to make room for new partitions I first had to find out what I
had to work with. This is the output from the df utillity :

[root@ntekrh7 netadmin]# df
Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/md0              29229220   2369832  25374588   9% /
===============================================================================================

As far as I can see the system is set up with a two hard disk drives and
a RAID1 configuration:

[root@ntekrh7 netadmin]# fdisk -l /dev/hda

Disk /dev/hda: 240 heads, 63 sectors, 3973 cylinders
Units = cylinders of 15120 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1      3929  29703208+  fd  Linux raid autodetect
/dev/hda2          3930      3973    332640    5  Extended
/dev/hda5          3930      3973    332608+  82  Linux swap
=============================================================================================

[root@ntekrh7 netadmin]# fdisk -l /dev/hdc

Disk /dev/hdc: 16 heads, 63 sectors, 59598 cylinders
Units = cylinders of 1008 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hdc1   *         1     58921  29696152+  fd  Linux raid autodetect
/dev/hdc2         58922     59598    341208    5  Extended
/dev/hdc5         58922     59572    328072+  82  Linux swap
==========================================================================================

What I would like to know is how to resize my excisting partition(s), if
possible without messing up the RAID configuration and hopefully without
destroying any data. As if that was not enough I also hope that any of
you have an idea about how to define a new "raw" partition in order to
make the Sybase installation utillity happy. So far I've learned that
fdisk or parted could be useful tools in this matter, but I would really
appreciate some advise on how to use them.

Regards, Trond



------------------------------

From: ekk <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: CPU temp
Date: Thu, 21 Dec 2000 11:33:52 -0500

Hello
I have a dual Xeon 550 machine that hangs often, somewhat randomly when
I'm doing some CPU intensive stuff.  In the most recent crash, I was
heavily using only one CPU,  It doesn't seem to be CPU temp related,
becuase just before it crashed, the temp was 45.5 deg. C.  I'm running
RH 6.1, kernel 2.2.14 - configured pretty much the same way as another
dual 650 Pentium III which has no trouble.  /var/log/messages contains
little helpful info.  I am running all the same daemons as the 650.
Anyone know what's going on?  In the meantime, I'm going to put 2.2.16
on there to see if that helps.
Ken


------------------------------

From: ekk <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Dual Xeon hangs
Date: Thu, 21 Dec 2000 11:36:43 -0500

Sorry for the duplicate post - I noticed I hadn't changed the subject
line.

ekk wrote:

> Hello
> I have a dual Xeon 550 machine that hangs often, somewhat randomly when
> I'm doing some CPU intensive stuff.  In the most recent crash, I was
> heavily using only one CPU,  It doesn't seem to be CPU temp related,
> becuase just before it crashed, the temp was 45.5 deg. C.  I'm running
> RH 6.1, kernel 2.2.14 - configured pretty much the same way as another
> dual 650 Pentium III which has no trouble.  /var/log/messages contains
> little helpful info.  I am running all the same daemons as the 650.
> Anyone know what's going on?  In the meantime, I'm going to put 2.2.16
> on there to see if that helps.
> Ken


------------------------------

From: David Vidal Rodriguez <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,linux.redhat.install
Subject: Re: Resize NTFS without Administrator Privs to Install RedHat -- Please 
Date: Thu, 21 Dec 2000 17:57:54 +0100

John wrote:

> I used the DOS based (floppy) partition magic to get Linux installed. It's
> now running and happy.
>
> I just need a way to edit the boot.ini file so I can use the NT boot manager
> to start linux. Since I can't login I can't modify the file via NT.
>
> I can mount the ntfs (read-only). I'm scared to use the read/write ntfs
> because it might mess up the NT.
>
> Any ideas?

OK, I have both Win2000 and Linux running on the same computer, and I am using
the 2000's boot loader for starting them. My "C:" drive (the one the system
boots) is NTFS. Suppose you have the Linux bootsector in a file called
bootsect.lin in C:\ . From within Linux (supposing that that partition is
mounted on /nt) you can rewrite the file without modifying any of the NTFS'
structures (which is the really dangerous thing when writing) like this:
dd if=/dev/myLinuxPartition of=/nt/bsect.lin bs=512 conv=notrunc count=1

If you don't like having rw access to NTFS, mount it readonly, but let ntfs.o
with read/write support, and remount it rw only when you update the file. It is
somehow tricky, but it works!

Regards,
--
  ------------------------------------------------------------------------
 David Vidal R. ([EMAIL PROTECTED])



------------------------------

From: David Liana <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.help,comp.os.linus.setup,comp.os.linux.questions,alt.linux,alt.os.linux,alt.irc
Subject: Kvirc
Date: Thu, 21 Dec 2000 12:02:12 -0500
Reply-To: [EMAIL PROTECTED]

I just installed and running Red Hat 7.0, just upgraded to KDE 2.0.1
(downloaded and installed all KDE and related files).

When I try to compile Kvirc, it gives an error.  Anyone sucessful on
getting it to work on Red Hat 7.0?

Dave

------------------------------

From: [EMAIL PROTECTED] (LFessen106)
Date: 21 Dec 2000 17:12:15 GMT
Subject: Re: How to see all the cron jobs.

>
> cat /var/spool/cron/*
>

DOH!
Leave it to me to do everything the hard way :-)
-Linc Fessenden


------------------------------

From: [EMAIL PROTECTED] (Graham Vincent)
Subject: Re: SB-live & Kernel 2.2.18
Date: Thu, 21 Dec 2000 06:32:01 GMT

In article <[EMAIL PROTECTED]>, Frits <[EMAIL PROTECTED]> wrote:
>Graham Vincent wrote:
>
>> >My soundblaster-live was very well supported by my self-compiled Kernel
>> >2.2.17.
>> >Now using the new Kernel 2.2.18 there's not much live in my
>> >Soundblaster.
>> >What should I do to make it work under 2.2.18 ?
>> >
>> >    Frits
>> >
>> Hello Frits.
>>
>> I had to recompile with SBLive as a module rather than into the kernel to get
>> it to work when I moved my RH6.2 up to 2.2.18
>>
>> Good luck!
>>
>> Graham
>
>Thank you for your tip, meanwhile I do know ,that besides compiling the SBLive
> as a module ,in
>slackware you also have to activate the appropriate modprobe line in
> /etc/rc.d/rc.modules
>
>    Frits
>
The RedHat version is /etc/conf.modules
Mine has the line

alias sound-slot-0 emu10k1

as one of the lines. I didn't put it there so I assume part of the "make 
modules_install" must have done it?

Graham

------------------------------

From: "Tauno Voipio" <[EMAIL PROTECTED]>
Subject: Re: How does an OS really work?
Date: Thu, 21 Dec 2000 17:21:06 GMT


"Chen Wang" <[EMAIL PROTECTED]> wrote in message
news:91oes2$j23$[EMAIL PROTECTED]...
>
> Everyone's response to my questions have been very educational.
> I am dying to find some faq/tutorial/trail on the web to write
> an OS from scratch, any of you know such a site? It's quite
> interesting to discover from these questions that a MAJORITY
> of computer science students (as far as I know) have little
> idea on how OS really works. The main issue appears to be
> that university courses are always shielding us away from
> complete exposure to the issues (perhaps a time concern).
> Now we've all lost our roots!
>

This is not an URL but a book:

Richard A. Burgess, Developing Your Own 32-bit Operating System, Sams
Publishing, ISBN 0-672-30655-7, Library of Congress Catalog Number 94-69271.

It tackles most of your questions and some you have not yet posed.

Tauno Voipio
tauno voipio @ iki fi




------------------------------

From: "Tauno Voipio" <[EMAIL PROTECTED]>
Subject: Re: struct source for FILE pointer
Date: Thu, 21 Dec 2000 17:21:59 GMT


"Chris Shepard" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
>
> Where in the Linux source can I find the definition
> (a struct, I assume) for FILE * ?
>
> Did an rgrep on the src tree and found nothing.
>
> I know it's a "black box", I'm just curious.
>

Did you look at stdio.h?

Tauno Voipio
tauno voipio @ iki fi




------------------------------

From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: alt.os.linux.mandrake,comp.dcom.modems
Subject: Re: MODEM SPEED; chump kppp retarded it, no?
Date: 21 Dec 2000 17:24:50 GMT

In <[EMAIL PROTECTED]> "Peter T. Breuer" <[EMAIL PROTECTED]> writes:

>> and futhermore, how're ya gonna connect with kppp if you're not
>> running x-windows one day. Do the pros use 'pppd'?

>They use wvdial. Or less.

They do? I use a script (see www.theory.physics.ubc.ca/ppp-linux.html)
I find that all  these programs can cause more problems than they
solve. I understand the attractiveness for newbies, but if you run into
problems, they impose an extra layer ( about half of all complaints
about ppp are caused by bugs in these "helper" programs, rather than in
ppp itself.)

------------------------------

From: "Tauno Voipio" <[EMAIL PROTECTED]>
Subject: Re: lilo warning : device 0x3030 cylinder exceeed 1024
Date: Thu, 21 Dec 2000 17:32:35 GMT


"glitch" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> the new version of LILO fixes this problem
>

Once again: A new LILO fixes the problem *only if* the BIOS supports
extended addressing - there are no disk drivers in the boot code
(/boot/boot.b).

Tauno Voipio
tauno voipio @ iki fi




------------------------------

From: [EMAIL PROTECTED]
Crossposted-To: alt.os.linux
Subject: Re: not a valid block device
Date: Thu, 21 Dec 2000 17:47:07 GMT

In article <[EMAIL PROTECTED]>,
  moonie;) <[EMAIL PROTECTED]> wrote:
> On Thu, 21 Dec 2000, glitch wrote:
>
> If you read his post he never mentions that it is a parallel port zip
if it is
> an internal zip than /dev/hdd4 could be the correct device.

It's an internal zip, and /dev/hdd4 used to work with the old kernel, so
I assume that it uses IDE interface. It's just not a block device any
more.

Thanks

Wroot


Sent via Deja.com
http://www.deja.com/

------------------------------

From: [EMAIL PROTECTED] (Kaz Kylheku)
Crossposted-To: comp.os.linux.embedded,comp.os.linux.development.apps,comp.os.linux
Subject: Re: Question About Timing Functions Under Linux
Reply-To: [EMAIL PROTECTED]
Date: Thu, 21 Dec 2000 18:02:01 GMT

On 20 Dec 2000 22:51:13 GMT, Dave Blake <[EMAIL PROTECTED]> wrote:
>I think people who say multitasking is inappropriate have never
>spent any time trying to make standard linux work by actually
>quantifying an unloaded machine.

I don't think anyone says that multitasking is inappropriate for a real-time
task, only that non-real-time multitasking is inappropriate.

What you are saying, essentially, is that the behavior of the non-real-time
kernel is good enough for quasi-real-time applications, when the machine is not
loaded.  In these applications, the occasional hiccup in timing is not
detrimental.

When someone asks about fine grained timing without stating much about the
intended application, the answers have to err on the side of caution, and
assume that the timing is critical.

------------------------------

From: "Dan Jacobson" <[EMAIL PROTECTED]>
Subject: Re: ruined my /etc/bashrc. Can I login?
Date: Thu, 21 Dec 2000 21:15:22 +0800

"Bob Tennent" <[EMAIL PROTECTED]> ���g��l��
news:[EMAIL PROTECTED]...
> On Wed, 20 Dec 2000 09:21:36 -0500, James Kuchler wrote:
>  >I think I've corrupted my /etc/bashrc file while trying to set an alias.
>  >When I try to log in now, I just get a new login prompt. I can't login
>  >as root or any other user on my system. Is there a way to change the
>  >shell which I login to? Any way around this at all?
>
> Boot with a boot/rescue disk, mount the relevant partition and edit
> /etc/passwd. The last entry on your line is your default shell. You would want
> to change it to, say, /bin/tcsh.

that's one way, but how about while he's there he just
# cp /etc/bashrc  /etc/bashrc.bak
# ed /etc/bashrc  #or vi, emacs it, and make the repair
=====================
esoteric shell command of the day:  ":"
$  : .....
[just evaluates arguments]
--
www.geocities.com/jidanni E-mail: restore ".com."  �n����
Tel:+886-4-5854780; starting in year 2001: +886-4-25854780



------------------------------

From: [EMAIL PROTECTED] (Douglas E. Mitton)
Subject: Re: DSL connection?
Date: Thu, 21 Dec 2000 18:27:14 GMT

I certainly am ... a nice Canadian product!   :-)

I've just upgraded to version 2.5 of rp-pppoe when I read about the
possible exploit when you use CLAMPMSS option.  I've had some
suspicious disconnects the last few weeks since my kids discovered
Napster.

Any way it works great for me and no more issues since I upgraded  6
days ago.

The LUG I'm in in Kingston seems to use mainly cable internet ... both
@Home and Cogeco ... those 2 system regulate what you can run as a
server ... I like HSE as it is wide open!

On Wed, 20 Dec 2000 19:09:43 GMT, Jay&Shell <[EMAIL PROTECTED]>
wrote:

>"Douglas E. Mitton" wrote:
>
>> I use Sympatico's HSE (DSL) service via Linux and I like it as it
>> works exactly like my old dial up service.  HSE uses ppp-oe ... that
>> is it uses the ppp protocol to communicate over the ethernet card and
>> DSL modem.
>>
>
>Nice to see another HSE user in the Linux group.
>Are you using Roaring Penguin (rp-ppoe)?


================================================
The FACTS are my Employers, OPINIONS are my own!

Sorry: SPAM reduction project in progress:
       Remove the "x." from my domain to reply!
================================================

------------------------------

From: [EMAIL PROTECTED] (Lee soonki)
Subject: Simple question....
Date: Fri, 22 Dec 2000 03:28:41 +0900 (KST)
Reply-To: [EMAIL PROTECTED]

It seems that the 'dmesg' command shows only kernel jobs.
i.e. the jobs done by init process can't be seen by dmesg after
booting.
Is there another command? or another method?

Thanks for reading.
More thanks for any response. 


------------------------------

From: Michel Bardiaux <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.embedded,comp.os.linux.development.apps,comp.os.linux
Subject: Re: Question About Timing Functions Under Linux
Date: Thu, 21 Dec 2000 18:33:06 GMT

Dave Blake wrote:
> 
> Jan Panteltje <[EMAIL PROTECTED]> wrote:
> 
> > This will not work in Linux,
> > due to the multitasking environment the kernel will switch tasks every so many
> > milliseconds, and sopme preemptive stuff (like reading from disk) may cause
> > long waits.
> > maybe 'real time Linux'.
> > This sort of timers should really be done in hardware.
> > I personally think 3 mS is a bit short.
> > Anything like that I move to a dedicated processor.
> 
> I wouldn't be too silly.
> 
> I run psychophysical tasks using audio under linux, and
> with nothing else running it gets about 1 msec accuracy.
> 
> With the low latency kernel patches, and an unloaded machine 3
> milliseconds will be a snap.
> 
> RTLinux would be another option when you want to get even
> closer to the limits of the hardware. However, truth be told,
> standard linux with a relatively unloaded machine (especially
> avoid disk IO) is in the right ballpark already. Low latency
> patches will take care of all but the most stringent real time
> (meaning guaranteed timing resolution) requirements.
> 
> I think people who say multitasking is inappropriate have never
> spent any time trying to make standard linux work by actually
> quantifying an unloaded machine.
> 
> --
> Dave Blake
> [EMAIL PROTECTED]

What about the sched_setscheduler & related functions with a SCHED_RR
scheduling regime? What kind of latencies can one expect with that
scheme? (My requirements are somewhat less strict: my time-critical
process must be able to 'beat' at the 0.250 and .750 millesconds of
every *UTC* second, with better than 10 msec accuracy. This is currently
running on an SGI INDY, with exactly that kind of scheduling, but we
hope.. guess what...)

-- 
Michel Bardiaux
Peaktime Belgium S.A.  Rue Margot, 37  B-1457 Nil St Vincent
Tel : +32 10 65.44.15  Fax : +32 10 65.44.10

------------------------------

From: Tijmen Stam <[EMAIL PROTECTED]>
Subject: project: Linux Website Index & search system
Date: Thu, 21 Dec 2000 19:35:22 +0100

Hi!

I sometimes have hard times finding linux stuff/docs because of the
overwhelming number of pages on normal search engines, and most of the
times I forget to bookmark useful pages, so I can't find them later
on... As I haven't found a (good) linux-only search engine and/or index,
I had an idea of making one myself...
This is what I roughly had in mind:

A front-end like yahoo, where people can search on text strings, and
browse to certain catagories (like kernel, multimedia, networks, and
sub, subsub... catagories), and for everything the catagory
documentation and software.
People can add links themselves, and links will be rated (and get
priority in the results) according to how much people follow them (or a
rating system...)
The rating system takes care it doesn't get a mess like normal systems.

Anyone around wanna join? Mail me! help is greatly appriciated in the
following things:
- Making a db wich is accessible by both an searchengin and an indexing
system.
- Getting a large linux company to lend us a server, or in any way
getting around the financial part... (ads?)
- making the searchengine
- making a dynamic index engine
- ... you name it

Tijmen

p.s. If there already is such a service, please ignore this message and
mail me the adress...

--
>From Tijmen Stam - "I believe in Linux" - [EMAIL PROTECTED]
POVray page http://members.tripod.lycos.nl/somepage/ Updated Dec 10,2000
count linux @ counter.li.org reg#178552, Machine#78930 & #78931

Everyone calling himself a linux master should have completely read the Bash
man page and all kernel documentation, as a test to prove himself and to free
some bandwith on comp.os.linux.* ( Honestly, I haven't done this all yet )-:




------------------------------

From: "Tauno Voipio" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux
Subject: Re: not a valid block device
Date: Thu, 21 Dec 2000 18:57:36 GMT


<[EMAIL PROTECTED]> wrote in message news:91tfmp$fpc$[EMAIL PROTECTED]...
> In article <[EMAIL PROTECTED]>,
>   moonie;) <[EMAIL PROTECTED]> wrote:
> > On Thu, 21 Dec 2000, glitch wrote:
> >
> > If you read his post he never mentions that it is a parallel port zip
> if it is
> > an internal zip than /dev/hdd4 could be the correct device.
>
> It's an internal zip, and /dev/hdd4 used to work with the old kernel, so
> I assume that it uses IDE interface. It's just not a block device any
> more.
>

Is the second IDE controller enabled in the new kernel?

Tauno Voipio
tauno voipio @ iki fi




------------------------------

From: Markus Kossmann <[EMAIL PROTECTED]>
Subject: Re: not a valid block device
Date: Thu, 21 Dec 2000 19:11:47 +0100

[EMAIL PROTECTED] wrote:
> 
> Hi,
> 
> After compiling a new kernel, I get this
> 
> mount: /dev/hdd4 is not a valid block device
> 
> error after I do
> 
> mount -t vfat /dev/hdd4 /mnt/zip
> 
> I didn't find anything mentioning IOMEGA Zip drive in
> "make xconfig / Block Devices", so maybe I missed something.
> 
Did you include "IDE floppy support" in your new kernel config ? 
You should find 
CONFIG_BLK_DEV_IDEFLOPPY=y 
in the .config file  created by make xconfig if you did enable this. 
-- 
Markus Kossmann                                    
[EMAIL PROTECTED]

------------------------------

Date: Thu, 21 Dec 2000 12:58:50 -0600
From: "Arthur H. Gold" <[EMAIL PROTECTED]>
Subject: Re: struct source for FILE pointer

Chris Shepard wrote:
> 
> Where in the Linux source can I find the definition
> (a struct, I assume) for FILE * ?
> 
> Did an rgrep on the src tree and found nothing.
> 
> I know it's a "black box", I'm just curious.
> 
> TIA.
It's in the libc sources, not the kernel.

HTH,
--ag
-- 
Artie Gold, Austin, TX  (finger the cs.utexas.edu account
for more info)
mailto:[EMAIL PROTECTED] or mailto:[EMAIL PROTECTED]
--
A: Yes I would. But not enough to put it out.

------------------------------


** 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 by posting to comp.os.linux.misc.

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-Misc Digest
******************************

Reply via email to