Logout and unmount

To disconnect the client from the FilingBox MEGA server and unmount the drive, follow the steps below.

  1. Execute the following Linux command:
    The client will automatically log out when the 'umount' command is executed.
     umount mount_path 

    mount_path: The mount path set during login (e.g., /root/mount_point)

    • Input rules: No restrictions on characters, numbers, or special characters
    • Input length: 1 ~ 4096 characters
    • Default value: None
  2. The result of executing the command will be as shown below. (Result: Successful)
  3. If the command execution result is as shown below, it indicates an error. (Result: Unsuccessful)
    For example, if the 'cd /root/mount_point' command is executed in another terminal window while the 'umount' command is being run.
Have more questions? Submit a request