31-08-2008

Unix/Linux Harddrive info and manipulation

list available harddrives (Debian / Ubuntu):

sudo fdisk -l
sudo lshw -C disk

Format a drive partition:

sudo mke2fs /dev/hda3

Mount a drive:

mount -t ext2 -o rw /dev/hdc1 /mnt/c

Force filesystem check on reboot:

sudo touch /forcefsck

List available space

df -h

Comments:

Your comment:

»

 

[x]