2nd hdd permissions  [Solved]

Message
Author
in2media
Posts: 60
Joined: Mon Feb 19, 2018 5:09 pm

2nd hdd permissions

#1 Post by in2media »

my laptop has 2 internal hdds, ive installed mx linux 21 on the 1st hdd and the second is my business accounts save space.
but when i try enter the save hdd its owned by root. i cant change the permissions or anything.

any help appreciated
win 7 pc, lubuntu 17.10 on compaq pressario, mx 17 on inspiron 1545.
samsung 700g7c mx17
registered linux user number 625675
linux is a way of life
otmapp wwwc krazies and kattle and the krew

User avatar
Buck Fankers
Posts: 767
Joined: Sat Mar 10, 2018 8:06 pm

Re: 2nd hdd permissions  [Solved]

#2 Post by Buck Fankers »

frenzy67 wrote: Thu Oct 21, 2021 6:48 pm my laptop has 2 internal hdds, ive installed mx linux 21 on the 1st hdd and the second is my business accounts save space.
but when i try enter the save hdd its owned by root. i cant change the permissions or anything.
You didn't provide enough information. What have you tried, that didn't let you change permission? What command did you use? What is error msg you got? Etc... you get my drift.

Generally, command for gaining access as user is like this:
In example bellow, 'me' is user and disk is mounted as: /media/me/backup/

Code: Select all

sudo chown -R $USER:$USER /media/me/backup/ 
Hope this works for you

in2media
Posts: 60
Joined: Mon Feb 19, 2018 5:09 pm

Re: 2nd hdd permissions

#3 Post by in2media »

i just tried in file manager as only just learning command line etc
win 7 pc, lubuntu 17.10 on compaq pressario, mx 17 on inspiron 1545.
samsung 700g7c mx17
registered linux user number 625675
linux is a way of life
otmapp wwwc krazies and kattle and the krew

User avatar
Buck Fankers
Posts: 767
Joined: Sat Mar 10, 2018 8:06 pm

Re: 2nd hdd permissions

#4 Post by Buck Fankers »

frenzy67 wrote: Thu Oct 21, 2021 7:14 pm i just tried in file manager as only just learning command line etc
Yes, additional drives will not be available to user until you give user permission for that drive as per upper command. If you use proper path to your drive, (you need to adjust it from mine) it should work. I forgot to mention, it is useful to restart computer after running command I gave you.

Come back and let us know if it worked for you.

in2media
Posts: 60
Joined: Mon Feb 19, 2018 5:09 pm

Re: 2nd hdd permissions

#5 Post by in2media »

still got to input root password to enter drive
win 7 pc, lubuntu 17.10 on compaq pressario, mx 17 on inspiron 1545.
samsung 700g7c mx17
registered linux user number 625675
linux is a way of life
otmapp wwwc krazies and kattle and the krew

Post Reply

Return to “Hardware /Configuration”