Dual-boot Ubuntu cannot access the Windows drive that it was installed on with wubi Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionMove / to a new partitionHow to add Puppy Linux to grub menu installed by Ubuntu?How to use DD to clone a partition off a disk image?Manually cloning a Live USB Arch distro to a VMware virtual diskRe-installing Ubuntu over a dual boot laptopExpanding root partition CentOS 6 With using fdiskXen domU not resizing diskHow to extend logical & extended partition with fdiskExtend partition using LVM(Complicated) RAID hard drive issue

Windows 10: How to Lock (not sleep) laptop on lid close?

Does a C shift expression have unsigned type? Why would Splint warn about a right-shift?

Why does tar appear to skip file contents when output file is /dev/null?

Single author papers against my advisor's will?

How to add zeros to reach same number of decimal places in tables?

How can I protect witches in combat who wear limited clothing?

Determine whether f is a function, an injection, a surjection

Limit for e and 1/e

Complexity of many constant time steps with occasional logarithmic steps

Replacing HDD with SSD; what about non-APFS/APFS?

Why is "Captain Marvel" translated as male in Portugal?

Can I throw a sword that doesn't have the Thrown property at someone?

New Order #5: where Fibonacci and Beatty meet at Wythoff

Need a suitable toxic chemical for a murder plot in my novel

What's the difference between (size_t)-1 and ~0?

If A makes B more likely then B makes A more likely"

How should I respond to a player wanting to catch a sword between their hands?

What's the point in a preamp?

Was credit for the black hole image misattributed?

I'm having difficulty getting my players to do stuff in a sandbox campaign

Autumning in love

What computer would be fastest for Mathematica Home Edition?

How do you clear the ApexPages.getMessages() collection in a test?

Estimate capacitor parameters



Dual-boot Ubuntu cannot access the Windows drive that it was installed on with wubi



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionMove / to a new partitionHow to add Puppy Linux to grub menu installed by Ubuntu?How to use DD to clone a partition off a disk image?Manually cloning a Live USB Arch distro to a VMware virtual diskRe-installing Ubuntu over a dual boot laptopExpanding root partition CentOS 6 With using fdiskXen domU not resizing diskHow to extend logical & extended partition with fdiskExtend partition using LVM(Complicated) RAID hard drive issue



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I had Windows with two drives C: and D:. In the drive C:, I have my Windows. In the drive D:, I had my all other files and data. I installed Ubuntu in the drive D:, without deleting any data from it.
So when I boot my laptop, in boot menu I see both "Windows 7" and "Ubuntu".



When I boot up with Ubuntu, it works well, but I don't have access my data in drive D: (where I installed Ubuntu) anymore, but when I boot up with Windows, I have access to it.



How can I have access my data in drive D: from Ubuntu?



This is some information:



sky@ubuntu:~$ sudo fdisk -l
[sudo] password for sky:

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0x2f56f4c5

Device Boot Start End Blocks Id System
/dev/sda1 * 21585920 21790719 102400 7 HPFS/NTFS/exFAT
/dev/sda2 21790720 144670719 61440000 7 HPFS/NTFS/exFAT
/dev/sda3 144670782 625141759 240235489 f W95 Ext'd (LBA)
/dev/sda5 144670784 562580234 208954725+ 7 HPFS/NTFS/exFAT
/dev/sda6 562581504 617027583 27223040 83 Linux
/dev/sda7 617029632 625141759 4056064 82 Linux swap / Solaris


sky@ubuntu:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/loop0 10698000 3015236 7116288 30% /
udev 1947220 4 1947216 1% /dev
tmpfs 782716 880 781836 1% /run
none 5120 0 5120 0% /run/lock
none 1956788 156 1956632 1% /run/shm
/dev/sda5 208954724 114865916 94088808 55% /host
sky@ubuntu:~$

sky@ubuntu:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/host/ubuntu/disks/root.disk / ext4 loop,errors=remount-ro 0 1
/host/ubuntu/disks/swap.disk none swap loop,sw 0 0
sky@ubuntu:~$









share|improve this question
























  • please can you add the text from command df and cat /etc/fstab ? don't hesitate to edit your question to add any information. because the problem you're describing is really strange as you cannont install ubuntu on a ntfs drive

    – Kiwy
    Feb 14 '14 at 13:38






  • 1





    Did you install Ubuntu autonomously, or as a file in the Windows partition (Wubi)? Please open a terminal and copy-paste the output of the following commands: sudo fdisk -l and df.

    – Gilles
    Feb 14 '14 at 13:46











  • I'm sure op installed Ubuntu via Wubi.

    – Avinash Raj
    Feb 14 '14 at 14:03











  • wubi is not possible for a while now no ?

    – Kiwy
    Feb 14 '14 at 14:04






  • 1





    It sounds like you are mounting your drive over the Windows data. Please add the output of cat /etc/fstab.

    – terdon
    Feb 14 '14 at 14:28

















1















I had Windows with two drives C: and D:. In the drive C:, I have my Windows. In the drive D:, I had my all other files and data. I installed Ubuntu in the drive D:, without deleting any data from it.
So when I boot my laptop, in boot menu I see both "Windows 7" and "Ubuntu".



When I boot up with Ubuntu, it works well, but I don't have access my data in drive D: (where I installed Ubuntu) anymore, but when I boot up with Windows, I have access to it.



How can I have access my data in drive D: from Ubuntu?



This is some information:



sky@ubuntu:~$ sudo fdisk -l
[sudo] password for sky:

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0x2f56f4c5

Device Boot Start End Blocks Id System
/dev/sda1 * 21585920 21790719 102400 7 HPFS/NTFS/exFAT
/dev/sda2 21790720 144670719 61440000 7 HPFS/NTFS/exFAT
/dev/sda3 144670782 625141759 240235489 f W95 Ext'd (LBA)
/dev/sda5 144670784 562580234 208954725+ 7 HPFS/NTFS/exFAT
/dev/sda6 562581504 617027583 27223040 83 Linux
/dev/sda7 617029632 625141759 4056064 82 Linux swap / Solaris


sky@ubuntu:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/loop0 10698000 3015236 7116288 30% /
udev 1947220 4 1947216 1% /dev
tmpfs 782716 880 781836 1% /run
none 5120 0 5120 0% /run/lock
none 1956788 156 1956632 1% /run/shm
/dev/sda5 208954724 114865916 94088808 55% /host
sky@ubuntu:~$

sky@ubuntu:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/host/ubuntu/disks/root.disk / ext4 loop,errors=remount-ro 0 1
/host/ubuntu/disks/swap.disk none swap loop,sw 0 0
sky@ubuntu:~$









share|improve this question
























  • please can you add the text from command df and cat /etc/fstab ? don't hesitate to edit your question to add any information. because the problem you're describing is really strange as you cannont install ubuntu on a ntfs drive

    – Kiwy
    Feb 14 '14 at 13:38






  • 1





    Did you install Ubuntu autonomously, or as a file in the Windows partition (Wubi)? Please open a terminal and copy-paste the output of the following commands: sudo fdisk -l and df.

    – Gilles
    Feb 14 '14 at 13:46











  • I'm sure op installed Ubuntu via Wubi.

    – Avinash Raj
    Feb 14 '14 at 14:03











  • wubi is not possible for a while now no ?

    – Kiwy
    Feb 14 '14 at 14:04






  • 1





    It sounds like you are mounting your drive over the Windows data. Please add the output of cat /etc/fstab.

    – terdon
    Feb 14 '14 at 14:28













1












1








1








I had Windows with two drives C: and D:. In the drive C:, I have my Windows. In the drive D:, I had my all other files and data. I installed Ubuntu in the drive D:, without deleting any data from it.
So when I boot my laptop, in boot menu I see both "Windows 7" and "Ubuntu".



When I boot up with Ubuntu, it works well, but I don't have access my data in drive D: (where I installed Ubuntu) anymore, but when I boot up with Windows, I have access to it.



How can I have access my data in drive D: from Ubuntu?



This is some information:



sky@ubuntu:~$ sudo fdisk -l
[sudo] password for sky:

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0x2f56f4c5

Device Boot Start End Blocks Id System
/dev/sda1 * 21585920 21790719 102400 7 HPFS/NTFS/exFAT
/dev/sda2 21790720 144670719 61440000 7 HPFS/NTFS/exFAT
/dev/sda3 144670782 625141759 240235489 f W95 Ext'd (LBA)
/dev/sda5 144670784 562580234 208954725+ 7 HPFS/NTFS/exFAT
/dev/sda6 562581504 617027583 27223040 83 Linux
/dev/sda7 617029632 625141759 4056064 82 Linux swap / Solaris


sky@ubuntu:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/loop0 10698000 3015236 7116288 30% /
udev 1947220 4 1947216 1% /dev
tmpfs 782716 880 781836 1% /run
none 5120 0 5120 0% /run/lock
none 1956788 156 1956632 1% /run/shm
/dev/sda5 208954724 114865916 94088808 55% /host
sky@ubuntu:~$

sky@ubuntu:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/host/ubuntu/disks/root.disk / ext4 loop,errors=remount-ro 0 1
/host/ubuntu/disks/swap.disk none swap loop,sw 0 0
sky@ubuntu:~$









share|improve this question
















I had Windows with two drives C: and D:. In the drive C:, I have my Windows. In the drive D:, I had my all other files and data. I installed Ubuntu in the drive D:, without deleting any data from it.
So when I boot my laptop, in boot menu I see both "Windows 7" and "Ubuntu".



When I boot up with Ubuntu, it works well, but I don't have access my data in drive D: (where I installed Ubuntu) anymore, but when I boot up with Windows, I have access to it.



How can I have access my data in drive D: from Ubuntu?



This is some information:



sky@ubuntu:~$ sudo fdisk -l
[sudo] password for sky:

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0x2f56f4c5

Device Boot Start End Blocks Id System
/dev/sda1 * 21585920 21790719 102400 7 HPFS/NTFS/exFAT
/dev/sda2 21790720 144670719 61440000 7 HPFS/NTFS/exFAT
/dev/sda3 144670782 625141759 240235489 f W95 Ext'd (LBA)
/dev/sda5 144670784 562580234 208954725+ 7 HPFS/NTFS/exFAT
/dev/sda6 562581504 617027583 27223040 83 Linux
/dev/sda7 617029632 625141759 4056064 82 Linux swap / Solaris


sky@ubuntu:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/loop0 10698000 3015236 7116288 30% /
udev 1947220 4 1947216 1% /dev
tmpfs 782716 880 781836 1% /run
none 5120 0 5120 0% /run/lock
none 1956788 156 1956632 1% /run/shm
/dev/sda5 208954724 114865916 94088808 55% /host
sky@ubuntu:~$

sky@ubuntu:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/host/ubuntu/disks/root.disk / ext4 loop,errors=remount-ro 0 1
/host/ubuntu/disks/swap.disk none swap loop,sw 0 0
sky@ubuntu:~$






linux partition windows dual-boot wubi






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 17 '16 at 5:16









Anthon

61.7k17107171




61.7k17107171










asked Feb 14 '14 at 13:29









user2806363user2806363

10615




10615












  • please can you add the text from command df and cat /etc/fstab ? don't hesitate to edit your question to add any information. because the problem you're describing is really strange as you cannont install ubuntu on a ntfs drive

    – Kiwy
    Feb 14 '14 at 13:38






  • 1





    Did you install Ubuntu autonomously, or as a file in the Windows partition (Wubi)? Please open a terminal and copy-paste the output of the following commands: sudo fdisk -l and df.

    – Gilles
    Feb 14 '14 at 13:46











  • I'm sure op installed Ubuntu via Wubi.

    – Avinash Raj
    Feb 14 '14 at 14:03











  • wubi is not possible for a while now no ?

    – Kiwy
    Feb 14 '14 at 14:04






  • 1





    It sounds like you are mounting your drive over the Windows data. Please add the output of cat /etc/fstab.

    – terdon
    Feb 14 '14 at 14:28

















  • please can you add the text from command df and cat /etc/fstab ? don't hesitate to edit your question to add any information. because the problem you're describing is really strange as you cannont install ubuntu on a ntfs drive

    – Kiwy
    Feb 14 '14 at 13:38






  • 1





    Did you install Ubuntu autonomously, or as a file in the Windows partition (Wubi)? Please open a terminal and copy-paste the output of the following commands: sudo fdisk -l and df.

    – Gilles
    Feb 14 '14 at 13:46











  • I'm sure op installed Ubuntu via Wubi.

    – Avinash Raj
    Feb 14 '14 at 14:03











  • wubi is not possible for a while now no ?

    – Kiwy
    Feb 14 '14 at 14:04






  • 1





    It sounds like you are mounting your drive over the Windows data. Please add the output of cat /etc/fstab.

    – terdon
    Feb 14 '14 at 14:28
















please can you add the text from command df and cat /etc/fstab ? don't hesitate to edit your question to add any information. because the problem you're describing is really strange as you cannont install ubuntu on a ntfs drive

– Kiwy
Feb 14 '14 at 13:38





please can you add the text from command df and cat /etc/fstab ? don't hesitate to edit your question to add any information. because the problem you're describing is really strange as you cannont install ubuntu on a ntfs drive

– Kiwy
Feb 14 '14 at 13:38




1




1





Did you install Ubuntu autonomously, or as a file in the Windows partition (Wubi)? Please open a terminal and copy-paste the output of the following commands: sudo fdisk -l and df.

– Gilles
Feb 14 '14 at 13:46





Did you install Ubuntu autonomously, or as a file in the Windows partition (Wubi)? Please open a terminal and copy-paste the output of the following commands: sudo fdisk -l and df.

– Gilles
Feb 14 '14 at 13:46













I'm sure op installed Ubuntu via Wubi.

– Avinash Raj
Feb 14 '14 at 14:03





I'm sure op installed Ubuntu via Wubi.

– Avinash Raj
Feb 14 '14 at 14:03













wubi is not possible for a while now no ?

– Kiwy
Feb 14 '14 at 14:04





wubi is not possible for a while now no ?

– Kiwy
Feb 14 '14 at 14:04




1




1





It sounds like you are mounting your drive over the Windows data. Please add the output of cat /etc/fstab.

– terdon
Feb 14 '14 at 14:28





It sounds like you are mounting your drive over the Windows data. Please add the output of cat /etc/fstab.

– terdon
Feb 14 '14 at 14:28










1 Answer
1






active

oldest

votes


















0














It seems that :




From the Wubi Guide



How do I access the Windows drives?



The Windows partition where you installed Wubi is available as /host within Ubuntu (Places > Computer > File System > Host) All the other partitions will be available under Places > > Removable Media




From askUbuntu: Wubi: How do I find partition windows on ubuntu ?



And as fstab show a mount point /host, you can try form a terminal :



cd /host
ls -l


or from Nautilus type Ctrl + L and then type the path /host to access your files.






share|improve this answer

























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f115192%2fdual-boot-ubuntu-cannot-access-the-windows-drive-that-it-was-installed-on-with-w%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    It seems that :




    From the Wubi Guide



    How do I access the Windows drives?



    The Windows partition where you installed Wubi is available as /host within Ubuntu (Places > Computer > File System > Host) All the other partitions will be available under Places > > Removable Media




    From askUbuntu: Wubi: How do I find partition windows on ubuntu ?



    And as fstab show a mount point /host, you can try form a terminal :



    cd /host
    ls -l


    or from Nautilus type Ctrl + L and then type the path /host to access your files.






    share|improve this answer





























      0














      It seems that :




      From the Wubi Guide



      How do I access the Windows drives?



      The Windows partition where you installed Wubi is available as /host within Ubuntu (Places > Computer > File System > Host) All the other partitions will be available under Places > > Removable Media




      From askUbuntu: Wubi: How do I find partition windows on ubuntu ?



      And as fstab show a mount point /host, you can try form a terminal :



      cd /host
      ls -l


      or from Nautilus type Ctrl + L and then type the path /host to access your files.






      share|improve this answer



























        0












        0








        0







        It seems that :




        From the Wubi Guide



        How do I access the Windows drives?



        The Windows partition where you installed Wubi is available as /host within Ubuntu (Places > Computer > File System > Host) All the other partitions will be available under Places > > Removable Media




        From askUbuntu: Wubi: How do I find partition windows on ubuntu ?



        And as fstab show a mount point /host, you can try form a terminal :



        cd /host
        ls -l


        or from Nautilus type Ctrl + L and then type the path /host to access your files.






        share|improve this answer















        It seems that :




        From the Wubi Guide



        How do I access the Windows drives?



        The Windows partition where you installed Wubi is available as /host within Ubuntu (Places > Computer > File System > Host) All the other partitions will be available under Places > > Removable Media




        From askUbuntu: Wubi: How do I find partition windows on ubuntu ?



        And as fstab show a mount point /host, you can try form a terminal :



        cd /host
        ls -l


        or from Nautilus type Ctrl + L and then type the path /host to access your files.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Apr 13 '17 at 12:22









        Community

        1




        1










        answered Feb 14 '14 at 14:34









        KiwyKiwy

        6,15853861




        6,15853861



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f115192%2fdual-boot-ubuntu-cannot-access-the-windows-drive-that-it-was-installed-on-with-w%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

            Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

            Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.