This laptop has one hard disk with two partitions. One of them has a bunch of data. I can’t delete the data at all, dolphin(the file manager) gives a “not enough permissions error”. When I try to delete stuff with rm it displays this:

rm: cannot remove ‘filename’: Read-only file system

What do I do?

EDIT: I backed up the data and reformatted the partition. This completely broke my install and fedora wouldn’t open at all. I popped in a live USB, backed up some other stuff and I am reinstalling fedora right now (writing this from the live installer :P)

  • noodles@sh.itjust.works
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    11 hours ago

    Try ntfsfix command

    lsblk

    This command will list your drives find the ntfs partition it will be something like: /dev/sda1 Then run ntfsfix on that partition as root

    sudo ntfsfix /dev/sda1

    If you still boot windows you should disable fast startup it can cause this issue, Good luck!