Bug#862271: [Pkg-zfsonlinux-devel] Bug#862271: zfs-linux: loop mounted files on zfs are read-only

2017-05-11 Thread Aron Xu
On Wed, May 10, 2017 at 9:43 PM, Vladislav Kurz wrote: > Package: zfs-linux > Severity: normal > > Dear Maintainer, > > loop mounted files on ZFS are read only: > > $ truncate -s 64G filesystem.img > $ mkfs.ext4 filesystem.img > $ mount -o loop filesystem.img /mnt > $ touch /mnt/test > touch: cann

Bug#862271: zfs-linux: loop mounted files on zfs are read-only

2017-05-10 Thread Vladislav Kurz
Package: zfs-linux Severity: normal Dear Maintainer, loop mounted files on ZFS are read only: $ truncate -s 64G filesystem.img $ mkfs.ext4 filesystem.img $ mount -o loop filesystem.img /mnt $ touch /mnt/test touch: cannot touch ‘/mnt/test’: Read-only file system $ mount -o remount,rw /mnt/ mount