iSCSI mount incorrectly displays disk space
This project has moved to github - see https://github.com/freenas
Brought to you by:
cochard,
mattolander
Shots of WebGUI space vs Diskmgmt space
Did you have tried 0.7.x? The iscsi-target software used in 0.6.x is not maintained anymore (this means we can not fix it if it is a bug). 0.7 uses the new 'istgt' software.
I have tried the two release candidates (i386-LiveCD-0.7RC2.4849 , i386-LiveCD-0.7RC1.4735) and both have failed to boot correctly.
Error :
Fatal trap 18: integer divide fault while in kernel mode
cpuid = 0; apic id = 00
instruction pointer = 0x20:0x80b7d459
stack pointer = 0x28:0x8703ea6c
frame pointer = 0x28:0x8703ead8
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags = intrerrupt enabled, resume, IOPL = 0
current process = 0 (swapper)
trap number = 18
panic: integer divide fault
cpuid = 0
uptime: 1s
I have successfully be able to load the os onto a different box to use.
Now I just need to figure out how to work this new iscsi stuff. This could be close IMO
I can confirm that this happens on RC1, using Intel 1366 cpu's
Fatal trap 18: integer divide fault while in kernel mode
cpuid = 0; apic id = 00
instruction pointer = 0x20:0x80b7d459
stack pointer = 0x28:0x8703ea6c
frame pointer = 0x28:0x8703ead8
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags = intrerrupt enabled, resume, IOPL = 0
current process = 0 (swapper)
trap number = 18
panic: integer divide fault
cpuid = 0
uptime: 1s
This is limitation of old iSCSI target. It supports only 32bit mode (2TB limit).
New iSCSI target supports 64bit LBA up to 8EB.