Skip to content
Thomas Cherryhomes edited this page Apr 6, 2021 · 4 revisions

NOTE: All URL data must be properly URL encoded!

Mounting a device slot

/mount?hostslot=<hs>&deviceslot=<ds>&mode=<m>&filename=<path_to_filename>

This is used by the web admin to mount the specified filename from the specified hostslot to the specified deviceslot with the specified mode.

  • Host Slot (0-7)
  • Device Slot (0-7)
  • Mode 1 = READ ONLY, 2 = WRITE
  • = Full path relative to host slot.

Unmounting a device slot

/unmount?deviceslot=<ds>

This is used by the web admin to unmount the specified device slot.

  • Device Slot (0-7)

Clone this wiki locally