Can windows see files in the Linux partition?
Can windows see files in the Linux partition?
I cleared up a space on the C drive and installed Linux on that partition. Can Windows see files in my Linux partition?
When i installed Linux, i didn't encrypt it but it is password protected. Thanks
The easiest way to share data between Windows and Linux is with a 3rd partition formatted to FAT32, as both Linux and Windows have no problem reading from / writing to it without additional software.
EDIT: The other poster is absolutely correct. The modern way to do this is with exFAT. What can I say? I'm a crusty old engineer.
It's very likely that adware / spyware / malware targeting Windows users will NOT be able to read Ext4 or other Linux filesystems, unless it's specifically targeted to do so, so you do have that added "security through obscurity" protection.
exFAT is also pretty solid for this purpose and doesn't have the file size limitations that FAT32 has.
I Lost tons of data thanks to windows fast boot flushing back the old fat after rebooting to windows. Never anymore. Linux can write to NTFS , it's much more reliable. Plus the default block size for exfat (when formatted from Windows) is huge
There is also nothing to prevent anyone to just run some live Linux from USB, so consider data on that Linux partition neither secure, nor private
I remember being really surprised when I learned this lol. My SO had an old Windows work laptop that they'd forgotten the password for, and just out of curiosity I tried running a live Linux USB to see if we could access anything, and discovered that we could see everything from every user on there, and that login passwords really didn't do anything at all. It was a real "we should encrypt all our drives" moment.