Damien Zammit, le mar. 10 nov. 2020 10:33:39 +1100, a ecrit: > Hi, > > On 10/11/20 6:12 am, Samuel Thibault wrote: > > Btw, is your second partition within small bounds? (e.g. within 4GiB > > that can be expressed with 32bit integers) > > Device Boot Start End Sectors Size Id Type > /dev/sdd1 2048 1953791 1951744 953M 82 Linux swap / Solaris > /dev/sdd2 1953792 22925312 20971521 10G 83 Linux > > sdd2 is / that boots with rumpdisk.static > sdd3 is the second partition I am trying to mount with the injected translator
That's far... Unless rumpdisk is built with _FILE_OFFSET_BITS 64, its off_t etc. will be 32bit, thus probably issues with 4GiB-ness. Samuel