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 = '/p...@0,0/pci1014,5...@1d,7/stor...@4/d...@0,0:q'

looking which devices is created by opensolaris
$ ls -la /dev/rdsk
/dev/rdsk/c0t0d0p0 -> 
../../devices/p...@0,0/pci1014,5...@1d,7/stor...@4/d...@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
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to