How to Format an External Hard Drive on Linux that is compatible with other OS

From DISI
Revision as of 21:38, 30 June 2016 by Benrwong (talk | contribs) (Created page based on "To format an external hard drive on linux..." from Lab Manual)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To format an external hard drive on linux that is compatible with Mac:

Download this:

http://pkgs.org/download/hfsprogs                                     rpm -Uvh this rpm
yum update
Then use gparted and make the filesystem hfsplus

To format an external hard drive on linux that is compatible with Windows:

 yum install ntfs-progs
 yum list | grep ntfs
 yum install ntfsprogs.x86_64