LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cannot delete file, Read-Only filesystem (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-delete-file-read-only-filesystem-605030/)

ufmale 12-06-2007 04:16 PM

cannot delete file, Read-Only filesystem
 
i have a file a.txt i created on a external hdd. I wanted to delete it, but it complained that it is the "Read-Only filesystem",

So I tried "chomod 755 a.txt", it still complained the same thing.
I don't understand that i created the file, but cannot monify it?

is it has to do something with the external hhd has a ext_3 filesystem?

pljvaldez 12-06-2007 04:18 PM

Maybe you mounted the filesystem read only. Try remounting it read-write.

ufmale 12-06-2007 04:22 PM

works
 
got it. it is because i forgot to include the filesystem
tried $mount -t ext3, then everything just works. :)


All times are GMT -5. The time now is 02:55 PM.