Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3359829
By: darkonc
The other thing that you could do is edit the file, but write it back out to
a temporary location (e.g. /tmp/boot.ini), then copy it back to it's original
location:
cat /tmp/boot.ini 1<>/mnt/ntpartition/boot.ini
the '1<>' opens the file read/write, rather than attempting (unsuccessfully)
to truncate it on opening and then re-extending it (likely to both be no-no's
under NTFS)
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=44085
|