Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 1999 18:19:56 +0100 (CET)
From:      Oliver Helmling <oliver.helmling@stud.uni-bayreuth.de>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: parrell zip drive
Message-ID:  <Pine.BSF.4.20.9911251802590.1260-100000@hal.matof.de>
In-Reply-To: <38380F97.6A8932A9@erols.com>

next in thread | previous in thread | raw e-mail | index | archive | help
hi!

i've got an iomega zip 100. i don't know if you have the same. but for me
it works. i've mounted it as root with:

	mount -t msdos /dev/da0s4 /mnt

i got this from the linux HOW-TO. don't ask me why it's /dev/da0s4. this
is only true for msdos formatted zip disk. for different fs's it's
probably /dev/da0s1 ... don't know

well i'm new to freebsd, but sorry for this perhaps stupid hint, did you
compile your parallel port and SCSI peripherals like this:


# SCSI peripherals
# Only one of each of these is needed, they are dynamically allocated.
controller	scbus0		# SCSI bus (required)
device		da0		# Direct Access (disks)

# Parallel port
device		ppc0	at isa? port? flags 0x40 tty irq 7
# tty instead of net is maybe the key           ^---^

controller	ppbus0			# Parallel port bus (required)
device		lpt0	at ppbus?	# Printer
device		ppi0	at ppbus?	# Parallel port interface device
controller	vpo0	at ppbus?	# Requires scbus and da0



-- 
Grüße
	Oliver






To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.20.9911251802590.1260-100000>