Author Topic: Where do Thumbs.db files come from?  (Read 2476 times)

bb

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • http://
Where do Thumbs.db files come from?
« on: April 19, 2004, 06:04:17 am »
I see some files named Thumbs.db and thumbs.db on my Zaurus SL-C860. I know that some MS Windows programs can leave files named like this, but I also see them in directories where I believe a MS Windows client viewing directories on the Zaurus, could hardly leave such files: in directories under the read-only file system.

Which programs on the Zaurus leave files named like this?
Best regards,
bb
SL-C860, Cacko 1.23 ROM
512MB SanDisk SD, Origo CF WiFi

coburn_c

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • http://
Where do Thumbs.db files come from?
« Reply #1 on: April 19, 2004, 09:38:40 am »
thumbs.db files are created automatically by windows xp.  They contain thumbnail images of all the images in any given directory. annoying? yes useful? quite

omega

  • Hero Member
  • *****
  • Posts: 626
    • View Profile
    • http://
Where do Thumbs.db files come from?
« Reply #2 on: April 19, 2004, 11:11:06 am »
If you don\'t want to see them, then in windows explorer (where you are viewing the files) go to the tools menu and select Tools-]Folder Options] View Tab] Select the box do not cache thumbnails.
Gorgeous C860, 256 Sandisk SD, 1Gig Pretec 40x CF, PDAIR leather case & the really cool retractable iPDA USB sync/charge cable. Powered by PDAXROM BETA 1.

My wish - to have a Command & Conquer style game on my Z! (FREECNC!!!) Simcity 2000 would also be great.

bb

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • http://
Where do Thumbs.db files come from?
« Reply #3 on: April 20, 2004, 03:46:21 am »
Thank your for your answers so far, but I still wonder how come I find a Thumbs.db file in the read-only file system. I cannot believe that an MS Windows client coming through samba has left that file:

root@zaurus:~# find / -name humbs.db | xargs rm --
rm: unable to remove `/usr/QtPalmtop.rom/pics/sljisho/Thumbs.db\': Read-only file system
Best regards,
bb
SL-C860, Cacko 1.23 ROM
512MB SanDisk SD, Origo CF WiFi

tumnus

  • Hero Member
  • *****
  • Posts: 1176
    • View Profile
    • http://www.cpinkney.org.uk
Where do Thumbs.db files come from?
« Reply #4 on: April 20, 2004, 03:51:44 am »
LOL. Maybe the guy in Japan who put that ROM together had a look at the pics using WinXP and didn\'t realise it had created that file

They can be removed from the read-only file system if you want (Be very careful with this!). As root run the following:

mount / -o rw,remount
rm /usr/QtPalmtop.rom/pics/sljisho/Thumbs.db
mount / -o ro,remount

Always remember to do that last mount to protect your ROM again.
# Search the Zaurus Howtos ## Search the Zaurus FAQs ## Find Z software at ELSI #
--------------------
UK SL5500 with Sharp ROM 3.13, SL5600 with Sharp ROM 1.32 - SuSE 9.0 Pro, Windows XP Home
Qualendar for Calendar and Todo
Socket Bluetooth CF Card (Rev F), Kingmax 512MB MMC Card, Palm Tungsten T Stylus,
Pretec CF->Smartmedia Adapter, Semsons Universal Battery Extender

bb

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • http://
Where do Thumbs.db files come from?
« Reply #5 on: April 21, 2004, 11:08:04 am »
Quote
LOL. Maybe the guy in Japan who put that ROM together had a look at the pics using WinXP and didn\'t realise it had created that file
You may be right.
Quote
They can be removed from the read-only file system if you want (Be very careful with this!).
I\'m aware of that. It doesn\'t bother me, though.
Thank you for your answer.
Best regards,
bb
SL-C860, Cacko 1.23 ROM
512MB SanDisk SD, Origo CF WiFi