The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Dual Boot with an OS and Data drive

    Discussion in 'Windows OS and Software' started by Grump, Mar 6, 2016.

  1. Grump

    Grump Notebook Consultant

    Reputations:
    0
    Messages:
    261
    Likes Received:
    4
    Trophy Points:
    31
    Hi, I want to dual boot linux mint and WinX on one drive and keep the other as a data drive. I'm not sure how I should set up the data drive to have them work as seamlessly as possible. Should I divide the data drive into separate partitions or should I keep it as one partition and it will automatically serve as storage for both?
     
  2. alexhawker

    alexhawker Spent Gladiator

    Reputations:
    500
    Messages:
    2,540
    Likes Received:
    792
    Trophy Points:
    131
    Do some research on what type of partitions both OSs can read/write/mount, and then you can make one large data partition for both to use.


    Sent from my iPhone using Tapatalk
     
    tijo likes this.
  3. bennni

    bennni Notebook Evangelist

    Reputations:
    91
    Messages:
    450
    Likes Received:
    277
    Trophy Points:
    76
    * ExFAT would work for both but its implementation in Linux is not as easy as in Windows...You'll need to install the exFAT FUSE and exFAt Utils - I even found a guide (Check the first reply to the question:

    http://askubuntu.com/questions/100278/how-do-i-install-and-mount-an-exfat-partition

    * You can use FAT32 which does not require adding packages - but the maximum individual file size is 4GB. The advantage is that it runs on pretty much everything with a USB port but the file size limitation means that when you will inevitably need to transfer a file bigger than 4GB, it won't work.

    * NTFS works but the most elegant way to get it working is the commercial software: Paragon NTFS. The cost-free version is less straight forward:

    https://linuxconfig.org/how-to-mount-partition-with-ntfs-file-system-and-read-write-access

    * There is also the option of running Linux through a virtual machine that runs on Windows - graphics and performance take a hit but depending on what you are using it for, it could be fine. Very easy to set up these days too - could have it running in under an hour. I run Linux and FreeBSD through virtual machines most days and I find it a better solution than dual booting, which requires a restart to switch between OS'. Downside is that you want at least 4GB of RAM, with 8GB being even better - I sometimes run them from an 8GB machine and it works well if you aren't also running a demanding task in Windows at the same time as the virtual OS. Look up either Virtual Box of the free version of VMWare if you want to try.
     
  4. tijo

    tijo Sacred Blame

    Reputations:
    7,588
    Messages:
    10,023
    Likes Received:
    1,077
    Trophy Points:
    581
    Avoid FAT32, it has been superseded by other file systems at this point. ExFAT or NTFS are your best bet as benni mentioned. Be wary of file systems that some versions of Linux support and Windows doesn't like ZFS for example. ZFS is awesome because of the safeguards built into it, but Windows doesn't support it, so if you start digging into different file systems, remember that Linux tends to support more than Windows