Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support mount configuration options #1

Open
omallo opened this issue Sep 11, 2016 · 0 comments
Open

Support mount configuration options #1

omallo opened this issue Sep 11, 2016 · 0 comments

Comments

@omallo
Copy link
Owner

omallo commented Sep 11, 2016

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant