Nicolas Kovacs
2019-Nov-30 16:19 UTC
[CentOS] External HD partitioning & formatting considerations
Hi, One of my clients has a mixed Linux/Mac OS/Windows environment in his office. He just purchased a 4 TB external hard disk, which he intends to use on his various workstations. Up until recently, I've been using plain old MBR/FAT for hard disks in mixed environments. Fire up fdisk, make one big 0b type partition, and then format it using mkdosfs. Unfortunately, there's a 2 TB limit to that. Of course, I could still use a GPT partition, but then I'd still have to format it using a "common denominator" filesystem, e. g. FAT... which is also limited to 2 TB as far as I know. So what now? Use Windows 10 to format the disk using NTFS? This, Windows and Linux could use it, and I'd have to check if Mac OS can manage NTFS file systems. A few years ago, it didn't. Any suggestions? Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Site : https://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32 Mob. : 06 51 80 12 12
Fred Smith
2019-Nov-30 17:10 UTC
[CentOS] External HD partitioning & formatting considerations
On Sat, Nov 30, 2019 at 05:19:44PM +0100, Nicolas Kovacs wrote:> Hi, > > One of my clients has a mixed Linux/Mac OS/Windows environment in his office. > He just purchased a 4 TB external hard disk, which he intends to use on his > various workstations. > > Up until recently, I've been using plain old MBR/FAT for hard disks in mixed > environments. Fire up fdisk, make one big 0b type partition, and then format it > using mkdosfs. > > Unfortunately, there's a 2 TB limit to that. > > Of course, I could still use a GPT partition, but then I'd still have to format > it using a "common denominator" filesystem, e. g. FAT... which is also limited > to 2 TB as far as I know. > > So what now? Use Windows 10 to format the disk using NTFS? This, Windows and > Linux could use it, and I'd have to check if Mac OS can manage NTFS file > systems. A few years ago, it didn't. > > Any suggestions?Maybe UDF? -- ------------------------------------------------------------------------------- Under no circumstances will I ever purchase anything offered to me as the result of an unsolicited e-mail message. Nor will I forward chain letters, petitions, mass mailings, or virus warnings to large numbers of others. This is my contribution to the survival of the online community. --Roger Ebert, December, 1996 ----------------------------- The Boulder Pledge -----------------------------
Pierre Emerald
2019-Nov-30 19:38 UTC
[CentOS] External HD partitioning & formatting considerations
What about exfat ? 2019?11?30?(?) 18:10 Fred Smith <fredex at fcshome.stoneham.ma.us>:> On Sat, Nov 30, 2019 at 05:19:44PM +0100, Nicolas Kovacs wrote: > > Hi, > > > > One of my clients has a mixed Linux/Mac OS/Windows environment in his > office. > > He just purchased a 4 TB external hard disk, which he intends to use on > his > > various workstations. > > > > Up until recently, I've been using plain old MBR/FAT for hard disks in > mixed > > environments. Fire up fdisk, make one big 0b type partition, and then > format it > > using mkdosfs. > > > > Unfortunately, there's a 2 TB limit to that. > > > > Of course, I could still use a GPT partition, but then I'd still have to > format > > it using a "common denominator" filesystem, e. g. FAT... which is also > limited > > to 2 TB as far as I know. > > > > So what now? Use Windows 10 to format the disk using NTFS? This, Windows > and > > Linux could use it, and I'd have to check if Mac OS can manage NTFS file > > systems. A few years ago, it didn't. > > > > Any suggestions? > > Maybe UDF? > > -- > > ------------------------------------------------------------------------------- > Under no circumstances will I ever purchase anything offered to me as > the result of an unsolicited e-mail message. Nor will I forward chain > letters, petitions, mass mailings, or virus warnings to large numbers > of others. This is my contribution to the survival of the online > community. > --Roger Ebert, December, 1996 > ----------------------------- The Boulder Pledge > ----------------------------- > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >