Re: Parallel port Iomega ZIP-drive, no imm or ppa module in Debian Jessie?

2014-04-20 Thread Brian
On Sun 20 Apr 2014 at 16:13:24 +0200, Adrian Christiansen wrote: > I've found a printer port Iomega ZIP-drive a while ago and want to > test if it's working. From want I've found out there's two modules > required for the SCSI over Printer Port interface that Iomeg

Parallel port Iomega ZIP-drive, no imm or ppa module in Debian Jessie?

2014-04-20 Thread Adrian Christiansen
Hi guys!, I've found a printer port Iomega ZIP-drive a while ago and want to test if it's working. From want I've found out there's two modules required for the SCSI over Printer Port interface that Iomega used on these drives, imm and ppa. However I can't load these mo

Re: MySQL High Availability on Debian - using Iomega StorCenter ix-2 nas device.

2011-10-11 Thread Joey L
On Fri, Oct 7, 2011 at 5:49 PM, Walter Hurry wrote: > On Fri, 07 Oct 2011 16:17:23 -0400, Joey L wrote: > >> with replication - in case of a failure - I have to manually cut it over >> to the replicated files ??? >> is there any hot-standby feature ??? >> thanks mjh > > Hints: If you want help: >

Re: MySQL High Availability on Debian - using Iomega StorCenter ix-2 nas device.

2011-10-07 Thread Walter Hurry
On Fri, 07 Oct 2011 16:17:23 -0400, Joey L wrote: > with replication - in case of a failure - I have to manually cut it over > to the replicated files ??? > is there any hot-standby feature ??? > thanks mjh Hints: If you want help: a) Write in English; start sentences with a capital letter. b) D

Re: MySQL High Availability on Debian - using Iomega StorCenter ix-2 nas device.

2011-10-07 Thread Joey L
with replication - in case of a failure - I have to manually cut it over to the replicated files ??? is there any hot-standby feature ??? thanks mjh On Thu, Oct 6, 2011 at 3:25 PM, rfsf...@gmail.com wrote: > You may want to setup replication or cluster. Replication is a standard > feature of mysq

Re: MySQL High Availability on Debian - using Iomega StorCenter ix-2 nas device.

2011-10-06 Thread Gilles Mocellin
Le 06/10/2011 20:49, Joey L a écrit : Would I have to use NFS ??? is there a better solution for High Availability ?? I think iscsi only attaches a network storage device to the server for writing/reading but this will not solve the issue of who owns the db at what time ??? Is mysql 5 come with h

Re: MySQL High Availability on Debian - using Iomega StorCenter ix-2 nas device.

2011-10-06 Thread rfsf...@gmail.com
You may want to setup replication or cluster. Replication is a standard feature of mysql. Cluster is in mysql-cluster package available at mysql.com site. Would I have to use NFS ??? is there a better solution for High Availability ?? I think iscsi only attaches a network storage device to the

Re: MySQL High Availability on Debian - using Iomega StorCenter ix-2 nas device.

2011-10-06 Thread Joey L
Would I have to use NFS ??? is there a better solution for High Availability ?? I think iscsi only attaches a network storage device to the server for writing/reading but this will not solve the issue of who owns the db at what time ??? Is mysql 5 come with high availibity option included or is thi

MySQL High Availability on Debian - using Iomega StorCenter ix-2 nas device.

2011-10-06 Thread Joey L
Has anyone tried this setup ??? Is there any feedback on it ??? Do you know what I need to make this run in terms of packages to be installed and configured on 2 debian servers ?? thanks mjh -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Troub

Re: Iomega 2TB USB drive

2010-09-19 Thread John Lindsay
Lisi wrote: On Sunday 19 September 2010 11:29:44 John Lindsay wrote: Lisi wrote: On Saturday 18 September 2010 22:50:05 John Lindsay wrote: Here is my 'fstab' # /etc/fstab: static file system information. # # proc/proc procdef

Re: Iomega 2TB USB drive

2010-09-19 Thread Lisi
On Sunday 19 September 2010 11:29:44 John Lindsay wrote: > Lisi wrote: > > On Saturday 18 September 2010 22:50:05 John Lindsay wrote: > >> Here is my 'fstab' > >> > >>> # /etc/fstab: static file system information. > >>> # > >>> # > >>> proc/proc procdefaul

Re: Iomega 2TB USB drive

2010-09-19 Thread Lisi
On Sunday 19 September 2010 11:23:20 John Lindsay wrote: > Here is the result of 'df > -lh'. > > > Filesystem            Size  Used Avail Use% Mounted on > > /dev/sda1              71G   58G  9.8G  86% / [snip] > > /dev/sda1             1.9T  123M  1.9T   1% /mnt Curiouser and curiouser Now w

Re: Iomega 2TB USB drive

2010-09-19 Thread Camaleón
On Sat, 18 Sep 2010 17:50:05 -0400, John Lindsay wrote: > I am still trying to get this USB drive to show up as an icon on the > desktop and to show up under the toolbar 'Places' like my 8GB USB memory > stick and my /new-disk hdb (115GB internal drive). Then try by removing (or just #comment)

Re: Iomega 2TB USB drive

2010-09-19 Thread John Lindsay
John Lindsay wrote: Lisi wrote: I don't know whther it is at all relevant, but your fstab appears to be trying to mount two different drives on the same mount point (/). Lisi Actually it is the 'mtab' that shows the two '/dev/sda1' entries. I'll try editing it and see what damage I

Re: Iomega 2TB USB drive

2010-09-19 Thread John Lindsay
Lisi wrote: On Saturday 18 September 2010 22:50:05 John Lindsay wrote: Here is my 'fstab' # /etc/fstab: static file system information. # # proc/proc procdefaults0 0 /dev/hda1 / ext3errors=remount-ro 0

Re: Iomega 2TB USB drive

2010-09-19 Thread John Lindsay
Lisi wrote: On Saturday 18 September 2010 22:50:05 John Lindsay wrote: Here is my 'fstab' # /etc/fstab: static file system information. # # proc/proc procdefaults0 0 /dev/hda1 / ext3errors=remount-ro 0

Re: Iomega 2TB USB drive

2010-09-19 Thread Lisi
On Saturday 18 September 2010 22:50:05 John Lindsay wrote: > Here is my 'fstab' > > > # /etc/fstab: static file system information. > > # > > #             > > proc            /proc           proc    defaults        0       0 > > /dev/hda1       /               ext3    errors=remount-ro 0      

Re: Iomega 2TB USB drive

2010-09-18 Thread Mark Allums
On 9/18/2010 4:50 PM, John Lindsay wrote: Secondly when I tried to follow the advice give to me by previous respondents I 'lost' Kingston USB stick display. The only way I can get it to show up is to select an earlier boot option. How do I 'delete' the first boot option or at least move the last

Iomega 2TB USB drive

2010-09-18 Thread John Lindsay
Hi All I am still trying to get this USB drive to show up as an icon on the desktop and to show up under the toolbar 'Places' like my 8GB USB memory stick and my /new-disk hdb (115GB internal drive). I am using Debian Lenny with Gnome as a desktop. Here is my 'mount' display /dev/sda1 on /

Re: iomega 2TB external USB drive

2010-09-11 Thread Scott Ferguson
On 11/09/10 22:13, John Lindsay wrote: > John Lindsay wrote: >> I just picked up an Iomega 2TB external USB drive. It is formatted >> NTSF. When plugged into my Win7 pc it is seen however it does not >> show up on screen under Debian (lenny). Is this drive supported? How &g

Re: iomega 2TB external USB drive

2010-09-11 Thread Scott Ferguson
On 11/09/10 22:13, John Lindsay wrote: > John Lindsay wrote: >> I just picked up an Iomega 2TB external USB drive. It is formatted >> NTSF. When plugged into my Win7 pc it is seen however it does not >> show up on screen under Debian (lenny). Is this drive supported? How &g

Re: iomega 2TB external USB drive

2010-09-11 Thread John Lindsay
John Lindsay wrote: I just picked up an Iomega 2TB external USB drive. It is formatted NTSF. When plugged into my Win7 pc it is seen however it does not show up on screen under Debian (lenny). Is this drive supported? How can I get it seen by debian? John Well, success of sorts. I

Re: iomega 2TB external USB drive

2010-09-10 Thread Lisi
On Friday 10 September 2010 10:46:53 John Lindsay wrote: > Lisi wrote: > > On Friday 10 September 2010 03:45:35 John Lindsay wrote: > > Lisi > > Hi Lisa Hi, John, As you will see, my name is Lisi not Lisa. > How do you turn it on? I have avoided saying anything so far as I don't know about Gn

Re: iomega 2TB external USB drive

2010-09-10 Thread Camaleón
On Fri, 10 Sep 2010 05:46:53 -0400, John Lindsay wrote: > Lisi wrote: >> On Friday 10 September 2010 03:45:35 John Lindsay wrote: >> >>> Still trying to find out what is available to enable the drive in >>> Debian. >>> >>> >> Have you tried turning the icon on? >> > How do you turn it

Re: iomega 2TB external USB drive

2010-09-10 Thread John Lindsay
Lisi wrote: On Friday 10 September 2010 03:45:35 John Lindsay wrote: Still trying to find out what is available to enable the drive in Debian. Have you tried turning the icon on? Lisi Hi Lisa How do you turn it on? If I plug in a memory stick it automatically recognizes it and

Re: iomega 2TB external USB drive

2010-09-10 Thread Lisi
On Friday 10 September 2010 03:45:35 John Lindsay wrote: > Still trying to find out what is available to enable the drive in Debian. Have you tried turning the icon on? Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact list

Re: iomega 2TB external USB drive

2010-09-09 Thread John Lindsay
Just to update things--- Fired up second computer which is my test machine. Installed Ubuntu 10.04 and IOMEGA drive seen as a laptop icon immediately after turning it on. Was able to load/unload/move files with no problems. I then deleted partition, re formatted using fat. Unmounted drive and

Re: iomega 2TB external USB drive

2010-09-08 Thread Camaleón
On Tue, 07 Sep 2010 22:24:06 -0400, John Lindsay wrote: > With regards to the problem I am having getting this IOMEGA drive to be > seen by my primary computer running Debian Lenny -- I deleted the > partitions, recreated the partitions as ext3, then ext4 and finally ntsf > . I then c

Re: iomega 2TB external USB drive - erratum

2010-09-08 Thread Lisi
pick, not pisk :-( Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201009080854.19575.lisi.re...@gmail.com

Re: iomega 2TB external USB drive

2010-09-08 Thread Lisi
On Wednesday 08 September 2010 03:24:06 John Lindsay wrote: > With regards to the problem I am having getting this IOMEGA drive to be > seen by my primary computer running Debian Lenny -- I deleted the > partitions, recreated the partitions as ext3, then ext4 and finally > ntsf . I

Re: iomega 2TB external USB drive

2010-09-07 Thread John Lindsay
With regards to the problem I am having getting this IOMEGA drive to be seen by my primary computer running Debian Lenny -- I deleted the partitions, recreated the partitions as ext3, then ext4 and finally ntsf . I then checked mstab after 'mount ./dev./sdb1 /mnt' after each cha

Re: iomega 2TB external USB drive

2010-09-07 Thread Camaleón
On Tue, 07 Sep 2010 12:42:32 +0300, Γιώργος Πάλλας wrote: > On 09/06/2010 11:01 PM, John Lindsay wrote: >> Sep 6 15:44:34 tux-net kernel: [119289.522770] NTFS volume version >> 3.1. Sep 6 15:44:34 tux-net kernel: [119289.538772] NTFS-fs error >> (device sdb1): load_system_files(): $LogFile is n

Re: iomega 2TB external USB drive

2010-09-07 Thread Γιώργος Πάλλας
On 09/06/2010 11:01 PM, John Lindsay wrote: > Hi Celejar > > > I tried 'mount /dev/sdb1 /mnt' as /sda1 returned drive does not > exist. Using 'tail -F /var/log/syslog' when I try the mount command > using "/sdb1" returns - > > Sep 6 15:40:38 tux-net kernel: [119018.389495] sdb: sdb1 > Sep

Re: iomega 2TB external USB drive

2010-09-06 Thread Mark Allums
On 9/6/2010 9:22 PM, John Lindsay wrote: Hi Celelar Just going through 'applications->Debian->applications->system->administration' and started up 'gnome partition editor'. It showed me that its file system is ntsf; its mountpoint is /mnt; its label is IOMEGA

Re: iomega 2TB external USB drive

2010-09-06 Thread Celejar
On Mon, 06 Sep 2010 22:22:43 -0400 John Lindsay wrote: > Hi Celelar > > Just going through > 'applications->Debian->applications->system->administration' and started > up 'gnome partition editor'. It showed me that its file system is ntsf; &g

Re: iomega 2TB external USB drive

2010-09-06 Thread John Lindsay
Hi Celelar Just going through 'applications->Debian->applications->system->administration' and started up 'gnome partition editor'. It showed me that its file system is ntsf; its mountpoint is /mnt; its label is IOMEGA HDD; total size is 1.82TB and I have use

Re: iomega 2TB external USB drive

2010-09-06 Thread Celejar
On Mon, 06 Sep 2010 16:01:11 -0400 John Lindsay wrote: > Hi Celejar > > > I tried 'mount /dev/sdb1 /mnt' as /sda1 returned drive does not exist. > Using 'tail -F /var/log/syslog' when I try the mount command using > "/sdb1" returns - The drive can be assigned different letters by the

Re: iomega 2TB external USB drive

2010-09-06 Thread John Lindsay
Hi Celejar I tried 'mount /dev/sdb1 /mnt' as /sda1 returned drive does not exist. Using 'tail -F /var/log/syslog' when I try the mount command using "/sdb1" returns - Sep 6 15:40:38 tux-net kernel: [119018.389495] sdb: sdb1 Sep 6 15:40:38 tux-net kernel: [119018.422500] sd 4:0:0:0:

Re: iomega 2TB external USB drive

2010-09-06 Thread Celejar
On Mon, 06 Sep 2010 06:26:25 -0400 John Lindsay wrote: ... > > Summary: Both *before* and *after* inserting the usb device: > > > > $ cat /proc/partitions > > > This is with the drive disconnected > > major minor #blocks name > > 3 0 78125000 hda > 3 1 75473338 hda1 >

Re: iomega 2TB external USB drive

2010-09-06 Thread John Lindsay
I did it again; sending a reply to the sender rather than the group -- hopefully I will be more careful in future -- Bob Proulx wrote: John Lindsay wrote: I just picked up an Iomega 2TB external USB drive. It is formatted NTSF. When plugged into my Win7 pc it is seen however it does not

Re: iomega 2TB external USB drive

2010-09-06 Thread John Lindsay
I accidentally sent my reply to Celejar direct instead of to the list so I am reposting it to the group. If my 'dmseg' is too long -- sorry about that -- elejar wrote: On Sat, 04 Sep 2010 22:22:04 -0400 John Lindsay wrote: I just picked up an Iomega 2TB external USB dr

Re: iomega 2TB external USB drive

2010-09-05 Thread Celejar
[Please reply to the list, and not to me personally, as per the CoC.] On Sun, 05 Sep 2010 10:21:38 -0400 John Lindsay wrote: > Celejar wrote: > > On Sat, 04 Sep 2010 22:22:04 -0400 > > John Lindsay wrote: > > > > > >> I just picked up an Iomega 2TB exte

Re: iomega 2TB external USB drive

2010-09-05 Thread Bob Proulx
John Lindsay wrote: > I just picked up an Iomega 2TB external USB drive. It is formatted > NTSF. When plugged into my Win7 pc it is seen however it does not > show up on screen under Debian (lenny). Is this drive supported? How > can I get it seen by debian? You need to be more spec

Re: iomega 2TB external USB drive

2010-09-04 Thread Boyd Stephen Smith Jr.
On Saturday 04 September 2010 21:22:04 John Lindsay wrote: > I just picked up an Iomega 2TB external USB drive. It is formatted NTSF. > When plugged into my Win7 pc it is seen however it does not show up on > screen under Debian (lenny). Is this drive supported? How can I get it > se

Re: iomega 2TB external USB drive

2010-09-04 Thread Celejar
On Sat, 04 Sep 2010 22:22:04 -0400 John Lindsay wrote: > I just picked up an Iomega 2TB external USB drive. It is formatted NTSF. > When plugged into my Win7 pc it is seen however it does not show up on > screen under Debian (lenny). Is this drive supported? How can I get it > se

iomega 2TB external USB drive

2010-09-04 Thread John Lindsay
I just picked up an Iomega 2TB external USB drive. It is formatted NTSF. When plugged into my Win7 pc it is seen however it does not show up on screen under Debian (lenny). Is this drive supported? How can I get it seen by debian? John -- To UNSUBSCRIBE, email to debian-user-requ

Re: iomega portable hard drive

2009-03-17 Thread Marcelo Chiapparini
2009/3/16 Douglas A. Tutty : > On Mon, Mar 16, 2009 at 07:47:16PM -0300, Marcelo Chiapparini wrote: >> 2009/3/16 Douglas A. Tutty : >> > On Mon, Mar 16, 2009 at 07:11:55AM -0300, Marcelo Chiapparini wrote: >> >> is it possible to put to work a 120 GB Iomega Portable

Re: iomega portable hard drive

2009-03-16 Thread Douglas A. Tutty
On Mon, Mar 16, 2009 at 07:47:16PM -0300, Marcelo Chiapparini wrote: > 2009/3/16 Douglas A. Tutty : > > On Mon, Mar 16, 2009 at 07:11:55AM -0300, Marcelo Chiapparini wrote: > >> is it possible to put to work a 120 GB Iomega Portable Hard Drive (usb > >> powered) under L

Re: iomega portable hard drive

2009-03-16 Thread Marcelo Chiapparini
Hello Douglas 2009/3/16 Douglas A. Tutty : > On Mon, Mar 16, 2009 at 07:11:55AM -0300, Marcelo Chiapparini wrote: >> is it possible to put to work a 120 GB Iomega Portable Hard Drive (usb >> powered) under Lenny? I own one myself, but I can't mount it. I >> googled a bi

Re: iomega portable hard drive

2009-03-16 Thread Douglas A. Tutty
On Mon, Mar 16, 2009 at 07:11:55AM -0300, Marcelo Chiapparini wrote: > is it possible to put to work a 120 GB Iomega Portable Hard Drive (usb > powered) under Lenny? I own one myself, but I can't mount it. I > googled a bit too, but without success besides the fact that there is >

Re: iomega portable hard drive

2009-03-16 Thread 明覺
On Mon, Mar 16, 2009 at 6:11 PM, Marcelo Chiapparini < marcelo.chia...@gmail.com> wrote: > Hello! > > is it possible to put to work a 120 GB Iomega Portable Hard Drive (usb > powered) under Lenny? I own one myself, but I can't mount it. I > googled a bit too, but withou

Re: iomega portable hard drive

2009-03-16 Thread Thorny
On Mon, 16 Mar 2009 07:11:55 -0300, Marcelo Chiapparini wrote: > Hello! > > is it possible to put to work a 120 GB Iomega Portable Hard Drive (usb > powered) under Lenny? I own one myself, but I can't mount it. I googled a > bit too, but without success besides the fact tha

Re: iomega portable hard drive

2009-03-16 Thread Aioanei Rares
Marcelo Chiapparini wrote: Hello! is it possible to put to work a 120 GB Iomega Portable Hard Drive (usb powered) under Lenny? I own one myself, but I can't mount it. I googled a bit too, but without success besides the fact that there is no direct linux support for it. Thanks in ad

iomega portable hard drive

2009-03-16 Thread Marcelo Chiapparini
Hello! is it possible to put to work a 120 GB Iomega Portable Hard Drive (usb powered) under Lenny? I own one myself, but I can't mount it. I googled a bit too, but without success besides the fact that there is no direct linux support for it. Thanks in advance! Marcelo -- To UNSUBS

Re: portable Iomega HD

2007-09-29 Thread Kevin Mark
On Sat, Sep 29, 2007 at 06:03:10PM -0300, Marcelo Chiapparini wrote: > Hi, > > I have a portable Iomega 120 GB HD. I am running etch. When I connect > the HD to the USB port, etch doesn't show any device attached to the > port... I wonder why? the portable hd doesn

portable Iomega HD

2007-09-29 Thread Marcelo Chiapparini
Hi, I have a portable Iomega 120 GB HD. I am running etch. When I connect the HD to the USB port, etch doesn't show any device attached to the port... I wonder why? the portable hd doesn't acts like another usb device? Thanks in advance for the help Marcelo -- Marcelo Chiappar

Re: Etch: Gnome, Hal & Iomega Clik 40

2007-06-09 Thread Jacob L. Anawalt
Jacob L. Anawalt wrote: > Does lshal include any merged information when showing it's output? > The answer appears to be yes. I joined #hal on freenode and mbiebl pointed out that storage.bus in /usr/share/hal/fdi/preprobe/10osvendor/10-ide-drives.fdi wasn't matching my pcmcia device. So I put

Etch: Gnome, Hal & Iomega Clik 40

2007-06-05 Thread Jacob L. Anawalt
Hello, I've recently acquired an Iomega Clik! 40 (aka PocketZip) PCMCIA drive and a few disks with a slick looking silver case. http://paulbristow.net/main/2002/02/24/clik/ If you know the device, have looked it up, or guessed the 40 means 40 Mb, you're probably thinking "what a

Re: Resurrecting ancient IOMEGA ZIP drive

2007-05-23 Thread Douglas Allan Tutty
On Wed, May 23, 2007 at 09:31:25AM +0200, Daniel Haude wrote: > > for one last time I wanted to set in motion my old, parallel-port > IOMEGA Zip Drive to back up my stack of disks before I retire (read: > dump in the trash) the whole shebang for good. > > I think the prope

Re: Resurrecting ancient IOMEGA ZIP drive

2007-05-23 Thread Dan H
> for one last time I wanted to set in motion my old, parallel-port > IOMEGA Zip Drive to back up my stack of disks before I retire (read: > dump in the trash) the whole shebang for good. Already solved -- I just had to kick the thing and the connectors a bit. Thanks to those thad w

Resurrecting ancient IOMEGA ZIP drive

2007-05-23 Thread Daniel Haude
Hello folks, for one last time I wanted to set in motion my old, parallel-port IOMEGA Zip Drive to back up my stack of disks before I retire (read: dump in the trash) the whole shebang for good. I think the proper driver is ppa. I connected everything but nothing happens. "Happens" in

Re: Iomega CD-RW driver for Linux

2006-10-29 Thread Olafur Jens Sigurdsson
Þann 2006-10-29, 19:20:37 (-0300) skrifaði Alejandro: > Hi all, I've got an Iomega CD-RW USB connected to my Debian but I can't > find any driver in Internet to download. Iomega official web site says > that there is no support for LinuxDo you have any idea how I can do

Iomega CD-RW driver for Linux

2006-10-29 Thread Alejandro
Hi all, I've got an Iomega CD-RW USB connected to my Debian but I can't find any driver in Internet to download. Iomega official web site says that there is no support for LinuxDo you have any idea how I can do to work with this device in Linux ??? Or any similar driver that w

udev and IOMEGA ZIP

2006-05-29 Thread Dalibor Straka
Hi, we have this ancient zip drive by IOMEGA and it is nearly working ;-). But udev doesn't detect a media inside and doesn't create /dev/hd?4. It can see the /proc/ide/hd?/media. I have this line in my debian unstable /etc/udev/udev.rules: # workaround for devices which do not re

Re: supermount/Iomega ZIP disc change not recognized

2004-07-05 Thread Thomas Adam
--- Francesc Oller <[EMAIL PROTECTED]> wrote: > echo "/dev/hdb4 release" >/proc/fs/supermount/subfs The use of "supermount" is deprecated. It's evil, it continually probes devices for change of disk, and supermount has been buggy in its original concept. Don't use it, look at "autofs", and even t

supermount/Iomega ZIP disc change not recognized

2004-07-05 Thread Francesc Oller
Hi all, I'm running supermount patch v 1.2.11 for kernel 2.4.24. It drives an ATAPI 100MB ZIP unit but disc changes don't get recognized. Floppies work flawlessly, however. I've to do as root: echo "/dev/hdb4 release" >/proc/fs/supermount/subfs in order for "ls /z" to physically read the direct

iomega usb to scsi adapter for 2GB Jaz

2004-05-17 Thread Hector Scaramelli
Hi, Does anybody have any experience connecting this adapter to a woody 2.4.18bf24? I installed usb-storage module and hot plug support. Is there any limitation in this kernel version? The error message is that it is unable to deteremine disk capacity, it sees the Iomega Jaz though. I can access

Re: slow Iomega 20GB usb hdd on linux on 2.4.18-bf2.4

2003-11-26 Thread Monique Y. Herman
On Fri, 21 Nov 2003 at 13:23 GMT, J.S.Sahambi penned: [snip] > > The hub is showing USB 1.0 and the drive is showing usb version > 2.0. So is HUB the culprit running at usb VERSION 1.0? If so, how do > I enable the 2.0 version of usb hub? Thanks J S Sahambi > Please don't top-post. Snip

Re: slow Iomega 20GB usb hdd on linux on 2.4.18-bf2.4

2003-11-21 Thread J.S.Sahambi
Class: 09(hub ) Device Subclass: 00 Device Protocol: 00 Maximum Default Endpoint Size: 8 Number of Configurations: 1 *** Portable Hard Drive Manufacturer: Iomega Serial Number: 59B710010D9A Speed: 12Mb/s (full) USB Version: 2.00 Device Class: 00

Re: slow Iomega 20GB usb hdd on linux

2003-11-20 Thread J.S.Sahambi
Subclass: 00 Device Protocol: 00 Maximum Default Endpoint Size: 8 Number of Configurations: 1 *** Portable Hard Drive Manufacturer: Iomega Serial Number: 59B710010D9A Speed: 12Mb/s (full) USB Version: 2.00 Device Class: 00(>ifc ) Device Subclass: 00 Dev

Re: slow Iomega 20GB usb hdd on linux

2003-11-20 Thread Monique Y. Herman
On Fri, 21 Nov 2003 at 10:23 GMT, J.S.Sahambi penned: > I have a Iomega 20 GB usb hdd. It gives good data transfer rate when > used with windows. But when I use it with linux, the data transfer > rate is low, in the order of 500 Kbytes/sec. Is there any way to > increase the data t

slow Iomega 20GB usb hdd on linux

2003-11-20 Thread J.S.Sahambi
I have a Iomega 20 GB usb hdd. It gives good data transfer rate when used with windows. But when I use it with linux, the data transfer rate is low, in the order of 500 Kbytes/sec. Is there any way to increase the data transfer rate? Thanks J S Sahambi -- To UNSUBSCRIBE, email to [EMAIL

difference between Iomega Peerless and USB Bundle drives

2002-09-27 Thread J.S.Sahambi
I dont know if this question pertians to this mailing list. I want to know the difference between Iomega external drives (a) Iomega 10 GB Peerless FireWire Bundle and (b) Iomega 10 GB USB Bundle and their behaviour toward linux (kernel 2.4.19) Thanks J S Sahambi -- To UNSUBSCRIBE, email

Re: Iomega Zip 100 USB drive....howto use/active it?

2002-09-27 Thread Walter Tautz
On Wed, 25 Sep 2002, Jamin W.Collins wrote: > On Wed, 25 Sep 2002 15:12:55 -0400 (EDT) Walter Tautz > <[EMAIL PROTECTED]> wrote: > > > presumably some relevent usb modules need to be loaded: > > currently: > (snip) > > Not sure about the Zip drive in particular, but for other USB storage > de

Re: Iomega Zip 100 USB drive....howto use/active it?

2002-09-25 Thread Jamin W . Collins
On Wed, 25 Sep 2002 15:12:55 -0400 (EDT) Walter Tautz <[EMAIL PROTECTED]> wrote: > presumably some relevent usb modules need to be loaded: > currently: (snip) Not sure about the Zip drive in particular, but for other USB storage devices, I've needed to load the following: usb-storage sd_mod sr_

Iomega Zip 100 USB drive....howto use/active it?

2002-09-25 Thread Walter Tautz
presumably some relevent usb modules need to be loaded: currently: Module Size Used byNot tainted ide-scsi7488 0 nls_cp437 4384 0 (autoclean) cs4281 45600 0 soundcore 3236 3 [cs4281] r128

Re: iomega parallel port zip drive

2002-06-09 Thread ben
On Sunday 09 June 2002 07:12 am, robert jorgenson wrote: > If i did this why not just get a kernel image from debian? Unless im really > trying to keep my kernel footprint small which doesn't really matter much. > I first wanted to compile just to know i could :) But now i want to get it > to work

Re: [SOLVED]iomega parallel port zip drive

2002-06-09 Thread robert jorgenson
Okay i dont know EXACTLY what it was, but i went through EVERY SINGLE option and red almost every single help on each section and turned off a few things ... for some reason smp was enabled i turned that off, some random onboard ethernet driver was enabled. I cant remember everything cuz ive bee

Re: iomega parallel port zip drive

2002-06-09 Thread robert jorgenson
Nope compiling with i386 didn't work either, same error when i try and load the module On Sun, 9 Jun 2002 00:41:57 -0700 "ben" <[EMAIL PROTECTED]> wrote: > On Saturday 08 June 2002 06:56 pm, robert jorgenson wrote: > > I tried it with the imm module but it did the same thing as the ppa module >

Re: iomega parallel port zip drive

2002-06-09 Thread robert jorgenson
If i did this why not just get a kernel image from debian? Unless im really trying to keep my kernel footprint small which doesn't really matter much. I first wanted to compile just to know i could :) But now i want to get it to work :) i will try this though. On Sun, 9 Jun 2002 00:41:57 -0700

Re: iomega parallel port zip drive

2002-06-09 Thread ben
On Saturday 08 June 2002 06:56 pm, robert jorgenson wrote: > I tried it with the imm module but it did the same thing as the ppa module > ... > > chimera:/home/bob# modprobe imm > /lib/modules/2.4.18/kernel/drivers/scsi/imm.o: init_module: No such device > Hint: insmod errors can be caused by incor

Re: iomega parallel port zip drive

2002-06-08 Thread robert jorgenson
I tried it with the imm module but it did the same thing as the ppa module ... chimera:/home/bob# modprobe imm /lib/modules/2.4.18/kernel/drivers/scsi/imm.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters /lib/

Re: iomega parallel port zip drive

2002-06-08 Thread Joachim Fahnenmueller
On Sat, Jun 08, 2002 at 03:11:25AM -0700, robert jorgenson wrote: > I have tried it compiled in but i got the same invalid block device error, > And the same message in dmesg finding no scsi hosts. And also before anyone > asks everything is plugeed in right and there is a disk in there :) I cant

Re: iomega parallel port zip drive

2002-06-08 Thread Mark Zimmerman
On Fri, Jun 07, 2002 at 09:13:53PM -0700, robert jorgenson wrote: > Ok i had this working fine under my 2.2 distrobution kernel(debian) > with modprobe ppa. i Decided to compile a 2.4 kernel and i an trying > to get it to work correctly. Right now i have scsi support enabled, > scsi disk support en

Re: iomega parallel port zip drive

2002-06-08 Thread ben
On Saturday 08 June 2002 03:11 am, robert jorgenson wrote: > I have tried it compiled in but i got the same invalid block device error, > And the same message in dmesg finding no scsi hosts. And also before anyone > asks everything is plugeed in right and there is a disk in there :) I cant > imagin

Re: iomega parallel port zip drive

2002-06-08 Thread robert jorgenson
I have tried it compiled in but i got the same invalid block device error, And the same message in dmesg finding no scsi hosts. And also before anyone asks everything is plugeed in right and there is a disk in there :) I cant imagine what is wrong ... On Sat, 8 Jun 2002 03:07:45 -0700 "ben" <[E

Re: iomega parallel port zip drive

2002-06-08 Thread ben
On Saturday 08 June 2002 02:49 am, robert jorgenson wrote: > i get ... > > ppa: Version 2.07 (for Linux 2.4.x) > ppa: parport reports no devices. > > when i try and mobprobe ppa i get the following ... > > chimera:/usr/local# modprobe ppa > /lib/modules/2.4.18/kernel/drivers/scsi/ppa.o: init_module

Re: iomega parallel port zip drive

2002-06-08 Thread robert jorgenson
ion 2.07 (for Linux 2.4.x) > ppa: Found device at ID 6, Attempting to use EPP 16 bit > ppa: Found device at ID 6, Attempting to use SPP > ppa: Communication established with ID 6 using SPP > scsi1 : Iomega VPI0 (ppa) interface > > ben > > > -- > To UNSUBSCRIBE, em

Re: iomega parallel port zip drive

2002-06-08 Thread ben
at it should: $ dmesg | grep ppa i get the following: ppa: Version 2.07 (for Linux 2.4.x) ppa: Found device at ID 6, Attempting to use EPP 16 bit ppa: Found device at ID 6, Attempting to use SPP ppa: Communication established with ID 6 using SPP scsi1 : Iomega VPI0 (ppa) interface ben -- To

Re: iomega parallel port zip drive

2002-06-08 Thread robert jorgenson
I am also switching from 2.2 to 2.4 kernel but i cant mount it at all, even with the fstype. I have read almost eveything i could find and i cant get it to work =/ On Fri, 7 Jun 2002 22:57:33 -0700 "ben" <[EMAIL PROTECTED]> wrote: > On Friday 07 June 2002 09:13 pm, robert jorgenson wrote: > > O

Re: iomega parallel port zip drive

2002-06-08 Thread Sven Hoexter -
On Fri, Jun 07, 2002 at 10:57:33PM -0700, ben wrote: > On Friday 07 June 2002 09:13 pm, robert jorgenson wrote: HI, > > enabled as a module(as per the zip drive mini-hwoto). When i try to mount > > /dev/sda4 it says that /dev/sda4 is not a valid block device. I have kernel > > compiled about 6 ti

Re: iomega parallel port zip drive

2002-06-08 Thread ben
On Friday 07 June 2002 09:13 pm, robert jorgenson wrote: > Ok i had this working fine under my 2.2 distrobution kernel(debian) with > modprobe ppa. i Decided to compile a 2.4 kernel and i an trying to get it > to work correctly. Right now i have scsi support enabled, scsi disk support > enabled, th

iomega parallel port zip drive

2002-06-07 Thread robert jorgenson
Ok i had this working fine under my 2.2 distrobution kernel(debian) with modprobe ppa. i Decided to compile a 2.4 kernel and i an trying to get it to work correctly. Right now i have scsi support enabled, scsi disk support enabled, the ppa module compiled in as a module, and parallel printing en

Re: Iomega Ditto Drive

2002-05-07 Thread Karsten M. Self
on Sun, May 05, 2002, Matthew Sackman ([EMAIL PROTECTED]) wrote: > Hi all, > > Does anyone have an Iomega Ditto Max Parallel drive? > What's it like, does it work, is it reliable etc etc? Iomega makes crap. Shiny, incompatible, overpriced crap. Do yourself a favor, buy a S

Re: Iomega Ditto Drive

2002-05-06 Thread Johann Spies
On Sun, May 05, 2002 at 08:58:00PM +0100, Matthew Sackman wrote: > Does anyone have an Iomega Ditto Max Parallel drive? > What's it like, does it work, is it reliable etc etc? > > I know that they will work under Linux, I'm just curious as to how > *well* they work! I

Iomega Ditto Drive

2002-05-05 Thread Matthew Sackman
Hi all, Does anyone have an Iomega Ditto Max Parallel drive? What's it like, does it work, is it reliable etc etc? I know that they will work under Linux, I'm just curious as to how *well* they work! Any advice gratefully received, Matthew -- Matthew Sackman Nottingham England B

Re: IOMEGA ZIP-100 / ZIP-250 -- banging my head against the wall

2001-08-21 Thread F Zimmermann
On 21 Aug 2001, Guy Geens wrote: > > "Peter" == Peter Bartosch wrote: > > >> > I've never heard why they come with slice 4 as the active > >> partition. > > Peter> that is/was because of compatiblity-reasons to mac's > > No, there are special Mac formatted ZIP disks. I assume they hold a >

Re: IOMEGA ZIP-100 / ZIP-250 -- banging my head against the wall

2001-08-20 Thread Guy Geens
> "F" == F Zimmermann <[EMAIL PROTECTED]> writes: > "Peter" == Peter Bartosch wrote: >> > I've never heard why they come with slice 4 as the active >> partition. Peter> that is/was because of compatiblity-reasons to mac's No, there are special Mac formatted ZIP disks. I assume they hold

Re: IOMEGA ZIP-100 / ZIP-250 -- banging my head against the wall

2001-08-20 Thread F Zimmermann
On Sat, 18 Aug 2001, Stephen Gran wrote: > > Don't know if this is much help, as mine is a USB connection, but I got it to > work by enabling mass storage on USB, and also by enabling SCSI emulation for > the device - you may need to do the same - this may be the origin of the > bizarre > mess

Re: IOMEGA ZIP-100 / ZIP-250 -- banging my head against the wall

2001-08-20 Thread F Zimmermann
On Sat, 18 Aug 2001, Peter Bartosch wrote: > > I've never heard why they come with slice 4 as the active partition. > > that is/was because of compatiblity-reasons to mac's > > > I thought it's got something to do with MS DOS/Win. There was a discussion about ZIP drives on this list a couple

  1   2   3   >