Ok, someone advised me to format an external harddrive in a linux format and said it is better then ntfs or fat32, but he didn't say why nor what that format is, please explain what and why then, thanks
Announcement
Collapse
No announcement yet.
formatting in linux
Collapse
This topic is closed.
X
X
-
Re: formatting in linux
If this HD is not being used for a Linux installation, but rather for storage, then formating it as FAT32 means that it can be read and written to by both, Linux and Windoze. If you format it NTFS, then you need to have ntfs-3g installed in your Linux distro in order to have both read and write capability with Linux.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
-
Re: formatting in linux
Then most likely, it's ext3.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: formatting in linux
If you format the drive as ext3, it can't be read or written to by Windoze. If you don't have Windoze on you PC, ext3 is just fine.
ntfs format is used by Windoze XP and higher. Without the ntfs-3g package installed, your Linux OS can't read/write to the drive. If you don't have Windoze installed on your PC, this is not a good choice.
FAT32 formating is useable by both Linux and Windoze. If you intend to have the drive accessable by both Windoze and Linux 'natively' then that is a good option.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: formatting in linux
Happy formatting!Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: formatting in linux
Off the top of my head, ext3 and reiserfs (and the lesser-used xfs, jfs, and reiser4) are "journalling" file systems -- they run a transaction accounting process that provides a much more robust capability to recover from a crash, and also are very quick to discover and report data corruption.
NTFS is also a journalling type filesystem, but FAT32 is not. So with FAT32, you can have a slow degradation of your filesystem and/or hard disk drive performance, and not know about it, and if you lose power and the system crashes, you're unlikely to recover except through restoration from a data backup.
EDIT: Lots more ... http://www.yolinux.com/TUTORIALS/Lin...leSystems.html
- Top
- Bottom
Comment
-
Re: formatting in linux
anachronism, spill beans please, which program then and link if pos, thanks
actually formating in ext3 sounds interesting because if someone steals my external harddrive he is probably going to think that the drive is corrupted rather than it is formated like thisevery day is a gift
- Top
- Bottom
Comment
-
Re: formatting in linux
http://www.fs-driver.org/
I've found that if I move files around on the EXT3 drives, when I boot Kubuntu, the drive gets checked for errors. It doesn't seem to do any harm though as I've moved GB of files around from inside Windows.
- Top
- Bottom
Comment
Comment