Missing devs...
- From: Anders Troback <freebsd@xxxxxxxxxxx>
- Date: Mon, 22 May 2006 23:07:55 +0200
Hi,
I'm new to this list so bare with me!
I have some problems with a USB device with a built in memory card. The
problem is that when I attach the device new devs are created
under /dev; da0 and da1. There are a FAT file system on the card so I
want da1s1 but there are no dev with that name.
So if I do:
mount -t msdos /dev/da1s1 /mnt
I get:
mount_msdosfs: /dev/da1s1: No such file or directory
But if I do:
mount -t msdos /dev/da1 /mnt
I get:
mount_msdosfs: /dev/da1: Invalid argument
And now I do a:
mount -t msdos /dev/da1s1 /mnt
Now it's working! The dev da1s1 are there and I'm happy:-)
So now to my question! How do I avoid this dual mounting?
Thanks for listening!!!
Anders Trobäck
Sweden
--
================================================================
How many Microsoft employees does it take to screw in a light bulb?
None, they declare darkness a new standard.
----------------------------------------------------------------
Anders Trobäck
http://www.troback.com/
-
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Missing devs...
- From: Aren Olvalde Tyr
- Re: Missing devs...
- Prev by Date: Re: amd64 FreeBSD 6.0 problem
- Next by Date: Re: Maple 8 on FreeBSD with Diablo
- Previous by thread: php5 5.1.4 mbstring.so problem
- Next by thread: Re: Missing devs...
- Index(es):
Relevant Pages
|