"the permissions of could not be determined" [SOLVED]

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
yigit

"the permissions of could not be determined" [SOLVED]

Post by yigit »

hello everyone...

recently i installed linux mint 17 cinnamon edition onto my hard drive, previously i used to use windows...

my hard drive was seperated into 2 parts: 80 GB and 240 GB...

i did leave the 240 GB partition as NTFS when i was installing linux mint, it was about more than 3 months

i have just formatted this 240 GB partition as ext4 using gparted and nowi got an error...

when i do right click > properties > permissons, i see this: the permissions of could not be determined

and i cant copy or open any single folder or file in that partition...

where have i done wrong? how can i fix it?

thank you very much
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: "the permissions of could not be determined" after refor

Post by austin.texas »

As step 1, double-check the format

Code: Select all

inxi -p
That will also tell you the mount point
Take a look at the ownership:

Code: Select all

ls -l /mountpoint 
(copy the actual mount point)
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
yigit

Re: "the permissions of could not be determined" after refor

Post by yigit »

result of inxi -p

Partition: ID: / size: 76G used: 5.5G (8%) fs: ext4 ID: /media/haluk/back up size: 215G used: 60M (1%) fs: ext4
ID: swap-1 size: 4.00GB used: 0.00GB (0%) fs: swap
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: "the permissions of could not be determined" after refor

Post by austin.texas »

Now

Code: Select all

ls -l /media/haluk/
and

Code: Select all

ls -l /media/haluk/"back up"
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
yigit

Re: "the permissions of could not be determined" after refor

Post by yigit »

somehow i solved the problem...i tried somethings from another tutorials and now tis partition works fine...thank you for your efforts...

but i dont know how to mark as solved the subject
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: "the permissions of could not be determined" after refor

Post by austin.texas »

I am glad you got it worked out !
Please go to your first post, click EDIT, and add [SOLVED] to the title.
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
yigit

Re: "the permissions of could not be determined" after refor

Post by yigit »

i have tried a few things and i am not sure but i guess this command helped me : sudo chown -R username:username /partition/mount-point

sudo chown -R haluk:haluk /media/haluk/backup

thanks for your helps , have a nice day
Locked

Return to “Storage”