How do I find out that /users/f/foo/file.txt file belongs to a specific partition?
{ 3 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 [...]
{ 4 comments }