system disk space

Linux: Find Out What Partition a File Belongs To

by Vivek Gite on December 19, 2011 · 1 comment

How do I find out that /users/f/foo/file.txt file belongs to a specific partition?

{ 1 comment }

See Filesystems In Linux

by Vivek Gite on December 3, 2009 · 0 comments

How do I see filesystem status in Linux?

{ 0 comments }

Linux / Unix: Checking Free Disk Space

by Vivek Gite on August 16, 2007 · 21 comments

Q. How do I check free disk space in Linux or UNIX operating system? I’ve migrated from Windows NT to Linux and looking forward to get more information about free disk space. A. Both Linux and UNIX offers two commands for checking out free disk space: (a) df command : Report file system disk space [...]

{ 21 comments }

You need to use command called lsdev. It gathers information about your computer’s installed hardware from the interrupts, ioports and dma files in the /proc directory, thus giving you a quick overview of which hardware uses what I/O addresses and what IRQ and DMA channels. This command is very useful while troubleshooting various hardware conflict [...]

{ 3 comments }