Questions tagged [read-only]
Questions related to read-only devices or permissions.
446 questions
0
votes
0
answers
52
views
problem with Sony VAIO boot loader options
I messed up here. I had an old Sony Vaio that I wanted to give to a friend. Replaced the HDD with an SDD and was using a USB boot of Ubuntu 24.04 LTS. The USB boot looked great but even after going ...
0
votes
0
answers
78
views
Random reboots & root filesystem remounting read-only — looking for root cause
I’m troubleshooting a persistent issue on a Linux-based system (Ubuntu 20.04, ext4 root filesystem). I’m hoping for help from folks experienced with kernel, storage, or hardware stability issues.
...
1
vote
0
answers
207
views
balenaEtcher made thumb drive a read-only device and no help anywhere has worked
I have read hundreds of posts here and elsewhere but none provided a solution that works to unlock this thumb drive (it is sdo on my system.)
I used balenaEtcher (as suggested by Ubuntu) to put the 24....
3
votes
1
answer
242
views
Make Specific folder to Read only and can not delete files
I am using Ubuntu 22.04. I have one GUI Folder which contains sub folders and files (text , csv , rar etc). The GUI application is only able to modify the files. Only admin users can delete the files. ...
0
votes
0
answers
157
views
I am not allowed to execute any executable within /usr/bin including sudo at Ubuuntu 24.10. How can I resolve this?
Ubuntu 24.10 does not allow to execute at command line nothing within /usr/bin.
If I try chmod -R a+x /usr/bin
It says, for example:
chmod: changing permissions of '/usr/bin/znew': Read-only file ...
0
votes
0
answers
90
views
usb flash drive files are unable to be written to
when i make my usb writeable it works then deletes everything i wrote to it and doesn't empty it's trash ".Trash-1000" can't read files in trash and tried a bunch of commands from google and ...
1
vote
0
answers
101
views
Why is ubuntu shows me read/write error. I've installed it in external SSD
After working sometime on ubuntu 22.04 LTS it freezes and shows this on screen.
1
vote
1
answer
184
views
Why netboot makes all filesystems as readonly!
I have installed ubuntu 22.04 on hdd1 and installed another ubuntu 22.04 on hdd2. Both can boot with no problem. I've installed dhcp, nfs, ntp, pxe, ssh servers on hdd1 and configured them to make ...
8
votes
5
answers
4k
views
Can a "read-only" µSD card be salvaged?
A µSD card that was in a security camera suddenly stopped recording:
Much of the data is gone (not a problem).
The data that is still there is correct and readable.
The card now always mounts as read-...
0
votes
2
answers
391
views
How to paste files in "/usr/share folder" in Ubuntu 22.04 WSL?
To execute a program, I need to paste some files from a Windows folder to a subfolder of /usr/share on Ubuntu 22.04 WSL. However, the /usr folder and its subfolders are read only.
How to fix this ...
0
votes
1
answer
347
views
Read-only in ntfs partition
I use Kubuntu system with several SSD-devices. Most of them use NTFS because I have to use Windows as well.
$ df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 3.2G 3.0M 3.2G ...
1
vote
0
answers
250
views
Formatting a read-only drive
My HP pen drive was once used in crypto mining somewhere (I don't know how). I want to format it to regain space because copying is not allowed in this drive, but I can't do that because it is read-...
0
votes
0
answers
134
views
Why are files read only?
Why are files read only?
My system is dual boot, Ubuntu Ubuntu 20.04.6 LTS, and Windows 10
This problem only started recently, after the last Ubuntu update.
In the morning when I first log in and open ...
0
votes
2
answers
1k
views
Host and fstab file messed up after try to change swap size
I was trying to increase the swap size of my Ubuntu. I, naïve, followed the steps of this answer:
Check the swap that is in use:
sudo swapon -s
If swap partition(s) are found:
sudo swapoff -a
sudo ...
0
votes
0
answers
654
views
How to unmount read-only file system and resize it. Ubuntu 22.04
I need to resize /dev/nvme0n1p1 partition because it takes almost all memory from my SSD. And also I couldn't make dual boot for Windows as second OS, so I need help.
I've tried this commands to ...