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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
08-11-2004, 10:06 AM
|
#1
|
LQ Newbie
Registered: Apr 2004
Posts: 23
Rep:
|
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
|
|
|
08-11-2004, 12:50 PM
|
#2
|
Senior Member
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038
Rep:
|
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/??? "
|
|
|
08-16-2004, 08:32 AM
|
#3
|
LQ Newbie
Registered: Apr 2004
Posts: 23
Original Poster
Rep:
|
yeah, I tried it, but it shows me nothing.
Has anybody an idea, what I can do?
Thanks
KTL
|
|
|
08-30-2004, 08:06 AM
|
#4
|
LQ Newbie
Registered: Aug 2004
Posts: 2
Rep:
|
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
|
|
|
09-06-2004, 06:57 AM
|
#5
|
LQ Newbie
Registered: Apr 2004
Posts: 23
Original Poster
Rep:
|
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.
|
|
|
09-06-2004, 07:09 AM
|
#6
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,637
Rep:
|
|
|
|
09-06-2004, 08:11 AM
|
#7
|
LQ Newbie
Registered: Apr 2004
Posts: 23
Original Poster
Rep:
|
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
|
|
|
09-06-2004, 08:31 AM
|
#8
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,637
Rep:
|
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 )...
|
|
|
09-06-2004, 10:48 AM
|
#9
|
LQ Newbie
Registered: Apr 2004
Posts: 23
Original Poster
Rep:
|
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
|
|
|
09-07-2004, 05:39 AM
|
#10
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,637
Rep:
|
Can you see the "normal" files or don't you see nothing at all?
|
|
|
09-07-2004, 08:49 AM
|
#11
|
LQ Newbie
Registered: Apr 2004
Posts: 23
Original Poster
Rep:
|
yeah, I can see normal Files without any problems. The only problems are the hidden files.
Thanks
KTL
|
|
|
09-07-2004, 08:53 AM
|
#12
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,637
Rep:
|
. 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...
|
|
|
09-07-2004, 10:30 AM
|
#13
|
Moderator
Registered: Aug 2002
Posts: 26,340
|
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.
|
|
|
09-07-2004, 11:23 AM
|
#14
|
Senior Member
Registered: Oct 2003
Posts: 3,057
Rep:
|
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.
|
|
|
09-07-2004, 12:57 PM
|
#15
|
LQ Newbie
Registered: Apr 2004
Posts: 23
Original Poster
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 09:36 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|