LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-11-2004, 10:06 AM   #1
KTLiberty
LQ Newbie
 
Registered: Apr 2004
Posts: 23

Rep: Reputation: 15
Can't see hidden files burned with Windows


Hey,
I have one crazy problem: I was looking through my old CD R's I burned with windows a while ago and realized, that I can't see hidden Files under Fedora Core 2. I can't see it in the Terminal, nor in the File browser.

Has anybody an idea what I can do?

Thanks

KTL
 
Old 08-11-2004, 12:50 PM   #2
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
ummm.. i never known windows's "hidden" files to be that well hidden ..

you sure you typed "ls -a /where/that/cused/window/files/are/on/this/cursed/cdr/??? "
 
Old 08-16-2004, 08:32 AM   #3
KTLiberty
LQ Newbie
 
Registered: Apr 2004
Posts: 23

Original Poster
Rep: Reputation: 15
yeah, I tried it, but it shows me nothing.

Has anybody an idea, what I can do?

Thanks

KTL
 
Old 08-30-2004, 08:06 AM   #4
prdallan
LQ Newbie
 
Registered: Aug 2004
Posts: 2

Rep: Reputation: 0
Try mounting the cd-rom with the "-o unhide" option. As root, type:

mount -t iso9660 -o unhide /dev/cdrom /mnt/cdrom

It should solve your problem. Please give us some feedback, ok?

Regards!

Paulo
 
Old 09-06-2004, 06:57 AM   #5
KTLiberty
LQ Newbie
 
Registered: Apr 2004
Posts: 23

Original Poster
Rep: Reputation: 15
It didn't work:

Quote:
# mount -t iso9660 -o unhide /dev/cdrom /mnt/cdrom mount: block device /dev/cdrom is write-protected, mounting read-only mount: /dev/cdrom already mounted or /mnt/cdrom busy mount: according to mtab, /dev/hdc is already mounted on /mnt/cdrom
Has anybody an idea?


Thanks


KTL

Last edited by KTLiberty; 09-06-2004 at 06:59 AM.
 
Old 09-06-2004, 07:09 AM   #6
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,637

Rep: Reputation: Disabled
Code:
cdrecord -scanbus
shows what?
 
Old 09-06-2004, 08:11 AM   #7
KTLiberty
LQ Newbie
 
Registered: Apr 2004
Posts: 23

Original Poster
Rep: Reputation: 15
Quote:
cdrecord -scanbus
Cdrecord-Clone 2.01a27-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schi lling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to <warly@mandrakesoft.com>.
Note: The author of cdrecord should not be bothered with problems in this versio n.
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.80-RH '@(#)scsi-linux-sg.c 1.80 04/03/08 Copyright 1997 J. Schilling').
scsibus1:
1,0,0 100) 'TOSHIBA ' 'DVD-ROM SD-R2102' '1916' Removable CD-ROM
1,1,0 101) *
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *
Does this help in anyway?

Thanks

KTL
 
Old 09-06-2004, 08:31 AM   #8
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,637

Rep: Reputation: Disabled
Mhm, well, your device is detected (Toshiba, okay) and on secondary master of the IDE-bus, furthermore mtab says it is mounted. So, umount it first, then try the suggestion with the "unhide"-option.

Maybe you can use also
Code:
mount -t iso9660 -o remount,unhide /dev/cdrom /mnt/cdrom
though I am not sure concerning the syntax with the comma (man mount )...
 
Old 09-06-2004, 10:48 AM   #9
KTLiberty
LQ Newbie
 
Registered: Apr 2004
Posts: 23

Original Poster
Rep: Reputation: 15
hm... I tried
Code:
# mount -t iso9660 -o remount,unhide /dev/cdrom /mnt/cdrom
but nothing happened and I still can't see the hidden files



Thanks

KTL
 
Old 09-07-2004, 05:39 AM   #10
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,637

Rep: Reputation: Disabled
Can you see the "normal" files or don't you see nothing at all?
 
Old 09-07-2004, 08:49 AM   #11
KTLiberty
LQ Newbie
 
Registered: Apr 2004
Posts: 23

Original Poster
Rep: Reputation: 15
yeah, I can see normal Files without any problems. The only problems are the hidden files.



Thanks

KTL
 
Old 09-07-2004, 08:53 AM   #12
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,637

Rep: Reputation: Disabled
. I'm at a loss here. As a long shot try this: start K3b (burning program of KDE) and look whether you can see the files there; else I'm fresh out of ideas...
 
Old 09-07-2004, 10:30 AM   #13
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,340

Rep: Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146
How did you create the windows CD? Could this be a CD created with Nero InCD or Roxio DirectCD? If so this uses the UDF filesystem and not ISO9660. If mounted using ISO9660 then you might see a couple of files.
 
Old 09-07-2004, 11:23 AM   #14
homey
Senior Member
 
Registered: Oct 2003
Posts: 3,057

Rep: Reputation: 61
I have some cdroms which I burned with Nero many moons ago. There is a folder which I made hidden on purpose.
When I go to view the cdrom in linux, that folder stays hidden until I do this.....

Unmount the cdrom, then edit the /etc/fstab file to include the unhide option for that cdrom device.
On my box, it looks like this.
Code:
/dev/cdrom              /mnt/cdrom              udf,iso9660 noauto,unhide,owner,kudzu,ro 0 0
Then I remount the cdrom device ( mount /mnt/cdrom ) and the hidden folder shows up.
 
Old 09-07-2004, 12:57 PM   #15
KTLiberty
LQ Newbie
 
Registered: Apr 2004
Posts: 23

Original Poster
Rep: Reputation: 15
hey, it's nearly perfect.

when I'm logged in with gnome it's no problem to see now the hidden files, but I normaly use KDE and konqueror showes nothing and comes up with error messages: "mount: /dev/cdrom already mounted or /mnt/cdrom busy
Please check that the disk is entered correctly."

greetings

KTL
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make .foo files hidden in Windows underdawg General 2 09-23-2005 04:49 PM
home directory files gone, hidden files remain Grasshopper Linux - Security 12 04-10-2005 09:23 PM
Windows XP Hidden files on a DVD Universalpsyko Linux - Newbie 2 02-01-2005 02:31 PM
fips, less space than windows claims, no hidden files? blight2c Linux - Newbie 5 07-12-2002 10:52 PM
reading a cd burned in Windows kaidoggy Linux - General 2 04-07-2002 12:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration