> $ pfexec mount -F pcfs /dev/rdsk/c0t0d0p0 /mnt > reports mount: /dev/rdsk/c0t0d0p0 is not a DOS filesystem.
In a lot of cases the FAT filesystem is inside a primary fdisk partition, so the correct mount command would be mount -F pcfs /dev/dsk/c0t0d0p0:c /mnt (Block device must be used, and note the ":c" appended at the end of the device name) > 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 Invalid partition table? What exactly is invalid? What is reported by fdisk -R -W - /dev/rdsk/c0t0d0p0 > 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