You are not logged in.
Pages: 1
Hello
I want to mount a hidden partition temporarily in command line.
It is the beginning of the disk is in raw format (partition backup recovery)
I would like access to copy some files to a USB key.
I tried the diskpart command but it does not see the hidden partition
can you tell me if is it possible or not ?
I have to use an external command if so which one?
information mbr :
MBRWiz - Version 2.0 **beta** for Windows XP/2K3/PE April 30, 2006
Copyright (c) 2002-2006 Roger Layton http://mbr.bigr.net
Disk: 0 Size: 153G CHS: 19457 255 63
Pos MBRndx Type/Name Size Active Hide Start Sector Sectors DL Vol Label
--- ------ ---------- ---- ------ ---- ------------ ------------ -- ----------
0 0 12-DIAG 6.1G No No 63 12,594,897 -- <None>
1 1 07-NTFS 146G Yes No 12,595,200 299,982,848 C: ACERThank a lot
Acris
EDIT : i have found with acer tool
Last edited by Acris (2010-01-11 09:52:18)
Offline
Acris,
maybe try dosdev.exe
http://blogs.msdn.com/adioltean/archive … 77164.aspx
Offline
I don't found dosdev.exe in download
Offline
Offline
Solution : with diskpart
diskpart
rescan
list disk
select disk 0
list partition
select partition 1
detail partition 1
Partition 1
Citation:
Type : 12
Hidden : Oui
Actived : Non
changed partition type 12 into 07 or 0B
set id=07 override
select disk 0
list volume
select volume 0
assign letter=d
Offline
setid parameter is not available in xp
Offline
Pages: 1