Ubuntu Software apps cannot access non-system disks [duplicate]
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
This question already has an answer here:
How to get access to USB-storage from the application installed as Snap?
2 answers
I'm using Ubuntu 18.04.2 x64 installed on an internal SSD. The PC also has internal and external HDDs.
The problem is that any application that has been installed from Ubuntu Software doesn't have access to those HDDs.
E.g., I cannot save any file from Opera to them, and Inkscape cannot open/save the files from/to those HDDs.
I've tried changing the apps' permissions in Ubuntu Software itself but they are never saved.
How can I overcome such issues?
18.04 permissions software-center
marked as duplicate by N0rbert, karel, Eric Carvalho, Charles Green, Fabby Mar 2 at 22:49
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How to get access to USB-storage from the application installed as Snap?
2 answers
I'm using Ubuntu 18.04.2 x64 installed on an internal SSD. The PC also has internal and external HDDs.
The problem is that any application that has been installed from Ubuntu Software doesn't have access to those HDDs.
E.g., I cannot save any file from Opera to them, and Inkscape cannot open/save the files from/to those HDDs.
I've tried changing the apps' permissions in Ubuntu Software itself but they are never saved.
How can I overcome such issues?
18.04 permissions software-center
marked as duplicate by N0rbert, karel, Eric Carvalho, Charles Green, Fabby Mar 2 at 22:49
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1.) Have you mounted the extra drives? if so where? 2.) What is the output when you try to save a file?
– j-money
Feb 25 at 8:56
add a comment |
This question already has an answer here:
How to get access to USB-storage from the application installed as Snap?
2 answers
I'm using Ubuntu 18.04.2 x64 installed on an internal SSD. The PC also has internal and external HDDs.
The problem is that any application that has been installed from Ubuntu Software doesn't have access to those HDDs.
E.g., I cannot save any file from Opera to them, and Inkscape cannot open/save the files from/to those HDDs.
I've tried changing the apps' permissions in Ubuntu Software itself but they are never saved.
How can I overcome such issues?
18.04 permissions software-center
This question already has an answer here:
How to get access to USB-storage from the application installed as Snap?
2 answers
I'm using Ubuntu 18.04.2 x64 installed on an internal SSD. The PC also has internal and external HDDs.
The problem is that any application that has been installed from Ubuntu Software doesn't have access to those HDDs.
E.g., I cannot save any file from Opera to them, and Inkscape cannot open/save the files from/to those HDDs.
I've tried changing the apps' permissions in Ubuntu Software itself but they are never saved.
How can I overcome such issues?
This question already has an answer here:
How to get access to USB-storage from the application installed as Snap?
2 answers
18.04 permissions software-center
18.04 permissions software-center
edited Feb 26 at 5:56
Zanna
51.5k13141244
51.5k13141244
asked Feb 25 at 6:58
NazariiNazarii
11
11
marked as duplicate by N0rbert, karel, Eric Carvalho, Charles Green, Fabby Mar 2 at 22:49
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by N0rbert, karel, Eric Carvalho, Charles Green, Fabby Mar 2 at 22:49
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1.) Have you mounted the extra drives? if so where? 2.) What is the output when you try to save a file?
– j-money
Feb 25 at 8:56
add a comment |
1.) Have you mounted the extra drives? if so where? 2.) What is the output when you try to save a file?
– j-money
Feb 25 at 8:56
1.) Have you mounted the extra drives? if so where? 2.) What is the output when you try to save a file?
– j-money
Feb 25 at 8:56
1.) Have you mounted the extra drives? if so where? 2.) What is the output when you try to save a file?
– j-money
Feb 25 at 8:56
add a comment |
1 Answer
1
active
oldest
votes
I think I've found the root of the problem: it appeared to be snap-packages issue. I've managed to make some apps to work with non-system disks by connecting removable-media plug (but only those apps which have it):
sudo snap connect PACKAGE_NAME:removable-media
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think I've found the root of the problem: it appeared to be snap-packages issue. I've managed to make some apps to work with non-system disks by connecting removable-media plug (but only those apps which have it):
sudo snap connect PACKAGE_NAME:removable-media
add a comment |
I think I've found the root of the problem: it appeared to be snap-packages issue. I've managed to make some apps to work with non-system disks by connecting removable-media plug (but only those apps which have it):
sudo snap connect PACKAGE_NAME:removable-media
add a comment |
I think I've found the root of the problem: it appeared to be snap-packages issue. I've managed to make some apps to work with non-system disks by connecting removable-media plug (but only those apps which have it):
sudo snap connect PACKAGE_NAME:removable-media
I think I've found the root of the problem: it appeared to be snap-packages issue. I've managed to make some apps to work with non-system disks by connecting removable-media plug (but only those apps which have it):
sudo snap connect PACKAGE_NAME:removable-media
answered Feb 25 at 8:02
NazariiNazarii
11
11
add a comment |
add a comment |
1.) Have you mounted the extra drives? if so where? 2.) What is the output when you try to save a file?
– j-money
Feb 25 at 8:56