How to mount a slice that is flaged unmountable?
909400Jan 6 2012 — edited Jan 8 2012Solaris 11 experts,
I just got an external HDD that cannot be mounted correctly. I'm using Solaris 11 x86 64bit. The external HDD was formatted using a SUN Netra 440 running Solaris 10.
First, the fs_type seems to be wrong. I have checked the MBR in a hex editor and it says 0xBF which is a new Solaris x86 partition (UFS). Don't know why Solaris 11 thinks it is incorrect... Secondly, the slices seem to be marked as unmountable (flag = 01)...
Beneath I submit some output from different tools.
Can anybody see what should be done to be able to mount it?
(I have also tried to use UFSExplorer on Windows 7, but with no success...)
root@solaris11:~# rmformat
------------------------------------------------->>>>>
Looking for devices...
2. Logical Node: /dev/rdsk/c4t0d0p0
Physical Node: /pci@0,0/pci8086,265c@b/storage@1/disk@0,0
Connected Device: SAMSUNG HD501LJ CR10
Device Type: Removable
Bus: USB
Size: 476.9 GB
Label: <None>
Access permissions: Medium is not write protected.
-------------------------------------------------
root@solaris11:~# fdisk /dev/rdsk/c4t0d0p0
------------------------------------------------->>>>>
Total disk size is 60801 cylinders
Cylinder size is 16065 (512 byte) blocks
Cylinders
Partition Status Type Start End Length %
========= ====== ============ ===== === ====== ===
1 Active Solaris2 1 60800 60800 100
-------------------------------------------------
root@solaris11:~# prtvtoc /dev/rdsk/c4t0d0p0
------------------------------------------------->>>>>
* /dev/rdsk/c4t0d0p0 partition map
*
* Dimensions:
* 512 bytes/sector
* 63 sectors/track
* 255 tracks/cylinder
* 16065 sectors/cylinder
* 60800 cylinders
* 60798 accessible cylinders
*
* Flags:
* 1: unmountable
* 10: read-only
*
* Unallocated space:
* First Sector Last
* Sector Count Sector
* 16065 976703805 976719869
*
* First Sector Last
* Partition Tag Flags Sector Count Sector Mount Directory
2 5 01 0 976719870 976719869
8 1 01 0 16065 16064
-------------------------------------------------
root@solaris11:~# mount -F ufs -o ro /dev/dsk/c4t0d0s2 /mnt/samsung
------------------------------------------------->>>>>
mount: /dev/dsk/c4t0d0s2 is not this fstype
-------------------------------------------------
root@solaris11:~# fstyp /dev/dsk/c4t0d0s2
------------------------------------------------->>>>>
unknown_fstyp (no matches)