trying to get /dev/psaux and /dev/hd1a recognized

trying to get /dev/psaux and /dev/hd1a recognized

Post by David A. Beckwi » Sun, 12 Jan 1997 04:00:00



Newsgroups: comp.os.linux
Followup-To:
Distribution: usa
Organization: UC Berkeley Society of Electrical Engineers
Cc:
Subject: trying to get /dev/psaux and /dev/hd1a to work
Summary:
Keywords:

Dear guys,
        I'm trying to get my /dev/psaux (ps2 mouse) to work
Can you help me?
        Last time I installed slakware I had to ln -s something
to something, but I can't remeber what to what.  And then it
worked.  Thanks!

        problem #2, I'm trying to get my ide cd-rom to mount.
I tried mount -t iso9660 /dev/hd1a /cdrom and linux says,
"mount: /dev/hd1a is not a block device"  What is that supposed
to mean?  I followed the directions in the LINUX unlease book,
but it still doesn't work.  Was I a bad boy or something?

        I thank all responses in advance.

        :)
                        -db
.

--

David Arthur Beckwith
                                           "Just call me 'Mohammed'"

 
 
 

trying to get /dev/psaux and /dev/hd1a recognized

Post by Steve Schroed » Mon, 13 Jan 1997 04:00:00




>    problem #2, I'm trying to get my ide cd-rom to mount.
>I tried mount -t iso9660 /dev/hd1a /cdrom and linux says,
>"mount: /dev/hd1a is not a block device"  What is that supposed
>to mean?  I followed the directions in the LINUX unlease book,
>but it still doesn't work.  Was I a bad boy or something?

That should be hda1 not hd1a.
Also are you sure you want to do this.
hda1 refers to the 1 partition on the first physical IDE drive.  If
you have SCSI hard drives then the hda part  could be correct since
your CD maybe the first IDE drive on your system

My layout : (for example)
Drive one has one partition-    Device name hda   -Partition name hda1
Drive two has three partitions- Device name is hdb
        First partition is hdb1
        Second partition is hdb2
        Third partition is hdb3
If I had an IDE CD-rom it would be hdc.

>David Arthur Beckwith
>                                           "Just call me 'Mohammed'"


Freudian analysis:  Microsoft --  small and soft, humm.

 
 
 

trying to get /dev/psaux and /dev/hd1a recognized

Post by Stefan Wagn » Tue, 14 Jan 1997 04:00:00



: Dear guys,
:       I'm trying to get my /dev/psaux (ps2 mouse) to work
: Can you help me?
:       Last time I installed slakware I had to ln -s something
: to something, but I can't remeber what to what.  And then it
: worked.  Thanks!
First, the kernel you use must contain PS/2 mouse support (do a make config
or make menuconfig, make dep, make clean, make zImage etc.) Check if the
mouse gets detected during the boot process.
The ln -s you mention ist the creation of a softlink /dev/mouse to the
real device node, i.e. /dev/psaux in this case. You may do it, if you like
to use /dev/mouse instead of /dev/psaux. YMMV.

:       problem #2, I'm trying to get my ide cd-rom to mount.
: I tried mount -t iso9660 /dev/hd1a /cdrom and linux says,
: "mount: /dev/hd1a is not a block device"  What is that supposed
: to mean?  I followed the directions in the LINUX unlease book,
: but it still doesn't work.  Was I a bad boy or something?
/dev(hd1a is a quite unusual device name, so I guess it is a typo.
Usually the first IDE block device is named /dev/hda. This is the device
in its whole! For a hard disk you would create partitions that you can
address as e.g. /dev/hda1, /dev/hda2 for the first two primary partitions.
CDROMs do not have a partition table, so you use the unpartitioned device.

Back to your setup: Assuming your CDROM is the only IDE device in your
system, it will show up als /dev/hda. Then

mount -t iso9669 /dev/hda /cdrom

should do the job.

If you have other IDE devices in your system, the CDROM might be another
/dev/hd? device. Check the boot messages for the correct one.

BTW: The Linux HOWTOs and the docs that come with nearly every Linux
distribution will help you in similar cases. Try a look at them!

:       I thank all responses in advance.
You were welcome.

Regards,

Stefan
--
Stefan Wagner|Fuer riesige Nebenwirkungen essen    |Phone +49 2504 6133
Brahmsstr. 5b|Sie die Packungsbeilage oder schlagen|Fax   +49 2504 1506

 
 
 

1. /dev/hda /dev/hd1a ?? Newbie Q

/dev/hda refers to the disk itself; "h" refers to IDE disks and "a"
means it's the first disk.  The numbers after refer to the partition.
1-4 are restricted to primary partitions, 5 is an extended partition,
and 6+ are logical partitions.  Using fdisk to manipulate partitions
is just about the only time you'd ever refer to /dev/hda by itself.

Even if you have one primary partition spanning the whole disk, the
disk is /dev/hda and the partition is /dev/hda1.  Don't mix the two
up, or Bad Things will happen to you.

Jim
--

                 Linux...The Choice of a GNU Generation
       "The Dark One wants them.  If the Dark One wants a thing, I
         oppose it.  Can there be a simpler reason, or a better?"

2. Newbie Help

3. Installation from remote CD-ROM?

4. help w/ /dev/mouse (/dev/psaux) in X and "cannot find gpm"

5. Help! Slloooww XDrawPoint()!

6. /dev/mouse and /dev/psaux deleted!

7. Compiling INN 1.4 - inet_aton()?

8. Two mice /dev/psaux and /dev/ttyS1 possible under Linux

9. /dev/psaux & X11 not recognized after first working

10. What is the difference between /dev/sg0, /dev/scd0 /dev/hdd and /dev/cdrom ?

11. /dev/dsp, /dev/audio, /dev/midi., /dev/sndsta

12. >/dev/msglog 2<>/dev/msglog </dev/console