Results 11 to 20 of 20
I get the error "Cannot remove 'image00627.jpg':Read only file system"
You should be able to right-click the icon on your desktop that represents Windows. Some of the options are going ...
- 11-17-2008 #11
You should be able to right-click the icon on your desktop that represents Windows. Some of the options are going to be along the lines of "Change permissions" or something to that effest. It might even be "Change Read/Write mode". When you find the right one, you'll have a pop-up dialog box that will ask you to confirm making the the partition writable.I get the error "Cannot remove 'image00627.jpg':Read only file system"Jay
New users, read this first.
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 12-03-2008 #12Just Joined!
- Join Date
- Oct 2008
- Posts
- 9
Jay,
I tried again, but can't seem to get the correct syntax to drill down to the file I want to delete. I can go to the file using gui, but when I try to type in the path in the command prompt, I must be doing it wrong, because it keeps giving me an error message that the path is not found. The issue seems to be how to type in "documents and settings" and other multiple work folder names in a syntax that Knoppix recognizes.........Can you help with that?
- 12-03-2008 #13
Since you can navigate to the file in the GUI, are you able to remove it from there? Or does it throw the 'Permissions' error?
Jay
New users, read this first.
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 12-06-2008 #14Just Joined!
- Join Date
- Oct 2008
- Posts
- 9
Jay,
I'm sorry it has taken me so long to reply, this has been a very busy month.
I mount the drive, then change permissions on the drive to Read-Write for everyone, navigate to the file I want to delete & check permissions & it only has Read. So I change the permissions on that file also, then when I try to delete it, I get the permissions error again.
- 12-06-2008 #15
Maybe these will help:
First...

Then...

After that, navigate to your files/folders...

If you get an error message about permissions while in the File Manager, open a terminal and executeIt may take you a while, but just take note of the path listed in the Location bar of Konqueror to move along to the correct path in terminal.Code:sudo rm <file_name>
Jay
New users, read this first.
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 12-06-2008 #16Just Joined!
- Join Date
- Oct 2008
- Posts
- 9
Jay,
I don't get the second screen that you showed. It never asks that question.
- 12-07-2008 #17
What I did to get that is (in my example of /dev/hda7):
First, Mount drive
Change privileges as shown in shot#1...
Right-click on icon for /dev/hda7, select Change Read/Write Mode
You will get Shot#2Jay
New users, read this first.
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 12-07-2008 #18
Open Terminal/Konsole and execute this
Post output here.Code:cat /etc/fstab df -h
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-15-2008 #19Just Joined!
- Join Date
- Oct 2008
- Posts
- 9
Jay,
I don't get the second screen, the comfirmation of permission change when I try to change the permission. When I click the OK button on the first screen, that is all that happens, nothing else appears, and the permissions are not changed on the files.
- 12-15-2008 #20
Odd... but not a major problem. Did you select Change Read/Write Mode after right-clicking the desktop icon?
Let's try it from a terminal. Open a terminal, executeThis should make the Windows directory and mount it. See if you can do anything then.Code:sudo mkdir /mnt/windows sudo mount -t ntfs /dev/hda1 /mnt/windows
Jay
New users, read this first.
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


Reply With Quote
