this is Bug 5109 ? USB stick not accessible
i also have one of this sticks, but i am able to mount him :-)

$ lshal | grep devfs
reports:
solaris.devfs_path = '/pci at 0,0/pci1014,566 at 1d,7/storage at 4/disk at 
0,0:q'

looking which devices is created by opensolaris
$ ls -la /dev/rdsk
/dev/rdsk/c0t0d0p0 -> ../../devices/pci at 0,0/pci1014,566 at 1d,7/storage at 
4/disk at 0,0:q,raw

$ pfexec mount -F pcfs /dev/rdsk/c0t0d0p0 /mnt
reports mount: /dev/rdsk/c0t0d0p0 is not a DOS filesystem.

looking at mbr 
$ pfexec dd if=/dev/rdsk/c0t0d0p0 of=mbr bs=512 count=1
1+0 records in
1+0 records out
512 bytes (512 B) copied, 0.000697599 s, 734 kB/s

oh, Invalid Partition table

and whats about /dev/rdsk/c0t0d0p1 ?
e voila usb stick is mounted by
$ pfexec mount -F pcfs /dev/rdsk/c0t0d0p1 /mnt

Joe
-- 
This message posted from opensolaris.org

Reply via email to