What Linux users can do to help increase the adoption of their chosen desktop operating system.If you are interested in Linux, the first episode in my "Linux...
NTFS is proprietary FS that works on Linux thanks to great reverse-engineering efforts. To make this more fair, try accessing ext4 partition from Windows. Oh, it can’t even recognize it. Except that ext4 is open-source, so it wouldn’t even require reverse-engineering.
That said, have you fully shutdown Windows? You generally get write access out of the box nowadays, but only if Windows is fully shutdown. And clicking “Shut down” does not properly shut it down unless you disable fast startup.
Another method is to choose a “Restart” in Windows, and then instead of continuing with the restart, choose Linux on bootloader screen after you get there.
I’m mostly just speaking to the process. I can right click and mount the drive without a problem, but there’s no way to auto mount it on startup without editing the fstab file and finding the uuid of the drive through the terminal (at least as far as I could tell) all of the functionality is there, which is rather laudable, but the process is unapproachable for a lot of people.
O and yea, I did have to disable some fast startup setting in windows to get the write access, I forgot about that. But yeah, that one’s on Windows.
edit: sorry, this was actually pretty irrelevant to what I actually said, which was just about the write access which you pointed out was a windows issue. I got mixed up with my replies.
but there’s no way to auto mount it on startup without editing the fstab file and finding the uuid of the drive through the terminal (at least as far as I could tell) all of the functionality is there, which is rather laudable, but the process is unapproachable for a lot of people.
I haven’t tested it, but gnome-disks (pre-installed in e.g.: Ubuntu and Linux Mint) does have that option:
NTFS is proprietary FS that works on Linux thanks to great reverse-engineering efforts. To make this more fair, try accessing ext4 partition from Windows. Oh, it can’t even recognize it. Except that ext4 is open-source, so it wouldn’t even require reverse-engineering.
That said, have you fully shutdown Windows? You generally get write access out of the box nowadays, but only if Windows is fully shutdown. And clicking “Shut down” does not properly shut it down unless you disable fast startup.
Another method is to choose a “Restart” in Windows, and then instead of continuing with the restart, choose Linux on bootloader screen after you get there.
I’m mostly just speaking to the process. I can right click and mount the drive without a problem, but there’s no way to auto mount it on startup without editing the fstab file and finding the uuid of the drive through the terminal (at least as far as I could tell) all of the functionality is there, which is rather laudable, but the process is unapproachable for a lot of people.
O and yea, I did have to disable some fast startup setting in windows to get the write access, I forgot about that. But yeah, that one’s on Windows.
edit: sorry, this was actually pretty irrelevant to what I actually said, which was just about the write access which you pointed out was a windows issue. I got mixed up with my replies.
I haven’t tested it, but gnome-disks (pre-installed in e.g.: Ubuntu and Linux Mint) does have that option:
ahh, that’s good to know, thanks.