Tag: disk

fsck command

Repair / check integrity of linux filesystem on disk hda1 fsck /dev/hda1

Linux Command to Erase Rewritable CD

Erase a Rewritable Disk cdrecord -v gracetime=2 dev=/dev/cdrom -eject blank=fast -force

Show Disk Usage – du

du shows the ‘disk usage’ – the space taken up by the files and folders in the current directory. du…