![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to put file from one ftp to another ftp location | prasee | Shell Programming and Scripting | 1 | 03-28-2008 01:34 AM |
| Split file at location of textpattern | borgeh | UNIX for Advanced & Expert Users | 6 | 09-26-2007 08:26 AM |
| Untar a TAR file at different location | malaymaru | UNIX for Dummies Questions & Answers | 5 | 09-18-2006 05:59 PM |
| What is the file location? | Chanakya.m | Shell Programming and Scripting | 5 | 07-16-2006 09:42 PM |
| Location of defaultrouter file in Red Hat | 98_1LE | UNIX for Dummies Questions & Answers | 4 | 12-11-2001 02:23 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Location of file on disk
Is there a system call I can make from C or C++ to get the PHYSICAL location of a file on disk (track number, sector number, size, etc...).
|
| Forum Sponsor | ||
|
|
|
|||
|
Hey, thanks. Have been poking around the inode possibility but it does look like at that level we are still in the virtual file system, which does not seem to have the physical partition & block information.
Need access to the physical file management system to get that information ... |