Ockie
Resident Lead Bender
Hi guys. So I want to change my 2TB external drive from NTFS to either BTRFS or EXT4. I have read that BTRFS is much newer than EXT4. What do you guys suggest?
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
I would suggest you stick to NTFS for externals. However if you plan on never moving that drive anywhere and will only ever use it on Linux than use EXT4. BTRFS is still a very young filesystem.
exFAT would actually be a better option as it's more compatible across OS's.
Dankie meneer. Will go with EXT4 then. Best tool to do this is still Gparted?
You can use gparted or fdisk and mkfs.ext4 from the command line.
Gparted has got a gui though I think that you can install for Ubuntu.
Oh NO!!!! What have I done now. Now I keep on getting these errors in Gparted.
Error fsyncing/closing /dev/sdc: Remote I/O error
Did you unmount the drive before you started?
Ja. I had to else it would not let me work on it. Options were greyd out untill I unmounted it.
Sorry, I honestly haven't worked with gparted in ages, cannot remember how it works. Essentially the best thing is to unmount, delete all the current partitions on the disk then create a new partition and select ext4 as filesystem. It should automatically format and everything when you click apply.
So live cd reads it fine and the disk utility file system check says the disk is fine and smart status reports back as healthy. When I try and mount it on my actual Ubuntu it comes up with this:
Error mounting system-managed device /dev/sdb1: Command-line `mount "/mnt/usb-Seagate_External_2GHP3F06-0:0-part1"' exited with non-zero exit status 32: mount: /dev/sdb1 already mounted or /mnt/usb-Seagate_External_2GHP3F06-0:0-part1 busy
(udisks-error-quark, 0)
Did you format it after creating the partition?
Otherwise update your kernel.
yip.
how do i update kernel?
apt-cache search linux-image
sudo apt-get install linux-image-your_version_choice
To get a new Ubuntu-tailored Linux kernel:
From: http://askubuntu.com/questions/1190...t-mainline-version-without-any-distro-upgrade