Escusez moi, je prends la discussion en route :-)

J'ai loupé le début mais il semblerai que vous ayez un problème pour monter une partition Micro$oft (R) Windowz (C).

Si c'est bien ça, j'ai eu le même problème et en voiçi la solution:

Sujet: [Résolu] Monter une partition Windows qui est dans un fichier...
Date : Mon, 05 Apr 2010 12:29:08 +0200
De : Skami 18 <[email protected]>
Répondre à : [email protected]
Organisation : SSD
Pour : [email protected]

Le 04/04/2010 20:01, Loic Pefferkorn a écrit :
mount -o loop,offset=xxx DISK.img /mnt

Ça marche !!

Je fais une démonstration pour ceux qui auraient le même problème:

        # fdisk  -ul DISK.img
        You must set cylinders.
        You can do this from the extra functions menu.
        
        Disk DISK.img: 0 MB, 0 bytes
        64 heads, 63 sectors/track, 0 cylinders, total 0 sectors
        Units = sectors of 1 * 512 = 512 bytes #Nombre de "sectors"
        Disk identifier: 0xf8f5f8f5

           Device Boot      Start         End      Blocks   Id  System
        DISK.img1   *          63     3995711     1997824+   7  HPFS/NTFS


Je prends donc le nombre en dessous de "Start", ici 63 et je le
multiplie par le nombre de "sectrors": 63 * 512 = 32256

        # mount -o loop,offset=32256 DISK.img /mnt
        # ls /mnt
        AUTOEXEC.BAT  boot.ini    Documents and Settings  IO.SYS
        NTDETECT.COM  pagefile.sys   Python26                WINDOWS
        Bootfont.bin  CONFIG.SYS  hiberfil.sys            MSDOS.SYS
        ntldr      Program Files  System Volume Information

Opération réussie!

Mais comme j'ai pris la discution en route, j'ai peut-être mal compris le problème...



--
╭─────────────────────────────────────────────╮
│ ⬚        [ xterm - r...@skami ]       − □ X │
├─────────────────────────────────────────────┤
│| r...@skami# cat /proc/info                |│
│| Mail:    <[email protected]>  |│
│| Site:    <http://sk18_website.sfhost.net> |│
│| Projet:  <http://pspmt.googlecode.com>    |│
│| Skami_18 is free software: you can        |│
│| redistribute it and/or modify it under    |│
│| the terms of the GNU General Public       |│
│| License as published by the Free Software |│
│| Foundation, either version 3 of the       |│
│| License, or any later version.            |│
│| r...@skami#                               |│
└─────────────────────────────────────────────┘

Diffusez cette liste aupres de vos relations :-)
           Linux Azur : http://linux-azur.org
      Vous etes responsable de vos propos.
*** Pas de message SMS, HTML ni de PJ SVP ***

Répondre à