setup my zip drive ( port //) with Redhat 5.1

setup my zip drive ( port //) with Redhat 5.1

Post by Bebe » Sat, 05 Dec 1998 04:00:00



Hello,
I would like to attach my zip drive (//) with Redhat 5.1.
But I'm a beginner. So if you could explain me all the steps (with
very good explanations).
Thanks you

Bebert

 
 
 

setup my zip drive ( port //) with Redhat 5.1

Post by Wolfgang Viechtbaue » Sat, 05 Dec 1998 04:00:00


Quote:> I would like to attach my zip drive (//) with Redhat 5.1.
> But I'm a beginner. So if you could explain me all the steps (with
> very good explanations).

Not sure what you mean with "pot //" ... but if you are using RH 5.1,
try this ...
(this worked for my system ... I am using RH 5.1 as well with the
parallel port version of the Zip Drive).

1) Log in as root
2) mkdir /mnt/zip
3) Put a zip disk into the zip drive (try at first one that was formated
under Win95 and that has some Win files on it).
4) mount -t vfat /dev/sda4 /mnt/zip
5) cd /mnt/zip and then ls -l

Did it work? If not, then I believe you have to compile the support for
the ppa driver into the kernel or something like that. However, for me,
this worked right out of the box. Thank you RH!

--
Wolfgang Viechtbauer


 
 
 

setup my zip drive ( port //) with Redhat 5.1

Post by Mark Brook » Sun, 06 Dec 1998 04:00:00


There's an easy way to do it with redhat 5.1 if you're using Xwindows
(easiER with 5.2!)
1)  Start Linuxconf (as root)
% Linuxconf &
2)  go to the filesystem tab (I can't remember which tab: linuxconf is
better in 5.2) and look at the file system types, and click on "add".
Then choose MSDOS filesystem, mount point "/mnt/zip" and device
"/dev/sda4".
I hope my memory serves me correctly....

good luck,

Mark.

--
Mark Brooks,
Institute of Neuropathology,
CWRU, Cleveland, OH., 44106.
Tel: (216) 368 3329.

 
 
 

setup my zip drive ( port //) with Redhat 5.1

Post by Seth W. Klei » Sun, 13 Dec 1998 04:00:00



> > I would like to attach my zip drive (//) with Redhat 5.1.
> > But I'm a beginner. So if you could explain me all the steps (with
> > very good explanations).

> Not sure what you mean with "pot //" ... but if you are using RH 5.1,
> try this ...
> (this worked for my system ... I am using RH 5.1 as well with the
> parallel port version of the Zip Drive).

> 1) Log in as root
> 2) mkdir /mnt/zip
> 3) Put a zip disk into the zip drive (try at first one that was formated
> under Win95 and that has some Win files on it).
> 4) mount -t vfat /dev/sda4 /mnt/zip
> 5) cd /mnt/zip and then ls -l

> Did it work? If not, then I believe you have to compile the support for
> the ppa driver into the kernel or something like that. However, for me,
> this worked right out of the box. Thank you RH!

On my RedHat 5.1 system it's compiled as a module. Type
insmod ppa
and it mounts happily.

seth

--

http://www.mint.net/~sklein/

 
 
 

setup my zip drive ( port //) with Redhat 5.1

Post by tieyan » Sun, 13 Dec 1998 04:00:00


Sorry, this is another question:
Why I got this message when I issue the command "insmod ppa":
"/lib/modules/preferred/scsi/ppa.o: init_module: Device or resource busy."

I'm trying to get my parallel port zip work.  When I installed RH5.2, the
autoprobing can't find my zip drive (with disk on).  So I had to proceed,
and never got my zip work.



> > > I would like to attach my zip drive (//) with Redhat 5.1.
> > > But I'm a beginner. So if you could explain me all the steps (with
> > > very good explanations).

> > Not sure what you mean with "pot //" ... but if you are using RH 5.1,
> > try this ...
> > (this worked for my system ... I am using RH 5.1 as well with the
> > parallel port version of the Zip Drive).

> > 1) Log in as root
> > 2) mkdir /mnt/zip
> > 3) Put a zip disk into the zip drive (try at first one that was formated
> > under Win95 and that has some Win files on it).
> > 4) mount -t vfat /dev/sda4 /mnt/zip
> > 5) cd /mnt/zip and then ls -l

> > Did it work? If not, then I believe you have to compile the support for
> > the ppa driver into the kernel or something like that. However, for me,
> > this worked right out of the box. Thank you RH!

> On my RedHat 5.1 system it's compiled as a module. Type
> insmod ppa
> and it mounts happily.

> seth

> --

> http://www.mint.net/~sklein/