G
G
Gal78rus2015-04-04 22:35:20
linux
Gal78rus, 2015-04-04 22:35:20

New hard drive, what fs to format?

I bought a new hard drive, the drive will be used under Linux (ubuntu), what file system should I format it into? It will be used as a file cleaner.
I tried in ext2,3,4 but after formatting I can't write anything to the disk, it's just not possible. If you format it in ntfs, everything is ok, but this is probably not correct. I format with gparted.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xibir, 2015-04-04
@Gal78rus

Once an ext4 file system is created, only root can write to it. If you need to write from under the user, you need to mount it and give it permissions with chmod.
When creating ext4, 5% of the size is reserved by default. After creating a partition in gparted, I always create a file system without these 5 percent (key -m0):
mkfs.ext4 -m0 /dev/sd??

V
Vladimir Martyanov, 2015-04-04
@vilgeforce

Are you sure you are creating a filesystem in gparted and not just creating a partition?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question