Results 1 to 3 of 3
Is there anyway I can directly place data onto a hard drive, and then search for it in Linux and have Linux tell me it's exact location on the hard ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-22-2004 #1Just Joined!
- Join Date
- Jul 2004
- Location
- Ithaca, NY
- Posts
- 3
Search a Hard Drive
Is there anyway I can directly place data onto a hard drive, and then search for it in Linux and have Linux tell me it's exact location on the hard drive? (block, sector, any information)
Does anyone know if there is a command or tool?
Much Thanks,
Krops
- 07-22-2004 #2Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
to search the hard drive for a specific file use
(basic instruction,it has more switches)..use man find to figure out..Code:find / -name <filename>
for information about hard disk use hdparm (man hdparm)Linux For Ever!
- 07-23-2004 #3Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
and maybe df command is useful.see man df for more
Linux For Ever!


Reply With Quote
