Web Hosting Talk







View Full Version : Unix Disk Tools?


phpjames
07-07-2002, 05:39 PM
Are there any tools for unix that repair, clean, fix, cleanup, defragment the file system?

I am just curious as I have a box home box that I want to run some checks on my disk...im looking for disk tools. Anyone?:)

taz0
07-07-2002, 06:13 PM
fsck

phpjames
07-07-2002, 06:18 PM
Besides fsck

Mdot
07-07-2002, 09:06 PM
fdisk

priyadi
07-08-2002, 01:42 AM
Originally posted by phpjames
Are there any tools for unix that repair, clean, fix, cleanup, defragment the file system?

I am just curious as I have a box home box that I want to run some checks on my disk...im looking for disk tools. Anyone?:)

repair: fsck
fix: fsck
cleanup: rm
defragment: defrag (http://freshmeat.net/search?q=defrag)