Can't create and format partition

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
jave
Level 4
Level 4
Posts: 227
Joined: Mon Dec 02, 2019 6:53 am

Can't create and format partition

Post by jave »

Hi
Running Linux Mint 20.2 Cinnamon and loving it.

But I want to back up my data. So I bought an external 4TB Seagate drives for AUD$99.

Partition on the drive is NTFS but I want it either ext4 or exFAT. Which is better?

I tried using Gparted, but I get an error when trying to create a big ext4 partition.

I also tried using the "Disks" utility, but get an error also - "gdbus-error-quark 4" is the error.

How do I get my external drive partitioned and formatted to use as a backup?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Moonstone Man
Level 16
Level 16
Posts: 6054
Joined: Mon Aug 27, 2012 10:17 pm

Re: Can't create and format partition

Post by Moonstone Man »

jave wrote: Thu Jul 22, 2021 11:30 pm I tried using Gparted, but I get an error when trying to create a big ext4 partition.
ext4 is the best if you don't intend to share the contents by plugging the drive into a Windows machine.

To properly partition the drive, delete the existing partition, then create a new partition table, which Disks erroneously calls "Format the disk", then add the ext4 partition.
User avatar
jave
Level 4
Level 4
Posts: 227
Joined: Mon Dec 02, 2019 6:53 am

Re: Can't create and format partition

Post by jave »

Hey. This are the errors I get when trying to format as ntfs:

Code: Select all

Device:	/dev/sdb
Model:	Seagate Expansion Desk
Serial:	none
Sector size:	512
Total sectors:	7814037167
 
Heads:	255
Sectors/track:	2
Cylinders:	15321641
 
Partition table:	msdos
 
Partition	Type	Start	End	Flags	Partition Name	File System	Label	Mount Point
========================================

Create Primary Partition #1 (ntfs, 3.64 TiB) on /dev/sdb  00:00:00    ( ERROR )
    	
create empty partition  00:00:00    ( ERROR )
    	
libparted messages    ( ERROR )
    	
partition length of 7814033408 sectors exceeds the msdos-partition-table-imposed maximum of 4294967295
User avatar
jave
Level 4
Level 4
Posts: 227
Joined: Mon Dec 02, 2019 6:53 am

Re: Can't create and format partition

Post by jave »

Fixed it. Created a new partition table - GPT!!!
Moonstone Man
Level 16
Level 16
Posts: 6054
Joined: Mon Aug 27, 2012 10:17 pm

Re: Can't create and format partition

Post by Moonstone Man »

jave wrote: Fri Jul 23, 2021 1:03 am Hey. This are the errors I get when trying to format as ntfs:

Code: Select all

	
partition length of 7814033408 sectors exceeds the msdos-partition-table-imposed maximum of 4294967295
Use a GPT partition table, and why are you attempting to format an NTFS partition when you had one to start with.

Don't answer that, it's rhetorical.
User avatar
jave
Level 4
Level 4
Posts: 227
Joined: Mon Dec 02, 2019 6:53 am

Re: Can't create and format partition

Post by jave »

Kadaitcha Man wrote: Fri Jul 23, 2021 1:07 am
jave wrote: Fri Jul 23, 2021 1:03 am Hey. This are the errors I get when trying to format as ntfs:

Code: Select all

	
partition length of 7814033408 sectors exceeds the msdos-partition-table-imposed maximum of 4294967295
Use a GPT partition table, and why are you attempting to format an NTFS partition when you had one to start with.

Don't answer that, it's rhetorical.
Ha ha me just getting rid of the Seagate/Windows junk they put on the drive. All good now.
Moonstone Man
Level 16
Level 16
Posts: 6054
Joined: Mon Aug 27, 2012 10:17 pm

Re: Can't create and format partition

Post by Moonstone Man »

jave wrote: Fri Jul 23, 2021 1:24 am All good now.
Not really, no. NTFS support in Linux isn't exactly kosher, and it's why Linus Torvalds has asked Paragon to submit their promised NTFS driver. It would have been better to simply delete the rubbish from the file manager and leave the Windows created NTFS partition just as it was. I'm only telling you that for future reference, until and if Paragon ever follow through with their promise.
User avatar
jave
Level 4
Level 4
Posts: 227
Joined: Mon Dec 02, 2019 6:53 am

Re: Can't create and format partition

Post by jave »

No, seriously - all good. I formatted the partition as ext4. I have no other Windows machines and this backup drive is just for me. :D
Locked

Return to “Storage”