[newbie] 8.1 ZIP drive

2002-02-12 Thread Vogel, Andrew (VOGELAP)

I've got an internal ATAPI ZIP drive in my box (it's the SECOND device on
the SECOND IDE channel). Harddrake sees it as hdd. It used to work just fine
under 8.0, but since I did a complete wipe-n-install of 8.1, I cannot mount
it within Linux. The drive powers during POST, so I know the connections are
still good. I've got a known good ZIP disk in the drive.

* Here is my entire FSTAB:
/dev/hda1 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda6 /home ext2 defaults 1 2
/dev/hdc /mnt/cdrom auto
iocharset=iso8859-1,ro,nosuid,noauto,user,exec,codepage=850,nodev 0 0
/dev/fd0 /mnt/floppy auto
iocharset=iso8859-1,rw,sync,nosuid,exec,user,noauto,nodev,codepage=850,unhid
e 0 0
none /proc proc defaults 0 0
/dev/hdb1 /var ext2 defaults 1 2
/dev/hda5 swap swap defaults 0 0
/dev/hdd4 /mnt/zip auto
user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto 0 0

* And from dmesg (anything that looked interesting or remotely related is
included here, the rest cut): Linux version 2.4.8-26mdk
([EMAIL PROTECTED]) (gcc version 2.96 2731 (Mandrake Linux
8.1 2.96-0.62mdk)) #1 Sun Sep 23 17:06:39 CEST 2001 Calibrating delay
loop... 1064.96 BogoMIPS
Memory: 254824k/262080k available (1086k kernel code, 6868k reserved, 397k
data, 712k init, 0k highmem)
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
hda: ST36530A, ATA DISK drive
hdb: WDC AC26400R, ATA DISK drive
hdc: SAMSUNG CD-ROM SC-152L, ATAPI CD/DVD-ROM drive
hdd: IOMEGA ZIP 100 ATAPI, ATAPI FLOPPY drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 12715920 sectors (6511 MB) w/448KiB Cache, CHS=791/255/63, UDMA(33)
hdb: 12594960 sectors (6449 MB) w/512KiB Cache, CHS=6149/64/32, UDMA(33)
hdc: ATAPI 52X CD-ROM drive, 128kB Cache, DMA
Uniform CD-ROM driver Revision: 3.12
ide-floppy driver 0.97
hdd: 98304kB, 196608 blocks, 512 sector size
hdd: 98304kB, 96/64/32 CHS, 4096 kBps, 512 sector size, 2941 rpm Partition
check:
 /dev/ide/host0/bus0/target0/lun0: p1 p2  p5 p6 
 /dev/ide/host0/bus0/target1/lun0: p1
 /dev/ide/host0/bus1/target1/lun0: p4
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
ide-floppy driver 0.97
Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
sb: No ISAPnP cards found, trying standard ones...
SB 4.11 detected OK (220)
Sound Blaster 16 (4.11) at 0x220 irq 7 dma 0
Sound Blaster 16 at 0x330 irq 7 dma 0,0
cdrom: open failed.
 /dev/ide/host0/bus1/target1/lun0: p4
 /dev/ide/host0/bus1/target1/lun0: p4
devfs: devfs_register(): device already registered: 0
cdrom: open failed.
SCSI subsystem driver Revision: 1.00
cdrom: open failed.

I've tried:
Mkdir /mnt/zip
Mount /mnt/zip /dev/hdd4 (harddrake reports the ZIP drive as HDD -- it's the
2nd device on the 2nd IDE channel) ...and I got this error:
mount: /dev/hdd4 is not a block device
...so I tried:
Mount /mnt/zip /dev/hdd
...and I got this error:
mount: /dev/hdd is not a block device

root.drewvogel:~$ ls -ail /dev/ide
total 0
3640 drwxr-xr-x1 root root0 Jan 19 17:26 ./
  10 drwxr-xr-x1 root root0 Dec 31  1969 ../
   10620 drwxr-xr-x1 root root0 Jan 21 11:28 cd/
6770 drwxr-xr-x1 root root0 Jan 20 14:50 hd/
3650 drwxr-xr-x1 root root0 Jan 19 10:32 host0/
6760 drwxr-xr-x1 root root0 Jan 19 17:19 zip/
root.drewvogel:~$ ls -ail /dev/ide/zip/
total 0
6760 drwxr-xr-x1 root root0 Jan 19 17:19 ./
3640 drwxr-xr-x1 root root0 Jan 19 17:26 ../

Any ideas? I hadn't noticed the /dev/ide/zip directory before, but it's
empty... Don't know how to proceed!

---
===
Andrew Vogel: Manager of Professional Programs at the University of
Cincinnati College of Pharmacy
http://pharmacy.uc.edu   (513)-558-3784
===



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



Re: [newbie] 8.1 ZIP drive

2002-02-12 Thread s

On Tuesday 12 February 2002 11:56 am, you wrote:
 I've got an internal ATAPI ZIP drive in my box (it's the SECOND device on
 the SECOND IDE channel). Harddrake sees it as hdd. 
 I've tried:
 Mkdir /mnt/zip
 Mount /mnt/zip /dev/hdd4 (harddrake reports the ZIP drive as HDD -- it's
 the 2nd device on the 2nd IDE channel) ...and I got this error:
 mount: /dev/hdd4 is not a block device
 ...so I tried:
 Mount /mnt/zip /dev/hdd
 ...and I got this error:
 mount: /dev/hdd is not a block device

Well, I'm not sure it makes any diff, but I think it's mount -t type dev dir.
So, try:  mount -t vfat /dev/hdd mnt/zip
if that works, fix your fstab.

-s



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



RE: [newbie] 8.1 ZIP drive

2002-02-12 Thread Vogel, Andrew (VOGELAP)

Thanks for the tip. I tried that, and got:
mount: /dev/hdd is not a block device

Tried it also with /dev/hdd4, and got:
mount: /dev/hdd4 is not a block device

---
===
Andrew Vogel: Manager of Professional Programs at the University of
Cincinnati College of Pharmacy
http://pharmacy.uc.edu   (513)-558-3784
===


 -Original Message-
 From: s [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, February 12, 2002 3:11 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [newbie] 8.1 ZIP drive
 
 
 On Tuesday 12 February 2002 11:56 am, you wrote:
  I've got an internal ATAPI ZIP drive in my box (it's the 
 SECOND device 
  on the SECOND IDE channel). Harddrake sees it as hdd. I've tried:
  Mkdir /mnt/zip
  Mount /mnt/zip /dev/hdd4 (harddrake reports the ZIP drive 
 as HDD -- it's
  the 2nd device on the 2nd IDE channel) ...and I got this error:
  mount: /dev/hdd4 is not a block device
  ...so I tried:
  Mount /mnt/zip /dev/hdd
  ...and I got this error:
  mount: /dev/hdd is not a block device
 
 Well, I'm not sure it makes any diff, but I think it's mount 
 -t type dev dir.
 So, try:  mount -t vfat /dev/hdd mnt/zip
 if that works, fix your fstab.
 
 -s
 
 



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