Results 1 to 5 of 5

Thread: Accessing common files on a dual boot PC

  1. #1
    Join Date
    Jul 2021
    Beans
    2

    Accessing common files on a dual boot PC

    So i have a PC with a dual boot between Windows 10 and Ubuntu (im really new to linux community ) and i need help is there a way i can access the same files on the hard drive between both OS?
    like create a partition which both OS can read and write to?

  2. #2
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,824
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Accessing common files on a dual boot PC

    Yes. Make sure there's an NTFS partition separate from your Windows OS partition. Windows will call it D: or E: or something like that. Use /etc/fstab to mount it automatically at some convenient location in Ubuntu. Fast startup must be switched off, or Ubuntu can't use it.

    Ubuntu can also access the C: partition, with the Windows OS, but there's significant risk of damaging it, which could render Windows unbootable, so it's better to stay away from that.

    https://help.ubuntu.com/community/Fstab

  3. #3
    Join Date
    Mar 2011
    Location
    U.K.
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Accessing common files on a dual boot PC

    As above advice, I use a simple NTFS partition named SHARE.
    If you use apps which are cross platform - one example being CherryTree note editor- you can open such cross platform apps files just by double clicking.
    Other Ubuntu apps such as LibreOffice can also install into Windows 10.
    Yet another approach is to have a Dropbox account for file sharing.

  4. #4
    Join Date
    May 2010
    Beans
    3,247

    Re: Accessing common files on a dual boot PC

    Then simply mount it using /etc/fstab and you can share data between. Windows cannot access many file systems so this is why you should use NTFS. To accommodate the shortcomings of Windows. Be sure that the data is complete and consistent if you get mount issues. NTFS is proprietary to Microsoft and only they know how it fully works. The NTFS access in Linux is a best effort attempt.

  5. #5
    Join Date
    Jul 2021
    Beans
    2

    Re: Accessing common files on a dual boot PC

    Thanks all of you, it worked!!!

    (Awesome community response damn)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •