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
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
2 matches
Mail list logo