The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX Desktop for Dummies Questions & Answers
Google UNIX.COM



Thread: Hard Disk
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 07-03-2005
locustfurnace locustfurnace is offline
Registered User
 

Join Date: Aug 2004
Posts: 232
You'll need to add more information to your post.
Once you add the hard drive to the machine, you will need to format it.
If you plan to use the hard drive under MS Windows, then you will need to format it with either FAT32 or NTFS.
If you plan to use it under GNU/Linux, then there are many filesystems you can format the drive to, (ext2, ext3, ReiserFS, XFS, JFS), this is why you need to specify what you plan to use the hard drive for.

If you use it under MS Windows, once you format the drive, it should be ready to be used under the system.
If using the Hard drive under GNU/Linux, then after you format it, you'll need to make some changes to the /etc/fstab, to mount the drive during boot time.
Reply With Quote