ubuntu mount windows7 wubi disk

冠旭服務ubuntu mount windows7 wubi disk

10
  • 定價:NT10
  • 優惠價:NT10
  • 分享內容


    sudo mkdir /media/win7wubi
    sudo mkdir /media/ubuntu1404

    sudo fdisk -l

    Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
    255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x27f927f8

       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *        2048      206847      102400    7  HPFS/NTFS/exFAT
    /dev/sda2          206848   204795903   102294528    7  HPFS/NTFS/exFAT
    /dev/sda3       204796620  1953503999   874353690    f  W95 Ext'd (LBA)
    /dev/sda5       204796683  1126397474   460800396    7  HPFS/NTFS/exFAT
    /dev/sda6      1126397538  1953503999   413553231    7  HPFS/NTFS/exFAT

    Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
    255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disk identifier: 0x0624c550

       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1   *        2048  1024002047   512000000    7  HPFS/NTFS/exFAT
    /dev/sdb2      1024004094  1228802047   102398977    5  Extended
    Partition 2 does not start on physical sector boundary.
    /dev/sdb3      1228802048  1953521663   362359808    7  HPFS/NTFS/exFAT
    /dev/sdb5      1024004096  1055252479    15624192   82  Linux swap / Solaris
    /dev/sdb6      1055254528  1228802047    86773760   83  Linux

    sudo mount -t ntfs /dev/sdb1 /media/win7wubi
    sudo mount -t ext4 -o loop /media/win7wubi/ubuntu/disks/root.disk /media/ubuntu1404

    參考:
    http://askubuntu.com/questions/243621/how-to-mount-root-disk-from-wubi-when-booted-from-dual-boot-install-of-ubuntu
     

Related Items 相關產品

回列表