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.

    Win 8.1 / Bodhi Linux (Ubuntu variant) dual boot file system?

    Discussion in 'Linux Compatibility and Software' started by JOSEA, Jan 6, 2014.

  1. JOSEA

    JOSEA NONE

    Reputations:
    4,013
    Messages:
    3,521
    Likes Received:
    170
    Trophy Points:
    131
    I am about to order a new laptop with Win 7 or 8.1. I want to share music and videos, etc between the 2 systems. What are the best file system(s) to use? (I am getting a Samsung 840 pro drive) Thanks in advance, Josea
     
  2. hummer010

    hummer010 Notebook Enthusiast

    Reputations:
    216
    Messages:
    26
    Likes Received:
    11
    Trophy Points:
    6
    For me, there is no perfect solution here.

    I use NTFS for the partitions I want to access from both OS's, and with ntfs-3g it works reasonably well. It isn't the fastest though. My mount options look like:

    Code:
    UUID=74D801BAD8017C1C  /mnt/files  ntfs-3g big_writes,noatime,uid=1000,gid=1000,hide_dot_files,hide_hid_files 0 0
    I then use a symbolic link to put the Music and Videos folders in my /home/user directory.

    Alternatively, there are ext file system drivers for windows that you can use. I find that ntfs-3g writing to an NTFS partition from linux is more reliable than using an extfs driver to write to an ext partition.
     
  3. mattcheau

    mattcheau Notebook Deity

    Reputations:
    1,041
    Messages:
    1,246
    Likes Received:
    74
    Trophy Points:
    66
    since you're planning to run bodhi, you could try to enable exFAT support. here's but one guide.
     
  4. Jarhead

    Jarhead 恋の♡アカサタナ

    Reputations:
    5,036
    Messages:
    12,168
    Likes Received:
    3,134
    Trophy Points:
    681
    Personally, I've used NTFS to share between OSes back when I was running a dual-boot setup. Never experienced any performance issue from that setup, though, so it should be fine.