Skip to content
europlus edited this page Sep 20, 2024 · 4 revisions

Important

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.

  • hs Host Slot (0-7)
  • ds Device Slot (0-7)
  • m Mode 1 = READ ONLY, 2 = WRITE
  • filename = 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.

  • ds Device Slot (0-7)
Clone this wiki locally