in reply to Re: can I seek properly on a huge device (/dev/sdaX)
in thread can I seek properly on a huge device (/dev/sdaX)

Thank you, one question remains: Do I need to navigate to a specific position in small jumps of less than the maximum integer value? or can I put a huge value (greater than size of integer) into the seek() call? Of cource the only situation I can think of that would allow for this would be if I passed a math formula as the seek length, afterall if I passed a variable it would be integer or smaller right?
  • Comment on Re^2: can I seek properly on a huge device (/dev/sdaX)

Replies are listed 'Best First'.
Re^3: can I seek properly on a huge device (/dev/sdaX)
by BrowserUk (Patriarch) on May 29, 2007 at 23:03 UTC