Re: help? how to mount a usb driver in freebsd?
From: Keve Nagy (no_spam_at_poliod.hu)
Date: 05/20/05
- Next message: MacCheeta: "Re: gphoto broke my install"
- Previous message: Keve Nagy: "Re: Cannot switch to virtual console from X"
- In reply to: Steve O'Hara-Smith: "Re: help? how to mount a usb driver in freebsd?"
- Next in thread: Charles N. Johnson: "Re: help? how to mount a usb driver in freebsd?"
- Reply: Charles N. Johnson: "Re: help? how to mount a usb driver in freebsd?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 20 May 2005 12:34:06 +0100
> It's pretty much the same in FreeBSD except that the device
> will be /dev/da1c (or /dev/da1 in recent 5.x). You may need to specify
> the file system type with -t (otherwise UFS will be assumed) eg:
>
> mount -t msdos /dev/da1c /mnt/usbdisk
Or try this one:
(which is how I use my CF card in my 4-in-1 USB cardreader)
mount_msdosfs -o longnames -u MYUSERNAME -g MYGROUP -m 644 -M 755
/dev/da1s1 /mnt
(all in one line, of course)
Keve
-- If you need to reply directly: keve(at)mail(dot)poliod(dot)hu
- Next message: MacCheeta: "Re: gphoto broke my install"
- Previous message: Keve Nagy: "Re: Cannot switch to virtual console from X"
- In reply to: Steve O'Hara-Smith: "Re: help? how to mount a usb driver in freebsd?"
- Next in thread: Charles N. Johnson: "Re: help? how to mount a usb driver in freebsd?"
- Reply: Charles N. Johnson: "Re: help? how to mount a usb driver in freebsd?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]