<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div><br><font class="Apple-style-span" color="#000000"></font>Dear Linux user group,<br><br>I recently got a Western Digital 4TB Book external drive and have a<br>problem formatting it. &nbsp;Plugging into a Mac it shows 4 trillion available<br>bytes and by a click with the mouse it formats the 3.6 TB (2 internal drives)<br>as a single partition. &nbsp;That, of course is not readable by Linux.<br></div></blockquote><div><br></div><div>Actually, it might depend on the distribution but Linux does support HFS+ partitions quite well (don't know about the journaling support though). This is, however, beside the point though.</div><br><blockquote type="cite"><div>Running RHEL, after plugging into the USB port the &nbsp;dmesg &nbsp;shows a<br>"very big device" but can't determine properly its size. &nbsp;I was told<br>to put a GPT system on. &nbsp;fdisk is not supposed to work while parted<br>should. &nbsp;With parted I can make a GPT lable, but my computer "sees"<br>only about 2 TB max, I can't even create a 3TB partition.<br></div></blockquote><div><br></div><div>Hmm, a 2TB max makes it seem like there's A.) still an MBR partition table on there (as it appears you've been told by others) or B.) the kernel was compiled without the "Support for large (2TB+) block devices and files" option.</div><div><br></div><div>For A, if you have access to Palimpsest (the GUI partitioning tool) then it should be able to tell you (just under the volume name) if it is indeed properly formatted with a GPT partition table. If you want to be sure, you can always select the volume and erase it again with a GPT partition table. As far as command line tools, you already know about parted. If you prefer the fdisk command interface then I'd suggest gdisk (it's what I use an it's quite effective).</div><div><br></div><div>For B, you can find the option for "Support for large (2TB+) block devices and files" under "Enable the block layer" in menuconfig. If you have a .config (kernel config) sitting around or have access to /proc/config.gz then you can search through either for the option "LBDAF" to see if it was enabled. Considering you said this was RHEL though, I don't see would not be enabled (or included) so I think this is the less likely of the possibilities.&nbsp;</div><br></div><div>As I don't own that particular device or have access to one I'm afraid I can't offer any additional advice. Sorry.</div><div><br></div><div>Hope this helps,</div><div>Thomas</div></body></html>