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
2nd hdd permissions [Solved]
2nd hdd permissions
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
samsung 700g7c mx17
registered linux user number 625675
linux is a way of life
otmapp wwwc krazies and kattle and the krew
- Buck Fankers
- Posts: 767
- Joined: Sat Mar 10, 2018 8:06 pm
Re: 2nd hdd permissions [Solved]
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.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.
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/
Re: 2nd hdd permissions
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
samsung 700g7c mx17
registered linux user number 625675
linux is a way of life
otmapp wwwc krazies and kattle and the krew
- Buck Fankers
- Posts: 767
- Joined: Sat Mar 10, 2018 8:06 pm
Re: 2nd hdd permissions
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.frenzy67 wrote: Thu Oct 21, 2021 7:14 pm i just tried in file manager as only just learning command line etc
Come back and let us know if it worked for you.
Re: 2nd hdd permissions
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
samsung 700g7c mx17
registered linux user number 625675
linux is a way of life
otmapp wwwc krazies and kattle and the krew