火曜日, 2月 15, 2011

Mount hidden partition from command line

Mount hidden partition from command line

  • Check bootsector to determine actual filesystrem with a hex/disk editor, like, as an example, TinyHexer
  • Use MBRfix to SET partition type to either 0B or 0C (if FAT32) or 07 (if NTFS)
  • Backup the MBR with dsfo/dsfi or dd-for-windows, or any similar utility
  • mbrwrwin.exe can mount the partition PQSERVICE easily
  • mount the partition PQSERVICE easily
  • If your PC use Vista or Seven, mount partition easily using diskpart command line.

    diskpart
    rescan
    list disk
    select disk 0
    detail disk
    list partition
    select partition 1
    detail partition
    set id=07 override
    list disk
    select disk 0
    list volume
    select volume 0
    assign letter=d

    for exemple...
    setid parameter (diskpart) is not available in xp
  • Typical examples of "mounting" apps are VDK, or IMDISK or Firadisk or WinVblock, i.e. disk/partition drivers. Or does it behave similar to the MOUNTVOL command or the good ol' mnt/unmnt by Christoph H. Hochstaetter or software like the one by Uwe Sieber:

0 件のコメント: