Re: Using multiple zip disks

2003-12-08 Thread David Carter-Hitchin
from the ZIP FAQ I constructed the following script: [501]->cat makezip.sh #!/bin/sh dd if=/dev/zero of=/dev/da0 count=2 disklabel -Brw da0 auto newfs /dev/da0c HTH David. On Mon, 24 Nov 2003, Charles Howse wrote: > Hi, > I have an external USB Iomega Zip 250 drive that is working properly aft

Re: Using multiple zip disks - SOLVED

2003-11-25 Thread Charles Howse
On Monday 24 November 2003 06:42 pm, Charles Howse wrote: > What is the proper way in 4.8 to prepare my other disks so that I can > insert any of them, regardless of the size, and just enter "mount /zip"? I found: http://www.vmunix.com/mark/FreeBSD/ZIP-FAQ.html I changed the line in /etc/fstab fr

Using multiple zip disks

2003-11-24 Thread Charles Howse
Hi, I have an external USB Iomega Zip 250 drive that is working properly after I configured it using sysinstall. I have added an entry to fstab that allows me to just enter "mount /zip" to mount it. /dev/da0s1e /zipufs rw,noauto 0 0 The problem is that I