You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the driver does not support any mount configuration options. As such, the mount command executed by the driver is always the following:
mount /dev/disk/by-id/scsi-0DO_Volume_<volname> /mnt/dostorage/<volname>
Support for the following mount configuration options might be added to the driver:
the filesystem type (-t option of the mount command)
the mount options (-o option of the mount command)
Furthermore, the driver does not support volumes partitioned with a GPT and subpartitions as described here. It should be checked how such volumes can be supported and whether the driver should also support multiple partitions.
The text was updated successfully, but these errors were encountered:
Right now, the driver does not support any mount configuration options. As such, the mount command executed by the driver is always the following:
Support for the following mount configuration options might be added to the driver:
-t
option of themount
command)-o
option of themount
command)Furthermore, the driver does not support volumes partitioned with a GPT and subpartitions as described here. It should be checked how such volumes can be supported and whether the driver should also support multiple partitions.
The text was updated successfully, but these errors were encountered: