Re: debian read mac formatted zip disk question (2)

2001-11-08 Thread Frank Zimmermann
jim R. wrote: HI, What i meant was how can i make debian linux to recognize mac formatted zip disk?. mounting is easy. but how to mount so that linux can recognize mac formatted disk. drive on linux is parallel not scsi. Jim Your kernel has to support hfs file system. mount -t hfs device

Re: debian read mac formatted zip disk question (2)

2001-11-07 Thread Jerome Acks Jr
jim R. wrote: HI, What i meant was how can i make debian linux to recognize mac formatted zip disk?. mounting is easy. but how to mount so that linux can recognize mac formatted disk. drive on linux is parallel not scsi. Jim __ Do You Yahoo

Re: debian read mac formatted zip disk question (2)

2001-11-07 Thread Eric G. Miller
On Wed, 7 Nov 2001 17:39:59 -0800 (PST), "jim R." <[EMAIL PROTECTED]> wrote: > HI, > What i meant was how can i make debian linux to > recognize mac > formatted zip disk?. mounting is easy. but how to > mount so > that linux can recognize mac formatted disk. dri

debian read mac formatted zip disk question (2)

2001-11-07 Thread jim R.
HI, What i meant was how can i make debian linux to recognize mac formatted zip disk?. mounting is easy. but how to mount so that linux can recognize mac formatted disk. drive on linux is parallel not scsi. Jim __ Do You Yahoo!? Find a job, post

Re: mount mac zip disk on debain question

2001-11-07 Thread Craig Holyoak
jim R. <[EMAIL PROTECTED]> said: > Hi, > I have mac zip disk that i like to mount them on > debian linux. > How do i do this?. > Jim If it's from your mac, it's probably SCSI, so just plug it into your scsi card, bung in a disk and type something like: # mount /

mount mac zip disk on debain question

2001-11-07 Thread jim R.
Hi, I have mac zip disk that i like to mount them on debian linux. How do i do this?. Jim __ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com

Re: where can I find info on how to install a iomega zip disk in debian?

2000-01-31 Thread Tilman Kranz
Greetings, On Sun, Jan 30, 2000 at 09:04:58AM +, john smith wrote: > I was wondering on where can I get documentation on how to install a iomega > zip disk to debian. I can't seem to find any man pages on that subject. in general: http://www.linuxdoc.org/HOWTO/mini/ZIP-Drive.ht

Re: where can I find info on how to install a iomega zip disk in debian?

2000-01-30 Thread paul
On Sun, 30 Jan 2000, john said" > hello, > > I was wondering on where can I get documentation on how to install a iomega > zip disk to debian. I can't seem to find any man pages on that subject. > > thank you. > ___

Re: where can I find info on how to install a iomega zip disk in debian?

2000-01-30 Thread da Bobstopper
da Bobstopper > hello, > > I was wondering on where can I get documentation on how to install a iomega > zip disk to debian. I can't seem to find any man pages on that subject. > > thank you. > __ > Get You

where can I find info on how to install a iomega zip disk in debian?

2000-01-30 Thread john smith
hello, I was wondering on where can I get documentation on how to install a iomega zip disk to debian. I can't seem to find any man pages on that subject. thank you. __ Get Your Private, Free Email at http://www.hotmail.com

zip disk repair script (was Error messages using iomega zip)

1999-12-07 Thread Lewis, James M.
Someone wanted the script to repair a scsi zip disk. I sent it but noticed it didn't go to the list. ($%&* exchange). Anyway, here it is for anyone else that might want it. It's crude but it works. jim ===repairzip===

Re: iomega zip disk (100)

1999-07-09 Thread Bradley Bell
On Fri, 9 Jul 1999, Mark Wright wrote: > * Anyone know what the problem is with the tecra install? If I try to do a > 'insmod ppa' on my laptop after installing the tecra base system, I get a > error message saying that several functions (or entry points, or something > like that) are missing. I

Re: iomega zip disk (100)

1999-07-09 Thread Jeff Beley
--Jeff On Fri, Jul 09, 1999 at 12:54:31PM -0700, Nate wrote: > On Fri, Jul 09, 1999 at 03:18:15PM -0700, Wendell Buckner wrote: > > Has anyone out there attempted to use a iomega zip disk with linux? I see > > from the invformation on the debian website that it can be done. Has >

Re: iomega zip disk (100)

1999-07-09 Thread Ben Cranston
Mark Wright wrote: > There is a mini HOWTO on this. Which zip disk will you be using, Parallel, > IDE or SCSI? My experience has been that as long as you don't use the Tecra > install*, this is trivial... > * Anyone know what the problem is with the tecra install? If I try

Re: iomega zip disk (100)

1999-07-09 Thread eafarris
n95. kind of strange, but not a huge problem, and i haven't experienced any other problems since. i haven't seen anything about the 250MB version. On 9 Jul, Wendell Buckner wrote: > Has anyone out there attempted to use a iomega zip disk with linux? I see > from the invformation

Re: iomega zip disk (100)

1999-07-09 Thread Nate
On Fri, Jul 09, 1999 at 03:18:15PM -0700, Wendell Buckner wrote: > Has anyone out there attempted to use a iomega zip disk with linux? I see > from the invformation on the debian website that it can be done. Has anyone > run into problems trying to do this? If so, please let me know

Re: iomega zip disk (100)

1999-07-09 Thread Mark Wright
There is a mini HOWTO on this. Which zip disk will you be using, Parallel, IDE or SCSI? My experience has been that as long as you don't use the Tecra install*, this is trivial. The following commands: insmod ppa mkdir /mnt/zip(if this doesn't exist already) mount -t

Re: iomega zip disk (100)

1999-07-09 Thread Brian Servis
*- On 9 Jul, Wendell Buckner wrote about "iomega zip disk (100)" > Has anyone out there attempted to use a iomega zip disk with linux? I see > from the invformation on the debian website that it can be done. Has anyone > run into problems trying to do this? If so, please l

iomega zip disk (100)

1999-07-09 Thread Wendell Buckner
Has anyone out there attempted to use a iomega zip disk with linux?  I see from the invformation on the debian website that it can be done.  Has anyone run into problems trying to do this?  If so, please let me know, cause I plan on attaching one to  my Linux P.C. soon and I'd like

Re: ZIP disk modules

1999-01-24 Thread Matus \"fantomas\" Uhlar
-> I compiled a kernel with ZIP disk support using modules. I also -> included the module autoloader. After modifying '/etc/fstab' I could -> mount the ZIP drive with 'mount /zip'. Nowadays it claims that I have -> to load a module with insmod. What modules sho

ZIP disk modules

1999-01-24 Thread john
Hi all, I compiled a kernel with ZIP disk support using modules. I also included the module autoloader. After modifying '/etc/fstab' I could mount the ZIP drive with 'mount /zip'. Nowadays it claims that I have to load a module with insmod. What modules should I ins

zip disk eject (mzip)

1998-12-22 Thread Lewis, James M.
What's the trick to be able to use mzip as a user other than root? I have tried to set the suid and sgid bits as mentioned in the docs. That didn't work. I am using the version in slink on an up to date slink system. tia jim

Re: zip disk

1998-11-02 Thread Richard Sevenich
I have the (older?) version in which the line printer and zip reluctantly share the parallel port - both as modules. The system wakes up with the printer owning the port. To use the zip, I must "rmmod lp" "insmod ppa" To get the printer functionality back I must similarly "rmmod ppa" "insmod lp" I

Re: zip disk

1998-11-02 Thread mwb
On Sun, 1 Nov 1998, Debian-User wrote: > I am pretty sure I installed iomega parellel support to my kernel when i > built the last one > And why my system boots i see some iomega stuff fly by but when this is what > happens when i try to > use it.: > mount -t vfat /dev/sda4 /zip > mount: the ke

zip disk

1998-11-02 Thread Debian-User
I am pretty sure I installed iomega parellel support to my kernel when i built the last one And why my system boots i see some iomega stuff fly by but when this is what happens when i try to use it.: mount -t vfat /dev/sda4 /zip mount: the kernel does not recognize /dev/sda4 as a block device

Re: ZIP Disk mounting

1998-08-27 Thread Mike Miller
xt2 noauto,user,nodev,noexec,nosuid,rw 0 0 This lets me (or any user) mount a zip disk with the command "mount /zip". Mike

Re: ZIP Disk mounting: still no answer...so reposting

1998-08-27 Thread Dale E. Martin
"Michael Rudmin" <[EMAIL PROTECTED]> writes: > Can anyone tell me more about how to mount it? Also, are there specific > drivers that I should > install, or should have intalled when I initialized my debian Linux > >Thanks. You probably need to load the aha152x module into your kernel - wit

Re: ZIP Disk mounting: still no answer...so reposting

1998-08-27 Thread Jay Barbee
Simply treat the ZIP as another Drive (floppie, hard disk). You need to know what device your scsi card detected it at (ie /dev/sd??). I have a ZIP that happends to be my "D" drive so my mount command go like: mount -t vfat /dev/sdd4 /zip ...You can even go into fdisk and repartition (so that

Re: ZIP Disk mounting: still no answer...so reposting

1998-08-27 Thread Pann McCuaig
On Wed, Aug 26, 1998 at 07:58:17PM -0700, Michael Rudmin wrote: > I have an IOMEGA SCSI zip drive, with an IOMEGA zoom SCSI card > (non-bootable) on my 486. > > I haven't seen anything in the setup that tells me that the drive is > mountable. In addition, in the Debian documentation, (Chapter 4),

Re: ZIP Disk mounting: still no answer...so reposting

1998-08-27 Thread Philippe_Andersson
Reply Separator _____ Subject: ZIP Disk mounting: still no answer...so reposting Author: "Michael Rudmin" <[EMAIL PROTECTED]> at SCITEX Date:8/27/98 2:58 AM I have an IOMEGA SCSI zip drive, with an IOMEGA zoom SCSI card (non-bootable) on my 486. I haven't seen anything in the

Re: ZIP Disk mounting: still no answer...so reposting

1998-08-27 Thread Richard E. Hawkins Esq.
> I have an IOMEGA SCSI zip drive, with an IOMEGA zoom SCSI card (non-boota= > ble) on my 486. > > I haven't seen anything in the setup that tells me that the drive is moun= > table. I don't see what you mean; all drives are mountable. >In addition, in the > Debian documentation, (Chapter 4)

(fwd) Booting with Zip disk

1997-08-07 Thread Benedict Chong
rote: %Firstly, this is not an ad. % %I have a commercial utility to make a parallel port iomega zip drive %look like a floppy. With the Zip drive configured as A:, you can %basically boot MSDOS or Win95 off a Zip disk. % %A number of people have enquired about Linux support. I guess one of %the attra

Re: Debian on an umsdos zip disk

1997-02-23 Thread Robert Varley
uck! cheers, Robert Varley Trowbridge, Wilts On Fri, 14 Feb 1997, Gertjan Klein wrote: > How can I convince Debian to install itself on an umsdos ZIP disk? The > kernel on the rescue disk doesn't have the umsdos filesystem built-in. I > would like to try and create a small Debian sys