I have been doing a lot of key work over the last couple of days What I am doing is:
dmesg | grep da0
To find the drive that is listed on as it might not be da0 if you have other things plugged in.
Then:
mount -t msdosfs /dev/da0s1 /mnt
Does the same thing but I think ends up being a little cleaner.

Actually, this is what I did when I noticed I had a device node "da0s1", and
ding!, I mounted it. Just by pure trial and error. Thanks so much.

Teilhard.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to