Re: How to partition and format external disk to ext3



hce> Hi, I bought an external disk (1 BT) and I am only connecting it
hce> to a Debian box, not window. Is it a good idea to re-fomat it by
hce> ext3? Has anyone done it? What is the procedure and commands to do
hce> it? Anything I should be aware of not demage it?

If you bought a new HDD, it might have a filesystem already. Why not use
that one as is? You can create a new filesystem too [0] of course but
that will "delete" all existing data on the disk -- you can not damage
it physically though it that is your concern; you just write new
metadata (the new filesystem) onto the disk that is all.

From my point of view, if you have a filesystem you can use right away,
do so -- why spend time for something, when afterwards nothing really
changed from a users point of view.

If however the HDD does not have a filesystem installed already and/or
you want to have a secure i.e. encrypted disk [1], then you need to
install a new filesystem. If you decide to have an encrypted disk, you
might also want to initialize the disk for better security[2].

[0] http://sunoano.name/ws/public_xhtml/dm-crypt_luks.html#create_a_file_system_on_top_of_the_logical_virtual_block_device
[1] http://sunoano.name/ws/public_xhtml/dm-crypt_luks.html#creation_of_the_logical_virtual_block_device
[2] http://sunoano.name/ws/public_xhtml/dm-crypt_luks.html#check_for_errors_and_initialize

Attachment: pgpfcBgnSoCN1.pgp
Description: PGP signature



Relevant Pages

  • Re: OT: Partmagic
    ... so that should indicate that particular DVD+R disk and the drive are OK. ... Beats the hell out of me where the CD "lives"; Linux stuff is ... The basic command to copy one hard-disk to another is 'dd' ... Unix systems have no concept of drive letters; the filesystem is ...
    (sci.electronics.design)
  • Re: Why is KDE 4 so messed up?
    ... Looking with YAST for a disk editor not a single one was shown. ... animal for a modern filesystem running on a POSIX based system. ... but none provide that type of access to a user program. ...
    (alt.os.linux.suse)
  • Weird harddisk behaviour
    ... A couple of weeks ago my 400Gb SATA disk crashed. ... Partition Table for /dev/sda ... # Type Sector Sector Offset Length Filesystem Type Flag ... Superblock backups stored on blocks: ...
    (Linux-Kernel)
  • Re: [patch] ext2/3: document conditions when reliable operation is possible
    ... the data on the filesystem has not been horribly mangled. ... further writes to the disk can trash unrelated existing data because it's ... disk can trash unrelated existing data _anyway_, because the flash block ... Today we have cheap plentiful USB keys that act like hard drives, ...
    (Linux-Kernel)
  • Notes to filesystem developers....
    ... I want to publish some notes about filesystem performance. ... takes 0.7 seconds (after caching all the disk accesses). ... that comes to 4.3Gb of inode data. ... (assuming the block groups haven't grown as I'm advocating below). ...
    (Linux-Kernel)