I've been thinking that MKNOD is what I should be doing, rather than 
MAKEDEV. MODPROBE doesn't give me an SDA1, but I do have an SDA. I'm 
curious: how do you determine those major and minor numbers? Is this 
something to be found in the UsbView output? Or is this limited to IDE 
and not USB?
   Also, am I fighting a losing battle - will Linux work with just card 
readers that do not have more than one 'slot'? That is, is a card reader 
that can accomodate both CF and SM doomed to failure?

tester wrote:

> tester wrote:
> 
>> Maureen L. Thomas wrote:
>>
>>> I am using Mandrake 8.1.  I can access my floppy and my cdrom but not
>>> the Zip disk.  It is an internal Atapi drive.  My fstab entry looks like
>>> this:
>>>
>>> /dev/hdd4  /mnt/zip  auto 
>>> user,icharset=iso8859-1,sync,exec,codepage=850,noauto 0 0
>>> when I try to mount with the icon I get the following message:
>>>
>>> mount special device /dev/hdd4 does not exist I know it is probably 
>>> something really simple, but I just can't figure
>>> it out.  Your help is greatly appreciated. Maureen
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> Want to buy your Pack or Services from MandrakeSoft? Go to 
>>> http://www.mandrakestore.com
>>>
>> In this case you need to create the device
>>
>> mknod -m a+rw /dev/hdd4 b 22 69
>>
>> Civileme
>>
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> Want to buy your Pack or Services from MandrakeSoft? Go to 
>> http://www.mandrakestore.com
>>
> Ack Typo
> mknod -m a+rw /dev/hdd4 b 22 68
> 
> is what it should be
> 
> major 22 is ide channel secondary  minor 64+partition number is slave 
> drive and partition number combined.
> 
> Civileme
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
> 


-- 
Larry Varney
Cold Spring, KY
http://w3.one.net/~lvarney


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to