had trouble writing to a flash drive. checked the permissions, the correct user it there, but the id is root.
when logged in as root and attempt to change permissions i get
Could not modify the ownership of file /media/disk-3. You have insufficient access to the file to perform the change.
now how as root can not have enough permission?
iāve been up and down the forums and google to no avail. poked around in the fstab and even mtab as there are two files, one a lock, that seems to come from mtab.
Been there done that, still no goā¦ the problem isnt the drive, ive tried several others, it is how the system mounts it. something isnt right with the permissions and even as ROOT i cant change the permissions! says they are insufficient
running 11.3 and kde. Linux 2.6.34.7-0.7-default x86_64
to me, it sounds like you have messed up .ICEauthority by letting root
touch itā¦
both the .*authority files must be able to be read by the user ONLYā¦
i guess you logged into KDE or GNOME as root to fix it, right?
ā
DenverD
CAVEAT: http://is.gd/bpoMD
[NNTP posted w/openSUSE 11.3, KDE4.5.5, Thunderbird3.0.11, nVidia
173.14.28 3D, Athlon 64 3000+]
āIt is far easier to read, understand and follow the instructions than
to undo the problems caused by not.ā DD 23 Jan 11
uhm yes and no (i use kde)
the problem is i cannot change the group id. the group id is set to root, and even as root i cannot set it to anything else!
the error message below is what i get in this attempt.
Could not modify the ownership of file /media/disk-3. You have insufficient access to the file to perform the change.
this problem persists i with all flash drives. I have a usb harddrive that works just fine.
Iām still looking to resolve this. something is not right, iām starting to think a bug may have been introduced in mounting the mounting of flash drives.
On Sat, 12 Feb 2011 23:36:02 +0000, AdmiralFubar wrote:
> Could not modify the ownership of file /media/disk-3. You have
> insufficient access to the file to perform the change.
You canāt change it because the drive is mounted - even root canāt change
it when the device is mounted.
The issue is going to be with the automounter that youāre using. Is the
device in the /etc/fstab file on your system? (If it is, itās not the
automounter).
If this is a Windows (or FAT) file system), then you cannot change ownership because the file system does not support it.
You need to give the ownership in the mount command or the fstab entry if mounted from there. If already mounted, you would have to umount, then remount with the owner you want.
some progress with thisā¦it will mount in /mnt location with the correct permissions.
now what has happened to /media for the flash drives? the two harddrives i have there, can have the permissions changed.
i had an odd thing happen several updates ago, somehow the desktop version of the linux kernel was installed. i noticed that pressing esc key during boot to get the boot messages screen now takes much longer to do. not sure if this is related. I had this once before and thought it was something i had carelessly done.