LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Folder has become database! (https://www.linuxquestions.org/questions/slackware-14/folder-has-become-database-4175455493/)

Bazzaah 03-25-2013 07:23 AM

Folder has become database!
 
I have - or had - a folder in ~ called Pictures where I keep RAW files before I process them.

I wanted to download some from the camera but I just noticed that the folder has become a database - any ideas how I can turn it back into a folder? I'm guessing it would have happened while one of my sons was randomly bashing the keyboard. Very weird.

Thanks for any help

pan64 03-25-2013 07:34 AM

what does it mean? How could it become a database? What kind of database? How do you know it is a database?

Bazzaah 03-25-2013 08:44 AM

I wish I knew - here's a shot from the Properties dialogue. It's not strictly speaking a database but it's been wrapped up like a sqldump I think.

http://dl.dropbox.com/u/78885605/Scr...%3A28%3A51.png

michaelslack 03-25-2013 06:47 PM

It may just be that a file in that folder has a certain extension that makes the file manager think it is an SQLite database. Googling I found http://www.sqlite.org/fileformat.html but it is not very illuminating.

If you open a terminal and cd to there and do ls or ls -l or ls -al, does it look like a regular directory?

Michael

Didier Spaier 03-25-2013 06:58 PM

What says "file Pictures"?

Bazzaah 03-26-2013 04:39 AM

Quote:

Originally Posted by Didier Spaier (Post 4918777)
What says "file Pictures"?

It says;

Pictures: SQLite 3.x database

Bazzaah 03-26-2013 04:41 AM

Quote:

Originally Posted by michaelslack (Post 4918772)
It may just be that a file in that folder has a certain extension that makes the file manager think it is an SQLite database. Googling I found http://www.sqlite.org/fileformat.html but it is not very illuminating.

If you open a terminal and cd to there and do ls or ls -l or ls -al, does it look like a regular directory?

Michael

I don't think so - it contained RAW and pngs.

The ls -a and similar just return the value Pictures.

Didier Spaier 03-26-2013 04:47 AM

Quote:

Originally Posted by Bazzaah (Post 4919040)
It says;

Pictures: SQLite 3.x database

Then I'd try to open it with sqlite3.

Bazzaah 03-26-2013 04:54 AM

Quote:

Originally Posted by michaelslack (Post 4918772)
It may just be that a file in that folder has a certain extension that makes the file manager think it is an SQLite database. Googling I found http://www.sqlite.org/fileformat.html but it is not very illuminating.

If you open a terminal and cd to there and do ls or ls -l or ls -al, does it look like a regular directory?

Michael

Thanks - it's such a weird problem that I think I'll just delete the folder-cum-database and pretend it never happened! I think I have the pictures backed up.

First I'll see if I can find a way of reading what's on there.

Bazzaah 03-26-2013 06:34 AM

Yep, all backed up - I don't see any useful learning experience from this one so I'll discard the errant database I think.

Thanks for your help though people, much appreciated.

rknichols 03-26-2013 10:10 AM

It would be a good idea to force an fsck of that filesystem. Directories don't somehow turn into ordinary files without leaving a mess behind.

commandlinegamer 03-26-2013 10:45 AM

Quote:

Originally Posted by rknichols (Post 4919223)
It would be a good idea to force an fsck of that filesystem. Directories don't somehow turn into ordinary files without leaving a mess behind.

Furthermore, check for bad blocks on the hard disk, and a memtest wouldn't be out of place either.

Bazzaah 03-27-2013 03:29 AM

Thanks both of you - tests suggest that the partition is OK.


All times are GMT -5. The time now is 06:23 PM.