zfs-linux, ubuntu 18.04 cannot set zfs mountpoint=legacy
I am creating an ext4 volume on an Ubuntu bionic workstation with zfs root. By my reading, according to manuals I should be able to set the mountpoint attribute to legacy, or it shoud have been set to legacy.
I need to create an ext4 volume because Dropbox has withdrawn support for anything except ext4 on Linux.
I don’t believe this is a trivial or useless issue, leaves the type of mountpoint type blank. If I examine the system I am getting a blank field where I should not.
https:/
https:/
zfs create -o compression=lz4 -V 4.5G tank/my-ext4
export myz=/dev/
mkfs.ext4 $myz
mkdir ~/ext4_dir
mount $myz ~/ext4_dir
mount | grep ext4
> /dev/zd32 on /root/ext4_dir type ext4 (rw,relatime,
zfs list tank/my-ext4
> NAME USED AVAIL REFER MOUNTPOINT
> tank/my-ext4 22.8M 2.56T 96K -
zfs set mountpoint=legacy tank/my-ext4
> cannot set property for 'tank/my-ext4': 'mountpoint' does not apply to datasets of this type
aptitude search zfs | grep '^i'
i A libzfs2linux - OpenZFS filesystem library for Linux
i zfs-initramfs - OpenZFS root filesystem capabilities for Linux - initramfs
i A zfs-zed - OpenZFS Event Daemon
i zfsutils-linux - command-line tools to manage OpenZFS filesystems
NB: I couldn't set the package for this question as 'zfsutils-linux' - not found
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu zfs-linux Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Peter Goodall for more information if necessary.