Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
|
 |
01-24-2005, 08:54 AM
|
#1
|
LQ Newbie
Registered: Dec 2004
Posts: 11
Rep:
|
image file mounting
how can i mount an image *.ngr type
|
|
|
01-24-2005, 10:36 AM
|
#2
|
LQ Guru
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018
Rep:
|
I don't know what kind of file that is, but as long as it contains a filesystem image, you can mount it using the loopback device.
|
|
|
01-24-2005, 10:41 AM
|
#3
|
Member
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893
Rep:
|
It's Nero image.
_____________
Oh, no, I'm blind. *.nrg is nero's.
Last edited by kornerr; 01-24-2005 at 10:42 AM.
|
|
|
01-24-2005, 10:06 PM
|
#4
|
LQ Newbie
Registered: Dec 2004
Posts: 11
Original Poster
Rep:
|
its a nero image of a cd that i had
|
|
|
01-24-2005, 10:20 PM
|
#5
|
Senior Member
Registered: Mar 2003
Location: Brisbane Queensland Australia
Distribution: Custom Debian Live ISO's
Posts: 1,291
Rep:
|
If the image files is in your home folder, just make a new folder then mount the image to it
mkdir foldername
mount imagename.ngr foldername -o loop
Hope this helps
|
|
|
01-25-2005, 12:48 AM
|
#6
|
LQ Newbie
Registered: Dec 2004
Posts: 11
Original Poster
Rep:
|
this is what i got
mount: you must specify the filesystem type
then i tried
mount chanana.nrg mount -o loop -t fat32
and i got
mount: fs type fat32 not supported by kernel
i even tried ext3 fs but it didnt work
|
|
|
01-25-2005, 01:06 AM
|
#7
|
LQ Newbie
Registered: Dec 2004
Location: istanbul-turkey
Posts: 3
Rep:
|
I don't think you are using using the right filesystem type. I am not sure but you may try iso9660 instead of fat32 or ext3.
|
|
|
01-26-2005, 06:12 AM
|
#9
|
Senior Member
Registered: Mar 2003
Location: Brisbane Queensland Australia
Distribution: Custom Debian Live ISO's
Posts: 1,291
Rep:
|
Quote:
Originally posted by cchanana
this is what i got
mount: you must specify the filesystem type
then i tried
mount chanana.nrg mount -o loop -t fat32
and i got
mount: fs type fat32 not supported by kernel
i even tried ext3 fs but it didnt work
|
ok obviously has to be a .iso file to mount, sorry never had to mount a nero image before. I'm not sure how hard it is to convert a .nrg file to an .iso, if that's too much trouble, maybe burn the .nrg file with a windoze machine, then use K3B to create an .iso file from the cd and then mount it.
|
|
|
01-26-2005, 06:24 AM
|
#10
|
LQ Guru
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018
Rep:
|
Quote:
Originally posted by fotoguy
ok obviously has to be a .iso file to mount, sorry never had to mount a nero image before.
|
It shouldn't have to be an .iso, necessarily; I've mounted ext2 and other filesystem images using loopback with no problem. But I also don't know if this Nero thing is even a filesystem; it could just be some structure that somehow holds all the files, but isn't a filesystem (like a .zip archive, sorta). I really don't know, though; see if you can do some research about whether it's an actual filesystem, and if so, what kind.
If it's _not_ a filesystem, then you may be able to open it some other way. If it's an archive of some kind, for example, you might just be able to extract the files you need.
|
|
|
All times are GMT -5. The time now is 11:58 AM.
|
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
|
|