this post was submitted on 07 Aug 2025
31 points (97.0% liked)

Linux

58175 readers
343 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Hello there,

I have a question. If I'm doing windows linux dual boot, is there any possibiliy that windows can spy my data on linux? Or: if i got ransomwared on windows, is my linux part of my pc safe or not?

How can I prevent all above?

Thx

you are viewing a single comment's thread
view the rest of the comments
[–] savvywolf@pawb.social 4 points 1 month ago

Is it likely? No. Is it possible? Yes.

If you want to make absolutely sure that Windows can't spy on anything, you'll need to physically remove the storage device containing Linux when booting.

A more practical but slightly less secure approach is to enable full disk encryption on Linux. Then, if Windows does decide to get sneaky it'll only see random data.

This doesn't prevent hostile code such as ransomware from destroying the data though. For that, you need to have good backup hygene.

A good backup system is to have automatic daily backups to some online cloud storage provider, and weekly or monthly backups to a physical device you keep disconnected and safe.