I have a large 6Tb external hard drive, which I am not using to boot my system at the moment, but only as a storage. I plan to store regular backups, photos (unarchieved) and some personal data. I use Linux.
Should I still partition the hard drive? If so, what will be the appropriate partition size and what could be the advantages and disadvantages of it (e.g. it can have low access speed or partitions will not be visible under some systems)? Are there any restrictions or performance issues in Ubuntu that I should consider?
This post gives similar answer, but is relevant for OS setups.
Additionally I found relevant this criteria:
- Different filesystem types - one can use different file system types on partitions, like having a "native" ext4 partition, NTFS partition if you need to exchange files with Windows machine freely (without third party software). This makes sense for photos.
From what I see, there is no speed gain from partitioning a disk, even if it is large. Quite oppositely, there is a loss in speed. However, defragmentation will easier (it can be done for each partition separately), which will improve the performance.
Can anyone provide a better answer relevant for storage disks?
I have no idea what the answer could be and what problems can pop up.
E.g. maybe having boot partition is useful to recover the data from this hard drive? Or If I have a disk error in one partition the others will work? If I plan to have multiple users for the disk, is there increased safety if I partition it? If I use it for backup, I will be copying and deleting large amounts of data every week (e.g. several hundred Gb). Maybe such operation cause disk to fail quickly, but only one partition will be affected?
I guess all above is about physical partitions (not logical ones), but correct if it is wrong.