Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
short answer: no.
long answer: noooooooooooooooooooooooooooooooooooooooooooooooooooooo.
at least not without putting orders of magnitude more effort into it than simply copying the data somewhere, reformatting, then copying the data back. -
@dIREsTRAITS it's work _your computer_ does for you, though. write a script, launch it, go grab a drink.
-
No. You have to move all of the data out of the current filesystem, create a new filesystem, copy all the data back.
In theory you _could_ create an ext4 on top of your current fs and use testdisk to recover data from underneath. However, this is neither faster nor safer and comes with undefined risks [e.g. see one of my last posts about a found sd card] and will only recover _some_ data -
Root797671yPossible, but don’t.
Copy the data, reformat the drive, copy it back. It’ll save you time and effort, and probably your hair too.
Like @tosensei said: write a script, grab a beer. Let bash do the work. -
The internet says you can shrink+defrag ExFAT partitions with some obscure program. This means that if you have free space on the drive for the largest file + both FS' overhead, you can create an ext4 partition, move the files one by one, and shrink the exfat partition whenever the ext4 partition is full. It sounds like a really slow operation though, and you need to script a lot of uncommon behavior to properly automate it.
-
Maybe just reformat the disk and copy the data from your backup if you're lazy and adventurous.
Related Rants
-
gururaju56*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx70This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus62Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
Hi guys,
i have a question, i have an external drive in exfat, is is possible to convert it to ext4 filesystem without damaging the data?
question
linux