Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Zip drives and cdroms and floppy drive oh my
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
riddler
n00b
n00b


Joined: 07 Aug 2003
Posts: 32
Location: Lake Charles, LA

PostPosted: Mon Oct 06, 2003 7:14 pm    Post subject: Zip drives and cdroms and floppy drive oh my Reply with quote

None of my drives are working and I can't understand why??

Anyone have any suggestions Here is my fstab



# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.12 2003/03/11 02:50:53 azarah Exp $
#
# noatime turns of atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs> <mountpoint> <type> <opts> <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1 /boot ext2 noauto,noatime 1 1
/dev/hda3 / reiserfs notail 0 0
/dev/hda2 none swap sw 0 0
/dev/hda5 /usr reiserfs notail 0 0
/dev/hda6 /var reiserfs notail 0 0
/dev/hda7 /home reiserfs notail 0 0
/dev/hda8 /opt reiserfs notail 0 0
/dev/hda9 /stuff reiserfs notail 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
/dev/cdroms/cdrom1 /mnt/cdrom1 iso9660 noauto,users 0 0
/dev/zipdrive /mnt/zip vfat noauto,users 0 0
# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none /dev/shm tmpfs defaults 0 0


In konqueror in /mnt I have cdrom cdrom1 floppy with a lock icon on it and a zip folder mut none seem to work..

Another note autorun cdroms DO work

Please help
Back to top
View user's profile Send private message
riddler
n00b
n00b


Joined: 07 Aug 2003
Posts: 32
Location: Lake Charles, LA

PostPosted: Tue Oct 07, 2003 3:05 pm    Post subject: Reply with quote

By the way my zip drive is am iomega 250
Back to top
View user's profile Send private message
grant.mcdorman
Apprentice
Apprentice


Joined: 29 Jan 2003
Posts: 295
Location: Toronto, ON, Canada

PostPosted: Tue Oct 07, 2003 4:35 pm    Post subject: Reply with quote

Did you configure your kernel to support the Zip drive? (You need SCSI disk support, and the low-level 'imm' (IIRC) driver.)

Don't know about the other drives, though.CDROMs could be due to same thing.
Back to top
View user's profile Send private message
riddler
n00b
n00b


Joined: 07 Aug 2003
Posts: 32
Location: Lake Charles, LA

PostPosted: Tue Oct 07, 2003 8:24 pm    Post subject: Reply with quote

I thought I had is there any way of checking it within kde to see if i have or not??

or terminal??
Back to top
View user's profile Send private message
grant.mcdorman
Apprentice
Apprentice


Joined: 29 Jan 2003
Posts: 295
Location: Toronto, ON, Canada

PostPosted: Tue Oct 07, 2003 10:42 pm    Post subject: Reply with quote

riddler wrote:
I thought I had is there any way of checking it within kde to see if i have or not??

or terminal??
If it's a module, yes: as root do lsmod and look for imm. If it's not there, do modprobe imm and see if that works.

If SCSI disk support is a module too, you'll need to load it (modprobe sd_mod) to get at Zip disks.

Of course, the ultimate way is to go into /usr/src/linux and do
Code:
make menuconfig
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum