On 2014-09-18 05:46, rogerh113 wrote:
>
> Thanks. Couple of questions.
>
> What is the most foolproof tool for me to use - gparted or another? I
> think gparted only offered me windows format before I backed out.
I prefer gparted, but yast is another good tool.
Why not yast? Well, because it reads all disks, while with parted you
point it to a single disk. And, yast will normally add an entry on
fstab, which maybe you do not want on an external disk.
gparted supports certainly more things than windows format. It may
suggest Windows formats if the disk is already partitioned or formatted
for Windows.
You probably will want to create new partition table, or at least a
partition entry of Linux type.
Don’t forget to add a “label” or name to each filesystem you create. In
gparted you do that as a second step. On yast you do that inside fstab
options or extra options or similar name.
> Is there a benefit to using FAT if I am just on linux, or does another
> format provide more flexibility?
If you are going to use it only on Linux, do not use fat, ntfs, and
certainly not exfat. The advantage of fat is only if you intend to share
the disk with Windows computers.
For instance, if you intend to connect the disk to your TV to watch a
movie, you will probably need FAT (my multimedia center uses ext2).
On the other hand, FAT does not support files bigger than 2 GiB (or was
it 4?). It is a problem for movies. In that case you have to use NTFS
(for sharing).
And then, all windows type formats use, obviously, windows conventions.
It is specially problematic for permissions, but also for symlinks
(needed on /home and others).
> Is there any downside to partitioning it as just one bit 500gb chunk?
> If this is not optimal, recommended size partitions
If you are going to use it for “data” storage, use a single partition.
EXT4 is just fine. Personally, I use XFS.
There are reasons to use multiple or single partitions, of course. For
your use case, I would use single partition.
Note: If you go with a Linux type format, you will need to add a single
directory, belonging to your user. You will need to do that as root. Put
all your files inside. Otherwise, the system will tell you that you have
no permissions to write on your disk (because it belongs to ‘root’).
Note 2: the smartctl run I suggested will tell you how old your disk is,
amongst other things.
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)