You are not logged in.
Pages: 1
OK, I'm trying to do a dual boot with windows 10 and since all my HDD memory is used by the root partition i have to resize it to get some free space so i can dual boot. So i did that, but when i booted back to arch, it gave me this "filesystem check error" and says i have to run fsck and repair it manually. I have no idea what to do, i tried searching for topics on this subject but i couldnt find anything about this. Any help would be appreciated
Offline
First, describe exactly how you resized (what commands). But if you really just need to run fsck manually, well, you just run `fsck` manually:
https://wiki.archlinux.org/index.php/Fs … eractively
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
First, describe exactly how you resized (what commands). But if you really just need to run fsck manually, well, you just run `fsck` manually:
https://wiki.archlinux.org/index.php/Fs … eractively
Hi, I used cfdisk to resize it.
Offline
Did you shrink the FS first?
https://wiki.archlinux.org/index.php/Pa … partitions
You hopefully didn't already grow some other partition into that space and if you did, you hopefully didn't do anything with it, like installing windows.
Cause in that case you probably nuked some data.
Offline
Did you shrink the FS first?
https://wiki.archlinux.org/index.php/Pa … partitionsYou hopefully didn't already grow some other partition into that space and if you did, you hopefully didn't do anything with it, like installing windows.
Cause in that case you probably nuked some data.
Ok, I used resize2fs to shrink my root partition and it worked, but it didnt create any free space that can be used for new partitions. How do I do that?
Offline
You first shrink the FS, then you shrink the partition.
Offline
You first shrink the FS, then you shrink the partition.
Oh, I see. Thanks!
Offline
Pages: 1