Cant acces files on my HDD to upload , download : '/media': Permission denied with Chromium

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I installed Ubuntu(dualboot) with no problems on my ssd , and my hdd (ntsf) is mounted with permission to write and read files on.
I cant acces files on my HDD to upload , even download when the windo to select files is up.
The hdd is located /media/passe2142/Almacenamiento.
sudo chown -R username '/media' and got to change the permision but the problem persist.
Later I tried this:
sudo ntfs-config
(ntfs-config:4763): IBUS-WARNING **: The owner of /home/passe/.config/ibus/bus is not root!
And got this error.
(DONT DO THIS)
I try to use
sudo chown -R passe '/' and it didnt work.
UPDATE
I have reinstall it. The mistake i made was messing with the permissions.
So as you know im a complete noob in this OS.
The issue is that i would like to be able to upload/download files directly from my Hdd.
UPDATE 2
I was using chromium as browser, in firefox there is no problem. I can choose other locations like my hdd. Weird. It also happens if i want to add local files to spotify.
Really sorry for my bad english.
permissions hard-drive chromium downloads upload
add a comment |Â
up vote
0
down vote
favorite
I installed Ubuntu(dualboot) with no problems on my ssd , and my hdd (ntsf) is mounted with permission to write and read files on.
I cant acces files on my HDD to upload , even download when the windo to select files is up.
The hdd is located /media/passe2142/Almacenamiento.
sudo chown -R username '/media' and got to change the permision but the problem persist.
Later I tried this:
sudo ntfs-config
(ntfs-config:4763): IBUS-WARNING **: The owner of /home/passe/.config/ibus/bus is not root!
And got this error.
(DONT DO THIS)
I try to use
sudo chown -R passe '/' and it didnt work.
UPDATE
I have reinstall it. The mistake i made was messing with the permissions.
So as you know im a complete noob in this OS.
The issue is that i would like to be able to upload/download files directly from my Hdd.
UPDATE 2
I was using chromium as browser, in firefox there is no problem. I can choose other locations like my hdd. Weird. It also happens if i want to add local files to spotify.
Really sorry for my bad english.
permissions hard-drive chromium downloads upload
1
Wait, did you really runsudo chown -R passe '/'? If not do not run this command! That will change the ownership of all files and directories on your system to belong to the userpasse, effectively breaking your system.
â terdonâ¦
Mar 18 at 23:32
I run it but it didnt work.
â Mognarok
Mar 18 at 23:35
I'm not sure that I understand well what you are trying to do, and what your expectations are. You are not supposed to write anything to/mediadirectly. This directory should contain a directory for each user mounting/umounting external stuff (memory sticks, etc..) That said,/media/passe/Almacenamientois apparently something that you've plugged in and you can expect being able to read and write from/to that directory. Is that not the case?
â lubumbax
Mar 18 at 23:36
I can use it , but when i tried to download a photo or any kind of file i dont have acces there which is where is located the HDD.
â Mognarok
Mar 18 at 23:39
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I installed Ubuntu(dualboot) with no problems on my ssd , and my hdd (ntsf) is mounted with permission to write and read files on.
I cant acces files on my HDD to upload , even download when the windo to select files is up.
The hdd is located /media/passe2142/Almacenamiento.
sudo chown -R username '/media' and got to change the permision but the problem persist.
Later I tried this:
sudo ntfs-config
(ntfs-config:4763): IBUS-WARNING **: The owner of /home/passe/.config/ibus/bus is not root!
And got this error.
(DONT DO THIS)
I try to use
sudo chown -R passe '/' and it didnt work.
UPDATE
I have reinstall it. The mistake i made was messing with the permissions.
So as you know im a complete noob in this OS.
The issue is that i would like to be able to upload/download files directly from my Hdd.
UPDATE 2
I was using chromium as browser, in firefox there is no problem. I can choose other locations like my hdd. Weird. It also happens if i want to add local files to spotify.
Really sorry for my bad english.
permissions hard-drive chromium downloads upload
I installed Ubuntu(dualboot) with no problems on my ssd , and my hdd (ntsf) is mounted with permission to write and read files on.
I cant acces files on my HDD to upload , even download when the windo to select files is up.
The hdd is located /media/passe2142/Almacenamiento.
sudo chown -R username '/media' and got to change the permision but the problem persist.
Later I tried this:
sudo ntfs-config
(ntfs-config:4763): IBUS-WARNING **: The owner of /home/passe/.config/ibus/bus is not root!
And got this error.
(DONT DO THIS)
I try to use
sudo chown -R passe '/' and it didnt work.
UPDATE
I have reinstall it. The mistake i made was messing with the permissions.
So as you know im a complete noob in this OS.
The issue is that i would like to be able to upload/download files directly from my Hdd.
UPDATE 2
I was using chromium as browser, in firefox there is no problem. I can choose other locations like my hdd. Weird. It also happens if i want to add local files to spotify.
Really sorry for my bad english.
permissions hard-drive chromium downloads upload
permissions hard-drive chromium downloads upload
edited Mar 19 at 3:49
asked Mar 18 at 23:06
Mognarok
233
233
1
Wait, did you really runsudo chown -R passe '/'? If not do not run this command! That will change the ownership of all files and directories on your system to belong to the userpasse, effectively breaking your system.
â terdonâ¦
Mar 18 at 23:32
I run it but it didnt work.
â Mognarok
Mar 18 at 23:35
I'm not sure that I understand well what you are trying to do, and what your expectations are. You are not supposed to write anything to/mediadirectly. This directory should contain a directory for each user mounting/umounting external stuff (memory sticks, etc..) That said,/media/passe/Almacenamientois apparently something that you've plugged in and you can expect being able to read and write from/to that directory. Is that not the case?
â lubumbax
Mar 18 at 23:36
I can use it , but when i tried to download a photo or any kind of file i dont have acces there which is where is located the HDD.
â Mognarok
Mar 18 at 23:39
add a comment |Â
1
Wait, did you really runsudo chown -R passe '/'? If not do not run this command! That will change the ownership of all files and directories on your system to belong to the userpasse, effectively breaking your system.
â terdonâ¦
Mar 18 at 23:32
I run it but it didnt work.
â Mognarok
Mar 18 at 23:35
I'm not sure that I understand well what you are trying to do, and what your expectations are. You are not supposed to write anything to/mediadirectly. This directory should contain a directory for each user mounting/umounting external stuff (memory sticks, etc..) That said,/media/passe/Almacenamientois apparently something that you've plugged in and you can expect being able to read and write from/to that directory. Is that not the case?
â lubumbax
Mar 18 at 23:36
I can use it , but when i tried to download a photo or any kind of file i dont have acces there which is where is located the HDD.
â Mognarok
Mar 18 at 23:39
1
1
Wait, did you really run
sudo chown -R passe '/'? If not do not run this command! That will change the ownership of all files and directories on your system to belong to the user passe, effectively breaking your system.â terdonâ¦
Mar 18 at 23:32
Wait, did you really run
sudo chown -R passe '/'? If not do not run this command! That will change the ownership of all files and directories on your system to belong to the user passe, effectively breaking your system.â terdonâ¦
Mar 18 at 23:32
I run it but it didnt work.
â Mognarok
Mar 18 at 23:35
I run it but it didnt work.
â Mognarok
Mar 18 at 23:35
I'm not sure that I understand well what you are trying to do, and what your expectations are. You are not supposed to write anything to
/media directly. This directory should contain a directory for each user mounting/umounting external stuff (memory sticks, etc..) That said, /media/passe/Almacenamiento is apparently something that you've plugged in and you can expect being able to read and write from/to that directory. Is that not the case?â lubumbax
Mar 18 at 23:36
I'm not sure that I understand well what you are trying to do, and what your expectations are. You are not supposed to write anything to
/media directly. This directory should contain a directory for each user mounting/umounting external stuff (memory sticks, etc..) That said, /media/passe/Almacenamiento is apparently something that you've plugged in and you can expect being able to read and write from/to that directory. Is that not the case?â lubumbax
Mar 18 at 23:36
I can use it , but when i tried to download a photo or any kind of file i dont have acces there which is where is located the HDD.
â Mognarok
Mar 18 at 23:39
I can use it , but when i tried to download a photo or any kind of file i dont have acces there which is where is located the HDD.
â Mognarok
Mar 18 at 23:39
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Try running the following command:
sudo usermod -a -G plugdev,cdrom passe
Restart and see if it works now.
What that will do?
â Mognarok
Mar 19 at 1:48
That command will as the root user need to change with the cdrom group for accessing cdroms and the plugdev group which allows you to mount filesystems which is what you are were orginally attempting to do before changing ownership of your system files.
â ianorlin
Mar 19 at 2:20
The hdd is mounted and i can move files , create folder, etc . For example i just recorded an mp3 file and save it on the hdd. Then i was trying to upload it to wassapweb and i coudnt acces /media/user/drive. I have to move it to the ssd and then upload it.
â Mognarok
Mar 19 at 2:35
It didn't work, I still cant get acces to hdd from the window to select files.
â Mognarok
Mar 19 at 3:03
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Try running the following command:
sudo usermod -a -G plugdev,cdrom passe
Restart and see if it works now.
What that will do?
â Mognarok
Mar 19 at 1:48
That command will as the root user need to change with the cdrom group for accessing cdroms and the plugdev group which allows you to mount filesystems which is what you are were orginally attempting to do before changing ownership of your system files.
â ianorlin
Mar 19 at 2:20
The hdd is mounted and i can move files , create folder, etc . For example i just recorded an mp3 file and save it on the hdd. Then i was trying to upload it to wassapweb and i coudnt acces /media/user/drive. I have to move it to the ssd and then upload it.
â Mognarok
Mar 19 at 2:35
It didn't work, I still cant get acces to hdd from the window to select files.
â Mognarok
Mar 19 at 3:03
add a comment |Â
up vote
0
down vote
Try running the following command:
sudo usermod -a -G plugdev,cdrom passe
Restart and see if it works now.
What that will do?
â Mognarok
Mar 19 at 1:48
That command will as the root user need to change with the cdrom group for accessing cdroms and the plugdev group which allows you to mount filesystems which is what you are were orginally attempting to do before changing ownership of your system files.
â ianorlin
Mar 19 at 2:20
The hdd is mounted and i can move files , create folder, etc . For example i just recorded an mp3 file and save it on the hdd. Then i was trying to upload it to wassapweb and i coudnt acces /media/user/drive. I have to move it to the ssd and then upload it.
â Mognarok
Mar 19 at 2:35
It didn't work, I still cant get acces to hdd from the window to select files.
â Mognarok
Mar 19 at 3:03
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Try running the following command:
sudo usermod -a -G plugdev,cdrom passe
Restart and see if it works now.
Try running the following command:
sudo usermod -a -G plugdev,cdrom passe
Restart and see if it works now.
answered Mar 18 at 23:49
lubumbax
1765
1765
What that will do?
â Mognarok
Mar 19 at 1:48
That command will as the root user need to change with the cdrom group for accessing cdroms and the plugdev group which allows you to mount filesystems which is what you are were orginally attempting to do before changing ownership of your system files.
â ianorlin
Mar 19 at 2:20
The hdd is mounted and i can move files , create folder, etc . For example i just recorded an mp3 file and save it on the hdd. Then i was trying to upload it to wassapweb and i coudnt acces /media/user/drive. I have to move it to the ssd and then upload it.
â Mognarok
Mar 19 at 2:35
It didn't work, I still cant get acces to hdd from the window to select files.
â Mognarok
Mar 19 at 3:03
add a comment |Â
What that will do?
â Mognarok
Mar 19 at 1:48
That command will as the root user need to change with the cdrom group for accessing cdroms and the plugdev group which allows you to mount filesystems which is what you are were orginally attempting to do before changing ownership of your system files.
â ianorlin
Mar 19 at 2:20
The hdd is mounted and i can move files , create folder, etc . For example i just recorded an mp3 file and save it on the hdd. Then i was trying to upload it to wassapweb and i coudnt acces /media/user/drive. I have to move it to the ssd and then upload it.
â Mognarok
Mar 19 at 2:35
It didn't work, I still cant get acces to hdd from the window to select files.
â Mognarok
Mar 19 at 3:03
What that will do?
â Mognarok
Mar 19 at 1:48
What that will do?
â Mognarok
Mar 19 at 1:48
That command will as the root user need to change with the cdrom group for accessing cdroms and the plugdev group which allows you to mount filesystems which is what you are were orginally attempting to do before changing ownership of your system files.
â ianorlin
Mar 19 at 2:20
That command will as the root user need to change with the cdrom group for accessing cdroms and the plugdev group which allows you to mount filesystems which is what you are were orginally attempting to do before changing ownership of your system files.
â ianorlin
Mar 19 at 2:20
The hdd is mounted and i can move files , create folder, etc . For example i just recorded an mp3 file and save it on the hdd. Then i was trying to upload it to wassapweb and i coudnt acces /media/user/drive. I have to move it to the ssd and then upload it.
â Mognarok
Mar 19 at 2:35
The hdd is mounted and i can move files , create folder, etc . For example i just recorded an mp3 file and save it on the hdd. Then i was trying to upload it to wassapweb and i coudnt acces /media/user/drive. I have to move it to the ssd and then upload it.
â Mognarok
Mar 19 at 2:35
It didn't work, I still cant get acces to hdd from the window to select files.
â Mognarok
Mar 19 at 3:03
It didn't work, I still cant get acces to hdd from the window to select files.
â Mognarok
Mar 19 at 3:03
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1017129%2fcant-acces-files-on-my-hdd-to-upload-download-media-permission-denied-wi%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Wait, did you really run
sudo chown -R passe '/'? If not do not run this command! That will change the ownership of all files and directories on your system to belong to the userpasse, effectively breaking your system.â terdonâ¦
Mar 18 at 23:32
I run it but it didnt work.
â Mognarok
Mar 18 at 23:35
I'm not sure that I understand well what you are trying to do, and what your expectations are. You are not supposed to write anything to
/mediadirectly. This directory should contain a directory for each user mounting/umounting external stuff (memory sticks, etc..) That said,/media/passe/Almacenamientois apparently something that you've plugged in and you can expect being able to read and write from/to that directory. Is that not the case?â lubumbax
Mar 18 at 23:36
I can use it , but when i tried to download a photo or any kind of file i dont have acces there which is where is located the HDD.
â Mognarok
Mar 18 at 23:39