So no changes
yes proceed with that step
root@fvdwsl-base:/ # mke2fs -j /dev/loop1
mke2fs 1.41.14 (22-Dec-2010)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
182919168 inodes, 731666546 blocks
36583327 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
22329 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
102400000, 214990848, 512000000, 550731776, 644972544
Writing inode tables: 313/22329
mkdir /tmp/mountpoint
losetup -a
mount
Mijzelf wrote:Can you also executeThis should list all active loopdevices. I'm wondering if the offset is read correct.
- Code: Select all
losetup -a
The value is >2^31 and smaller than 2^32. For a signed int this means that the value can either truncate, or swap negative. I think losetup doesn't have such bugs, as 4GiB is not extremely big, when talking about disks and files. But you'll never know. (BTW, where did you get this losetup?)fvdw wrote:why should it be read incorrect ?.
Define 'destroy'. When writing a file system only some sectors are written (did I read 27000, some posts ago?). So the main part of the loopdevice isn't touched. If you randomly overwrite some sectors in a filesystem, there is a good chance it will mount fine. Maybe a full filesystem check could tell something is wrong, but maybe not.If the offset was wrong then you would expect it destroyed at least sda7. Mike was still able to mount that and read the directory content.
Don't think so. The bootloader reads the partition table, and reads the uImage from partition 6. That's all. And the start of this filesystem is semi-random. Read with any other offset it's just noise.Maybe the problem is having file system bigger then 2.2 TB on the reaming space confusing the bootloader
You could create a JBOD volume. But I suppose that also takes some firmware changes.Disadvantage will be that this extra space will need to be mounted on a shared folder present in sda8. It will then be available as one share. Another possibility would be defining a second volume in the firmware, but that will require quite some changes, so not a solution at short notice.
Users browsing this forum: No registered users and 6 guests