Got the files.
Disregard, move on to post 17
I'm assuming I just cut out the proc GetTotalSpace in RemoteInfo.tcl and replace it with this, right?
test1 ends with this:
Code:
2TB-bash# ./RemoteInfo.tcl
part_name=/dev/hda, x=0, devSectors(0)=1048576, pZone=1121
type=0
part_name=/dev/hda, x=0, devSectors(0)=1048576, pZone=263266
type=2
part_name=/dev/hda, x=0, devSectors(0)=1048576, pZone=263268
type=1
part_name=/dev/hda, x=2, devSectors(2)=1048576, pZone=1
type=2
part_name=/dev/hda, x=0, devSectors(0)=1048576, pZone=-2143322111
error during seek on "file13": invalid argument
while executing
"seek $fdDevs($x) [expr 512*$pZone+32]"
(procedure "GetTotalSpace" line 51)
invoked from within
"GetTotalSpace"
invoked from within
"expr ([GetTotalSpace]/2)&0x7fffffff"
invoked from within
"set total [expr ([GetTotalSpace]/2)&0x7fffffff]"
(file "./RemoteInfo.tcl" line 681)
2TB-bash#
Moving on to try test2