Ask a Question related to FreeBSD, Design and Development.
-
E. J. Cerejo #1
Mounting iomega zip drive
I use to be able to mount my paralell zip drive with
the following command under Fbsd 4.x:
mount -t msdos /dev/da0s4 /zip
now I'm running 5.3 I can't, what changed?
I noticed that there is only da0 in my /dev directory,
I have this in my kernel:
# SCSI peripherals
device scbus # SCSI bus (required for SCSI)
#device ch # SCSI media changers
device da # Direct Access (disks)
#device sa # Sequential Access (tape etc)
device atapicam # emulate ATAPI devices as SCSI
ditto via CAM
device cd # CD
device pass # Passthrough device (direct SCSI
access)
#device ses # SCSI Environmental Services (and
SAF-TE)
do I need anything else?
__________________________________________________
Converse com seus amigos em tempo real com o Yahoo! Messenger
[url]http://br.download.yahoo.com/messenger/[/url]
E. J. Cerejo Guest
-
system "hang" following IOMEGA zip250 enable
Gents: Continuing (attempts at) enabling common system devices following Ubuntu 5.10 install. Latest failure with a hotplugable IOMEGA... -
Mounting MSDOS floppy drive
I've mounted a floppy drive by: mount -t msdos /dev/fd0 /mnt/floppy and can then read the files on the floppy. However, if I remove that... -
Mounting Solaris Drive to Windows with NFS
On 17 Jul 2003 16:00:32 -0700, Richard Crawford <rcrawford@unexmail.ucdavis.edu> wrote: Why not use Samba? It would greatly simplify your... -
Cannot copy a file from NFS mounted drive to windows C:\ drive
I am using XLink NFS client ver 3.12 installed on my desktop using Windows XPP. I can see all the files on the NFS mounted drive say e: but I can... -
Mounting A Network Drive
I am using Windows XP Home edition. I have all my files like pst for e-mail on a network file sever. I can mount these folders once I am logged on... -
Mike Jeays #2
Re: Mounting iomega zip drive
On Mon, 2005-02-21 at 19:34, E. J. Cerejo wrote:
Try running "cdrecord -scanbus", and see if the device number is> I use to be able to mount my paralell zip drive with
> the following command under Fbsd 4.x:
>
> mount -t msdos /dev/da0s4 /zip
>
> now I'm running 5.3 I can't, what changed?
>
> I noticed that there is only da0 in my /dev directory,
> I have this in my kernel:
>
> # SCSI peripherals
> device scbus # SCSI bus (required for SCSI)
> #device ch # SCSI media changers
> device da # Direct Access (disks)
> #device sa # Sequential Access (tape etc)
> device atapicam # emulate ATAPI devices as SCSI
> ditto via CAM
> device cd # CD
> device pass # Passthrough device (direct SCSI
> access)
> #device ses # SCSI Environmental Services (and
> SAF-TE)
>
> do I need anything else?
>
> __________________________________________________
> Converse com seus amigos em tempo real com o Yahoo! Messenger
> [url]http://br.download.yahoo.com/messenger/[/url]
> _______________________________________________
> [email]freebsd-questions@freebsd.org[/email] mailing list
> [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
different. This sounds somewhat similar to a problem I was having with
a flash drive and DVD-burner.
Mike Jeays Guest
-
Luke #3
Re: Mounting iomega zip drive
On Mon, 21 Feb 2005, E. J. Cerejo wrote:
I've got a parellel port zip drive running on a 5.3 system at home. From> I use to be able to mount my paralell zip drive with
> the following command under Fbsd 4.x:
>
> mount -t msdos /dev/da0s4 /zip
>
> now I'm running 5.3 I can't, what changed?
>
> I noticed that there is only da0 in my /dev directory,
> I have this in my kernel:
>
> # SCSI peripherals
> device scbus # SCSI bus (required for SCSI)
> #device ch # SCSI media changers
> device da # Direct Access (disks)
> #device sa # Sequential Access (tape etc)
> device atapicam # emulate ATAPI devices as SCSI
> ditto via CAM
> device cd # CD
> device pass # Passthrough device (direct SCSI
> access)
> #device ses # SCSI Environmental Services (and
> SAF-TE)
>
> do I need anything else?
memory, I think what you need is:
device vpo
Luke Guest



Reply With Quote

