Click to See Complete Forum and Search --> : how do i check how much space is left on /dev/hda1?


mattn
08-20-2001, 11:06 AM
?

jaygee432
08-20-2001, 11:21 AM
Since you didn't say, I will assume hda1 is a linux partition for you. One way, then, is to look through your gnome or kde menu for something like a disk free app.

YaRness
08-20-2001, 11:25 AM
http://www.linuxnewbie.org/nhf/intel/commands/index.html

"df /dev/hda1" i think will do it.

mattn
08-20-2001, 11:29 AM
df /dev/hda1 works great

thank you