SS64 Discussion Forum

You are not logged in.

#1 2010-01-11 03:12:13

Acris
8088
Registered: 2008-11-13
Posts: 43

Mount a hidden partition possible or not possible ?

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: ACER

Thank a lot
Acris

EDIT : i have found with acer tool

Last edited by Acris (2010-01-11 09:52:18)

Offline

#2 2010-01-11 09:58:28

Drewfus
8088
From: Australia
Registered: 2010-01-10
Posts: 31

Re: Mount a hidden partition possible or not possible ?

Offline

#3 2010-01-11 13:52:40

Acris
8088
Registered: 2008-11-13
Posts: 43

Re: Mount a hidden partition possible or not possible ?

I don't found dosdev.exe in download

Offline

#4 2010-01-11 18:04:47

Drewfus
8088
From: Australia
Registered: 2010-01-10
Posts: 31

Re: Mount a hidden partition possible or not possible ?

Offline

#5 2010-01-12 06:29:11

Acris
8088
Registered: 2008-11-13
Posts: 43

Re: Mount a hidden partition possible or not possible ?

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

#6 2010-01-12 10:11:17

Acris
8088
Registered: 2008-11-13
Posts: 43

Re: Mount a hidden partition possible or not possible ?

setid parameter is not available in xp

Offline

Board footer

Powered by FluxBB