[GH-ISSUE #1601] Unable to save files to symlinked Downloads directory #1071

Closed
opened 2026-05-05 07:24:59 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @bitnom on GitHub (Oct 10, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1601

I created a link from ~/Downloads to an external hard drive to save my nvme drive from excessive writes and firejail won't save to it.

Originally created by @bitnom on GitHub (Oct 10, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1601 I created a link from ~/Downloads to an external hard drive to save my nvme drive from excessive writes and firejail won't save to it.
gitea-mirror 2026-05-05 07:24:59 -06:00
Author
Owner

@netblue30 commented on GitHub (Oct 11, 2017):

The directory on the external hard drive has to be owned by your local user. For example, if you have your external hard drive mounted on /mnt, create a Downloads directory there and change the owner:

$ sudo mkdir /mnt/Downloads
$ sudo chown netblue:netblue /mnt/Downloads

Add the symlink:

$ ln -s /mnt/Downloads ~/Downloads
<!-- gh-comment-id:335928066 --> @netblue30 commented on GitHub (Oct 11, 2017): The directory on the external hard drive has to be owned by your local user. For example, if you have your external hard drive mounted on /mnt, create a Downloads directory there and change the owner: ````` $ sudo mkdir /mnt/Downloads $ sudo chown netblue:netblue /mnt/Downloads ````` Add the symlink: ````` $ ln -s /mnt/Downloads ~/Downloads `````
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1071
No description provided.