Results 1 to 7 of 7

Thread: see windows hidden files with knoppix

  1. #1
    Junior Member
    Join Date
    Jul 2009
    Posts
    1

    see windows hidden files with knoppix

    Hello
    My stationary compaq Pentium 4 computer has recently crashed. When I start up windows xp it cannot boot into normal, failsafe or the 2 other modes. That is why I have made a Knoppix 5.1.1 LiveCD and have been able to transfer all my pictures and files to an external hard drive. My only problem now is that I had hidden a folder with important files and images in Windows XP, and those I can not find with Knoppix. Another thing that maybe could make it harder to find the folder is that in the hidden folders name is included the letter "æ", because i am from Denmark, dont know if that makes a big deal.
    Hope someone can help me?

  2. #2
    Junior Member
    Join Date
    Aug 2009
    Location
    Sweden
    Posts
    2

    Same problem but slighly different...

    I am using a Knoppix Lunix live cd thing that my friend told me to use because my computer doesn''t work and is giving me blue screens when I try to start it up, even with the safe modes, and the original windows xp home cd I have did nothing to help me...

    I have lots of files with the letters å, ä, and ö in the filenames on several different harddrives, and on all my NTFS drives they seem to have all disappeared, both on the internal and external harddrives that are NTFS drives.

    All similar files with å, ä, and ö in the filenames on my FAT drives, however, show up with a black square (like the diamond in a deck of cards) with a questionmark in them, but I can still see and access those files normally.

    Knoppix is also set to use a US (or UK) layout on the keyboard, so I had to look up those three letters so I could copy&paste them into this post, because when I press the buttons with å, ä, and ö on my keyboard it types out [, ' and ; instead! As you can imagine that helps to complicate things for me ever more.

    So, my question is:

    How can I access the files with å, ä, and ö in the filenames on my NTFS drives?

    I can't save my files unless I can reach them, so I would really appreciate help with enabling files with å, ä, and ö in the filename to be shown in Knoppix, either that or does anyone know of any other OS I can use to access my data by only using my CD-ROM? My friend mentioned something called Ubuntu... but I won't get talk to him again for help for at least another day or two, so any help from you guys would be great. I'm starting to panic because I am not familiar with the technical side of computers.

    Please, help me...

  3. #3
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    DE

    The non-English character issue is a common complaint. Never see it myself so I don't pay much attention to it, but I think I remember seeing someone post recently that he resolved the issue simply by booting into the German version of Knoppix (using the cheat code if you have an EN cd or just booting a DE cd without a cheat code). As I say, I have no real experience with this, just passing along something someone else posted here, so it may or may not work.

  4. #4
    Junior Member
    Join Date
    Aug 2009
    Location
    Sweden
    Posts
    2
    Thank you for quick answer! I will give that a try.

  5. #5
    Senior Member registered user
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    204
    Or if you willing to use command lines to perform the copying, you can use the cp command together with the wild card characters ("*").

    For example, on the directory /photo you have 50 files on it, 30 of them are files containing accent characters on the file name but with the extension .jpg. And you want to copy these 30 files to your external drive mount at /media/sda1

    So all you have to do is to issue the command

    Code:
    $ cp  /photo/*.jpg  /media/sda1
    Or just copy the whole directory content to the external drive

    Code:
    $ cp  /photo/*  /media/sda1
    Then handle all the copied files on another windows box with the external drive plug in.

    Rgds,
    Chip

  6. #6
    Senior Member registered user
    Join Date
    Jun 2005
    Posts
    348
    Just a quick and dumb question. Why not access the Windows drive with Windows? There are live disks that you can create, such as Bart PE or download the Windows PE from Microsoft. You can extract or create the disk image and burn it. It is a live Windows disk that works similarly to Knoppix and will basically read and write to a Windows partition without the risks of using Linux. You should also be able to put the drive in an external enclosure and hook it up to another Windows machine to recover the files. If the drive is corrupted, you have a beter chance of fixing it within Windows than using an unfamiliar OS. Just be sure to use the proper language version of Windows when you create or download the PE disks.

    Here's an old link to some Slackware documentation for configuration in Danish:

    http://slackware.osuosl.org/slackwar...s/Danish-HOWTO

    Since Knoppix is based on Debian, there may be some useful resources here:

    http://www.debian.org/international/Danish/

    Here is a little on The PE disks:

    http://en.wikipedia.org/wiki/Windows...on_Environment

  7. #7
    Junior Member
    Join Date
    Nov 2009
    Posts
    6
    Quote Originally Posted by ckamin
    Just a quick and dumb question. Why not access the Windows drive with Windows? There are live disks that you can create, such as Bart PE or download the Windows PE from Microsoft. You can extract or create the disk image and burn it. It is a live Windows disk that works similarly to Knoppix and will basically read and write to a Windows partition without the risks of using Linux. You should also be able to put the drive in an external enclosure and hook it up to another Windows machine to recover the files. If the drive is corrupted, you have a beter chance of fixing it within Windows than using an unfamiliar OS. Just be sure to use the proper language version of Windows when you create or download the PE disks.

    Here's an old link to some Slackware documentation for configuration in Danish:

    http://slackware.osuosl.org/slackwar...s/Danish-HOWTO

    Since Knoppix is based on Debian, there may be some useful resources here:

    http://www.debian.org/international/Danish/

    Here is a little on The PE disks:

    http://en.wikipedia.org/wiki/Windows...on_Environment
    Yeah, BartPe is better for that than Knoppix, I have found out. You will have to know how to change file/folder PERMISSIONS...
    Make sure you have it to show hidden files! or just stay away from the HawkPe version.

Similar Threads

  1. USING KNOPPIX TO RECOVER WINDOWS FILES?
    By GDASHAFE101 in forum General Support
    Replies: 1
    Last Post: 10-26-2005, 02:48 AM
  2. Is it possible to view MSW hidden files on GNU?
    By Zerro in forum MS Windows & New to Linux
    Replies: 1
    Last Post: 07-24-2004, 08:04 PM
  3. Hidden Partition in Windows XP
    By mbw in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 06-08-2004, 02:37 AM
  4. how to share files between knoppix and windows...
    By npyang in forum General Support
    Replies: 8
    Last Post: 12-18-2003, 09:19 PM
  5. How to copy hidden files use 'cp' command?
    By Omak in forum Customising & Remastering
    Replies: 2
    Last Post: 05-11-2003, 12:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


16GB (2x8GB) Kingston HyperX blu KHX1600C10D3B1/8G PC3-12800U DDR3 1600 picture

16GB (2x8GB) Kingston HyperX blu KHX1600C10D3B1/8G PC3-12800U DDR3 1600

$27.99



4 x Samsung DDR4 16GB 16GB 2Rx4 PC4-2400T-RA1-11-MC0 M393A2G40EB1-CRC 64G total picture

4 x Samsung DDR4 16GB 16GB 2Rx4 PC4-2400T-RA1-11-MC0 M393A2G40EB1-CRC 64G total

$300.00



DDR4 Laptop RAM 4GB 8GB 16GB 32GB 2400 2666 3200 Samsung Hynix picture

DDR4 Laptop RAM 4GB 8GB 16GB 32GB 2400 2666 3200 Samsung Hynix

$66.00



NEW Kingston 8GB DDR4 2666MHz Desktop RAM KCP426NS8/8 PC4-21300 picture

NEW Kingston 8GB DDR4 2666MHz Desktop RAM KCP426NS8/8 PC4-21300

$30.00



A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$21.68



Samsung W03J0009150379F87A 64GB (2x32GB) RAM DDR4 2400MHz CRC0Y picture

Samsung W03J0009150379F87A 64GB (2x32GB) RAM DDR4 2400MHz CRC0Y

$179.99



SK hynix 32GB(4 x 8GB) HMA81GU6JJR8N-VK PC4-2666V DDR4 Desktop RAM - CR337A picture

SK hynix 32GB(4 x 8GB) HMA81GU6JJR8N-VK PC4-2666V DDR4 Desktop RAM - CR337A

$89.95



Crucial DDR3L 16GB 2 x 8GB 1600 MHz PC3L-12800 Laptop RAM Sodimm Memory 1.35V picture

Crucial DDR3L 16GB 2 x 8GB 1600 MHz PC3L-12800 Laptop RAM Sodimm Memory 1.35V

$41.00



G.SKILL Trident Z RGB 16GB (2x8GB) DDR4-3000 DDR4 DIMM RAM F4-3000C16S picture

G.SKILL Trident Z RGB 16GB (2x8GB) DDR4-3000 DDR4 DIMM RAM F4-3000C16S

$70.00



Lot of 2 Kingston Fury 8GB (4x4GB) HX316C10FK2/8 DDR3-1600MHz Ram picture

Lot of 2 Kingston Fury 8GB (4x4GB) HX316C10FK2/8 DDR3-1600MHz Ram

$50.35