Replies: 1 comment 1 reply
-
Basically, you are touching on the idea of setting mountpoint to legacy, then you can use the Interestingly, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
so I was testing zfs the other day between linux (arch) and windows - and noticed: In order to get anything mounted on windows it requires a mountpoint to be set
mountpoint set to none (obviously) or legacy doesn't work
test setup looks quite simple:
pool - as root dataset - mountpoint set to none by zpool create and driveletter not touched
pool/set - as sole child dataset - mountpoint set to something useful for linux and driveletter to Z
it would be nice to have some workaround for a dataset with mountpoint set to legacy also be able to get mounted on windows - or is there something I miss?
the overall goal I would like to get done is a rather simple setup for removable media like thumbdrives (although exFAT seem to fit them better) or big external drives (by abusing a small FAT32 partition to provide the installer for systems without access to internet to download on thier own)
overall it works so far in a vm but for now I don't dare to try it on real hardware
I have high hopes in zfs to become a proper cross-platform filesystem - as other options are either FAT32 with all its limitations - or exFAT ... at least for exchange of data as trying to use it at least causes quite some issues on linux
keep up the good work
Beta Was this translation helpful? Give feedback.
All reactions