Since 2006 I have had a LEXMARK JumpDrive, small 128 MB USB stick. When visiting BelgiumHolland and Scandinavia for 3 months, this was hanging around my neck with personal details and passwords etc. This is formatted FAT16/VFAT so it could be read in almost any computer.
On this drive there is a text file holding many many registration details of more general nature, easy to get to. The file gets regular use when new registrations made to various items. I think it was in the last two months I noticed I can read the file but I also get
Recovery message in Kwrite. Recovery message claim that file not shut down properly. The file is opened from user Dolphin, looking at properties in Dolphin, permissions
gert:root which probably is ok. What has me concerned, the file is also marked as
executableWhen opened and
Recovery message shows, for some reason the file content now is two identical copies, using
recover option deletes the extra copy. The file then looks fine. When I now want to close the file however, I can not do this. I don't have Authority

.
Confusion reigns, let me show some details:
[root@localhost gert]# fdisk -l
......................
...........
Disk /dev/sdd: 128 MB, 128974848 bytes
8 heads, 32 sectors/track, 984 cylinders, total 251904 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xb867ac45
Device Boot Start End Blocks Id System
/dev/sdd1 * 32 250623 125296 6 FAT16
[root@localhost gert]#
cfdisk (util-linux-ng 2.18)
Disk Drive: /dev/sdd
Size: 128974848 bytes, 128 MB
Heads: 8 Sectors per Track: 32 Cylinders: 984
Name Flags Part Type FS Type [Label] Size (MB)
-------------------------------------------------------------------------------------
sdd1 Boot Primary vfat [LEXAR MEDIA] 128.32
Pri/Log Free Space 0.66
Going to do some Konsole work. USB stick not mounted in Dolphin any longer:
[root@localhost gert]# mount -t vfat /dev/sdd1 /here
[root@localhost gert]#
Checking what is mounted:
[root@localhost gert]# mount
/dev/sdb8 on / type ext3 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
gvfs-fuse-daemon on /home/gert/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=gert)
/dev/sdd1 on /here type vfat (rw)
[root@localhost gert]#
Hmmm, well the stick is mounted on
/here as intended. Almost habitually I use
/here and /there
as help directories (Old-Polack's influence)
[gert@localhost ~]$ ls -l /here
total 1720
drwxr-xr-x 3 root root 2048 Aug 31 2007 000848739Jose-000877809Gert/
-rwxr-xr-x 1 root root 610 Nov 7 09:50 0-Font_Danish_Character_Problem.txt*
drwxr-xr-x 7 root root 4096 Nov 7 14:29 0-Holding/
.................
..........
[gert@localhost ~]$
[gert@localhost ~]$ ls -l /here/0-Holding/
total 2258
................................
..........
-rwxr-xr-x 1 root root 79846 Dec 8 2011 !!!!!_Reference_080613 .glk*
-rwxr-xr-x 1 root root 83209 Nov 7 09:58 !!!!!_Reference_111204----080613 .glk*
.................
......
[gert@localhost ~]$
1.. the file name of course is rather bad I guess
!!!!!_Reference_111204----080613 .glk2.. all the files marked as executable
3.. it is not all files that is causing trouble
As this seems to indicate the file is owner:group root:root, then user gert will have trouble writing to the file.??
Last night once directories just disappeared when using Dolphin for navigation, my hearbeat changed when I saw that, quickly using an XP machine showed all ok. that was when I went to work more with the konsole.
Some pointers would be most welcome. I seem to have forgotten what a USB stick should look like permission wise.