Yes, but that is supposed to be handled by a bootscript. *Somewhere* in a script is the lineDo i have to resetup losetup when the box reboots, or shuts down due to powerloss?
- Code: Select all
mount /dev/sda8 /share/1000
- Code: Select all
losetup -o 3686809600 /dev/loop1 /dev/sda
mount /dev/loop1 /share/1000
Not more then by use of a regular partition. A regular partition is just a block of sectors containing a filesystem. (Actually the filesystem is optional, it's just a block of sectors). The loopdevice is the same.And there is no chance of major dataloss in case of an powerloss?
Yet it's a good idea to writedown the offset somewhere, as it might be needed if you ever need to read the disk on a different platform. A partition table is just a way to write on disk where the partitions start and end, but this loopdevice partition doesn't have such a nice administration.
No sorry. I vaguely remember to have read something about jtag on the Lacie Edmini, which pinning might or might not be equal to those of the ns2.Maybe Mijzelf, knows a bit more about this.
BTW, you are talking about buying a new ns2. I *think* it will be hard to find a new classic. I suppose Lacie only builds lites, these days.
/Edit: (unconfirmed) Information about the EdminiV2 jtag pinning: http://forum.nas-central.org/viewtopic.php?f=146&t=71
The serial port of the ns2 at least matches these pinning.