Hi Samuel, When I access a different partition on the same disk, I am using the libparted access method via storeio `-T typed part:x` but using the same underlying device. Do I need to make opening a new partition on the same disk device open a new handle on the same disk? If so, how? I think currently, it does not reopen the same device twice, it just passes the caller a send right to the old one.
Damien On 8/11/20 10:51 am, Samuel Thibault wrote: > Damien Zammit, le dim. 08 nov. 2020 10:41:47 +1100, a ecrit: >> On 8/11/20 2:35 am, Samuel Thibault wrote: >>> Perhaps, before mounting, try to run >> >> DISK >>> fdisk -l /dev/wd0 >> >> root@zamhurd:~# showtrans /dev/wd0 >> /hurd/storeio -T typed device:@/dev/rumpdisk:/dev/wd0 >> root@zamhurd:~# fdisk -l /dev/wd0 >> ext2fs: part:2:device:/dev/wd0: warning: FILESYSTEM NOT UNMOUNTED CLEANLY; >> PLEAS > > It looks to me like your translator is mixing read/write requests from > the different clients (bootstrap ext2fs and fdisk). > > Samuel >