Can't Change Permissions in Folder on Harddrive [SOLVED]
Forum rules
Before you post please read how to get help
Before you post please read how to get help
- jackkileen
- Level 1
- Posts: 41
- Joined: Mon Feb 04, 2019 7:58 pm
- Location: Rocky Mtn High; FL Gulf
Can't Change Permissions in Folder on Harddrive [SOLVED]
Hello, I'm trying to move/paste/drag a folder into another harddrive (4 TB drive, NTFS) on my machine with no luck.
I can move files/folders out of that drive but can't move any into it as I get "The destination is read only".
I tried to change the folder permissions for the folder I wanted to move files into but it doesn't "stick".
Some screenshots below...
└─sda2 8:2 0 3.7T 0 part /media/zyoc/4TB Ms
I can move files/folders out of that drive but can't move any into it as I get "The destination is read only".
I tried to change the folder permissions for the folder I wanted to move files into but it doesn't "stick".
Some screenshots below...
└─sda2 8:2 0 3.7T 0 part /media/zyoc/4TB Ms
Last edited by jackkileen on Fri Jan 15, 2021 10:59 am, edited 1 time in total.
No longer need to dual boot Win 10 :)
MINT 20.1 Cinnamon
MINT 20.1 Cinnamon
Re: Can't Change Permissions in Folder on Harddrive
i think you should try opening the file manager as root for thisjackkileen wrote: ↑Wed Jan 13, 2021 10:10 amHello, I'm trying to move/paste/drag a folder into another harddrive (4 TB drive, NTFS) on my machine with no luck.
I can move files/folders out of that drive but can't move any into it as I get "The destination is read only".
just right click in the empty white space beneath folders
then choose the option open as root
then enter your password
a new file manager window will open with elevated privileged
now try changing permissions within this window
now you should be able to change permissions

hope it works for you

hp 250-G6 Notebook PC 15.6"
intel core i3-7020u 4GB DDR4 RAM 1TB Hard Disk (1.5 Yrs old)
Linux Mint 20.1 "Ulyssa"
intel core i3-7020u 4GB DDR4 RAM 1TB Hard Disk (1.5 Yrs old)
Linux Mint 20.1 "Ulyssa"
Re: Can't Change Permissions in Folder on Harddrive
Also search on this forum for "fastboot" and read the very recent posts about that.
- jackkileen
- Level 1
- Posts: 41
- Joined: Mon Feb 04, 2019 7:58 pm
- Location: Rocky Mtn High; FL Gulf
Re: Can't Change Permissions in Folder on Harddrive
Thanks for the replies!
Opening the folder as root and then changing the permissions didn't "stick" either.
Is "fastboot" a Windows thing? I don't have Windows installed anywhere except on a removable USB drive.
Opening the folder as root and then changing the permissions didn't "stick" either.
Is "fastboot" a Windows thing? I don't have Windows installed anywhere except on a removable USB drive.
No longer need to dual boot Win 10 :)
MINT 20.1 Cinnamon
MINT 20.1 Cinnamon
Re: Can't Change Permissions in Folder on Harddrive
Yes, it is a Windows thing. So not your problem.
Re: Can't Change Permissions in Folder on Harddrive
Not necessarily, if that drive has been used on a windows machine with fast start enabled, the filesystem could be locked.
Homebrew i5-8400+GTX1080 Cinnamon 19.0, 3 x Thinkpad T430 Cinnamon 19.0, i7-3632 , i5-3320, i5-3210, Thinkpad T60 19.0 Mate
- jackkileen
- Level 1
- Posts: 41
- Joined: Mon Feb 04, 2019 7:58 pm
- Location: Rocky Mtn High; FL Gulf
Re: Can't Change Permissions in Folder on Harddrive
Yes, that drive was used on a dual boot Windows 10 and LMint 19.3 machine.
If it is locked would I still be able to move files/folders out of the drive, as I can now? (I just can't copy files into that drive)
No longer need to dual boot Win 10 :)
MINT 20.1 Cinnamon
MINT 20.1 Cinnamon
Re: Can't Change Permissions in Folder on Harddrive
Yes, you should be able to copy stuff off - not that I've had this problem, when installing win10 fast start is the second thing I do, the first is turning off auto updates. I'd copy the files off and then reformat it.
Homebrew i5-8400+GTX1080 Cinnamon 19.0, 3 x Thinkpad T430 Cinnamon 19.0, i7-3632 , i5-3320, i5-3210, Thinkpad T60 19.0 Mate
- jackkileen
- Level 1
- Posts: 41
- Joined: Mon Feb 04, 2019 7:58 pm
- Location: Rocky Mtn High; FL Gulf
Re: Can't Change Permissions in Folder on Harddrive
So is there is no way I can access this drive from Linux to files to it?
No longer need to dual boot Win 10 :)
MINT 20.1 Cinnamon
MINT 20.1 Cinnamon
Re: Can't Change Permissions in Folder on Harddrive
Without plugging it into a windows machine, then disabling fast start and shutting down, I don't think you will be able to write to it.
You could try ntfsfix, but I don't think it will fix the problem.
http://manpages.ubuntu.com/manpages/xen ... fix.8.html
You could try ntfsfix, but I don't think it will fix the problem.
http://manpages.ubuntu.com/manpages/xen ... fix.8.html
Homebrew i5-8400+GTX1080 Cinnamon 19.0, 3 x Thinkpad T430 Cinnamon 19.0, i7-3632 , i5-3320, i5-3210, Thinkpad T60 19.0 Mate
- jackkileen
- Level 1
- Posts: 41
- Joined: Mon Feb 04, 2019 7:58 pm
- Location: Rocky Mtn High; FL Gulf
Re: Can't Change Permissions in Folder on Harddrive [SOLVED]
That did the trick, thank you, much appreciated!!!AndyMH wrote: ↑Fri Jan 15, 2021 7:46 amWithout plugging it into a windows machine, then disabling fast start and shutting down, I don't think you will be able to write to it.
You could try ntfsfix, but I don't think it will fix the problem.
http://manpages.ubuntu.com/manpages/xen ... fix.8.html

For future reference, if needed, here's what I did...
Code: Select all
sudo apt install ntfs-3g -y
Code: Select all
sudo ntfsfix /dev/sda2
Last edited by jackkileen on Fri Jan 15, 2021 6:43 pm, edited 1 time in total.
No longer need to dual boot Win 10 :)
MINT 20.1 Cinnamon
MINT 20.1 Cinnamon
Re: Can't Change Permissions in Folder on Harddrive [SOLVED]
Well so much for my pessimism
Did it output anything to tell you what the original problem was?

Did it output anything to tell you what the original problem was?
Homebrew i5-8400+GTX1080 Cinnamon 19.0, 3 x Thinkpad T430 Cinnamon 19.0, i7-3632 , i5-3320, i5-3210, Thinkpad T60 19.0 Mate
- jackkileen
- Level 1
- Posts: 41
- Joined: Mon Feb 04, 2019 7:58 pm
- Location: Rocky Mtn High; FL Gulf
Re: Can't Change Permissions in Folder on Harddrive [SOLVED]
Didn't specify anything just said it ran successfully (sorry I didn't copy the complete results).
No longer need to dual boot Win 10 :)
MINT 20.1 Cinnamon
MINT 20.1 Cinnamon