this post was submitted on 20 Nov 2024
27 points (93.5% liked)

Linux

6090 readers
417 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] a1studmuffin@aussie.zone 11 points 3 months ago (1 children)

I'd love to see a Linux distro attempt to implement a migration wizard for Windows users. Do all the heavy lifting for them, including walking them through what personal data and accounts they want to migrate across, creating a bootable USB installer, then running said installer and copying across their data for them. Maybe even detect and install any apps they're using, or suggest FOSS alternatives. In practice I imagine this would be a nightmare to try and implement effectively, but it'd be pretty cool to see.

[–] Scoopta@programming.dev 2 points 3 months ago (1 children)

The copy across their data for them honestly sounds the most difficult just because of the free space requirements and juggling the partitions. It would only work for users that had 50%+ free space. There is a tool called ntfs2btrfs which may be an option but in place filesystem conversions scare me, maybe it's reliable. Otherwise you have to leave them on NTFS or erase their data which are both less than ideal.

[–] a1studmuffin@aussie.zone 2 points 3 months ago (1 children)

Or maybe do it via external USB drive or network location. But agree, it would complicate things. Though for light users that might only have a few GB of documents on their computer and mostly do everything in the browser, it might be crazy enough to just work...

[–] Scoopta@programming.dev 2 points 3 months ago

Network location sounds impractical for anyone other than power users, maybe USB? Probably not big enough tho. Looking at my system, I have tebibytes of data and don't see how it could work outside of an in place conversion. Ofc I'm already on Linux but if I weren't.