Is there a way I can see which sectors of the hard disk a given file occupies?
The filesystem is ext3 or ext4 on Linux.
|
Is there a way I can see which sectors of the hard disk a given file occupies? The filesystem is ext3 or ext4 on Linux.
| |||||
feedback
|
|
If you are looking for blocks for file /tmp/squiggle/smurf.tgz, in the /tmp/ filesystem, mounted from /dev/sdg4, you would type:
Is that what you're looking for? | |||||
feedback
|