Quantboy’s Weblog

Just another WordPress.com weblog

Setting up a blank partition for use in Linux

Formatting a partition in Linux

  • sudo mkfs -V -t ext3 /dev/hda6
    • -V = verbose
    • -t = file system type

Mount the partition to an existing node in the file directory

  • sudo mount -o rw /dev/hda6 /media/cda

Change the owner of the file directory so it can be written

  • sudo chown -R [userid] /media/cda
Advertisement

Written by quantboy

December 22, 2007 at 3:25 am

Posted in Linux, Ubuntu

Follow

Get every new post delivered to your Inbox.