Skip to content

[Data Transfer] Expand unmount command for specific Ubuntu case#189

Open
jdelguerrero wants to merge 1 commit into
ULHPC:masterfrom
jdelguerrero:master
Open

[Data Transfer] Expand unmount command for specific Ubuntu case#189
jdelguerrero wants to merge 1 commit into
ULHPC:masterfrom
jdelguerrero:master

Conversation

@jdelguerrero

Copy link
Copy Markdown
Contributor

fusermount command does not work for modern Ubuntu releases (22.04 and newer). Instead, users need to use fusermount3 (i.e. Fuse3) so we need to add and additional box for Ubuntu users

@jdelguerrero jdelguerrero requested a review from gkaf89 July 10, 2026 15:16
Comment thread docs/data/transfer.md
Comment on lines +288 to +294
Generic Linux distributions:
```bash
fusermount -u ~/ulhpc
fusermount -u ~/ulhpc
```
Ubuntu (22.04 or newer):
```bash
fusermount3 -u ~/ulhpc

@gkaf89 gkaf89 Jul 13, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Generic Linux distributions:
```bash
fusermount -u ~/ulhpc
fusermount -u ~/ulhpc
```
Ubuntu (22.04 or newer):
```bash
fusermount3 -u ~/ulhpc
```bash
fusermount -u ~/ulhpc
```

Comment thread docs/data/transfer.md
=== "Mac OS X"
```
diskutil umount ~/ulhpc
```

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```
!!! tip
In some APT based systems (e.g. Debian and Ubuntu) the command to unmount the remote directory may be called `fusermount3`.

@gkaf89 gkaf89 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't encumber the main display, put the extra information in a tip admonition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants