Jump to content











Photo
- - - - -

[Resolved]mount hidden partition command line possible ?


  • Please log in to reply
29 replies to this topic

#26 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 15 January 2010 - 06:07 PM

:confused1:

Test with a "normal" partition (an image file mounted with VSS):

C:\VSS>dosdev
C: = \Device\HarddiskVolume1 [Fixed]
D: = \Device\HarddiskVolume2 [Fixed]
E: = \Device\CdRom1 [CDRom]
F: = \Device\Harddisk4\DP(1)0-0+f [Removable]
G: = \Device\Harddisk5\DP(1)0-0+10 [Removable]
H: = \Device\Harddisk6\DP(1)0-0+11 [Removable]
I: = \Device\Harddisk7\DP(1)0-0+12 [Removable]
K: = \Device\HarddiskVolume7 [Fixed]
P: = \Device\CdRom0 [CDRom]
U: = \Device\HarddiskVolume3 [Fixed]
V: = \Device\HarddiskVolume4 [Fixed]
W: = \Device\HarddiskVolume5 [Fixed]
X: = \Device\HarddiskVolume6 [Fixed]

C:\VSS>dosdev -d K:
Current definition: K: = \Device\HarddiskVolume7
K: deleted.

C:\VSS>dosdev
C: = \Device\HarddiskVolume1 [Fixed]
D: = \Device\HarddiskVolume2 [Fixed]
E: = \Device\CdRom1 [CDRom]
F: = \Device\Harddisk4\DP(1)0-0+f [Removable]
G: = \Device\Harddisk5\DP(1)0-0+10 [Removable]
H: = \Device\Harddisk6\DP(1)0-0+11 [Removable]
I: = \Device\Harddisk7\DP(1)0-0+12 [Removable]
J: = \Device\HarddiskVolume7 [Fixed]
P: = \Device\CdRom0 [CDRom]
U: = \Device\HarddiskVolume3 [Fixed]
V: = \Device\HarddiskVolume4 [Fixed]
W: = \Device\HarddiskVolume5 [Fixed]
X: = \Device\HarddiskVolume6 [Fixed]

C:\VSS>mountstorpe

C:\VSS>dosdev
C: = \Device\HarddiskVolume1 [Fixed]
D: = \Device\HarddiskVolume2 [Fixed]
E: = \Device\CdRom1 [CDRom]
F: = \Device\Harddisk4\DP(1)0-0+f [Removable]
G: = \Device\Harddisk5\DP(1)0-0+10 [Removable]
H: = \Device\Harddisk6\DP(1)0-0+11 [Removable]
I: = \Device\Harddisk7\DP(1)0-0+12 [Removable]
J: = \Device\HarddiskVolume7 [Fixed]
P: = \Device\CdRom0 [CDRom]
U: = \Device\HarddiskVolume3 [Fixed]
V: = \Device\HarddiskVolume4 [Fixed]
W: = \Device\HarddiskVolume5 [Fixed]
X: = \Device\HarddiskVolume6 [Fixed]

C:\VSS>dosdev -d J:
Current definition: J: = \Device\HarddiskVolume7
J: deleted.

C:\VSS>showdrive

C:\VSS>dosdev
C: = \Device\HarddiskVolume1 [Fixed]
D: = \Device\HarddiskVolume2 [Fixed]
E: = \Device\CdRom1 [CDRom]
F: = \Device\Harddisk4\DP(1)0-0+f [Removable]
G: = \Device\Harddisk5\DP(1)0-0+10 [Removable]
H: = \Device\Harddisk6\DP(1)0-0+11 [Removable]
I: = \Device\Harddisk7\DP(1)0-0+12 [Removable]
J: = \Device\Harddisk3\Partition1 [Fixed]
P: = \Device\CdRom0 [CDRom]
U: = \Device\HarddiskVolume3 [Fixed]
V: = \Device\HarddiskVolume4 [Fixed]
W: = \Device\HarddiskVolume5 [Fixed]
X: = \Device\HarddiskVolume6 [Fixed]


Interesting preliminary difference found:

MountStorPE uses "HardDiskVolume", showdrive uses "Harddiskx\Partitiony"

:rolleyes:

Wonko

#27 Acris

Acris

    Member

  • Members
  • 72 posts
  • Location:Switzerland
  •  
    Switzerland

Posted 16 January 2010 - 02:17 PM

C'est un plaisir de suivre votre conversation.
J'obtiens les mêmes résultats que toi
mbrwrwin.exe monte la partition aussi comme showdrive.exe

It is a pleasure to follow your conversation.
I get the same results as you
mbrwrwin.exe mounts the partition so as showdrive.exe

Now I use dosdev-d to remove the partition pqsevice created in my batch (no reboot PC
Oh if only I knew AutoIt to create a friendly interface

:confused1:
Acris

#28 was_JFX

was_JFX

    Frequent Member

  • Advanced user
  • 483 posts
  •  
    Germany

Posted 16 January 2010 - 04:32 PM

Oh if only I knew AutoIt to create a friendly interface

Depend what you call a friendly interface :rolleyes:

If you know the dosdevice of your partition than you may have use of this
Attached File  Mount.zip   461bytes   802 downloads
:confused1:

#29 Acris

Acris

    Member

  • Members
  • 72 posts
  • Location:Switzerland
  •  
    Switzerland

Posted 16 January 2010 - 06:45 PM

Thank a lot for exemple
I study tomorrow morning

My batch code is (with external command ):
call disclamer.vbs
Loads the default language (French or English)
1. format the USB key to make it bootable : RMPARTUSB.exe
2. mount the partition PQSERVICE : Mbrwrwin.exe
3. copy the files (of Pqservice) on the USB key : xcopy
4. save the mbr: Mbrwrwin.exe
5. Unmount PQSERVICE partition : dosdev -d
6 .create an iso image of the USB key : mkisofs.exe

and then find the dvd player to copy files to the USB key

#30 maanu

maanu

    Gold Member

  • Advanced user
  • 1134 posts
  •  
    Pakistan

Posted 17 January 2010 - 11:35 AM

in case someone needs it , following is the showdrive For win7. from the same source as my friend JFX posted already .in simple words a UPDATE./...

http://ifile.it/pz4fl2q




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users