Re: the usage :vmlinuz ,initrid.gz in cdrom directory?

2012-08-05 Thread Camaleón
On Sun, 05 Aug 2012 12:31:44 +0800, 水静流深 wrote:

(please, no html posts, thanks)

 i can install debian from hard disk ,here is my grub configuration.

You mean you can't, right? :-)

 menuentry 'Debian 6.0 from hard disk' { 
 set isofile=(hd0,6)/debian.iso
 loopback loop $isofile
 linux (hd0,6)/vmlinuz
 initrd (hd0,6)/initrd.gz
 }

It can be that you're missing something. Check out these other examples:

http://askubuntu.com/questions/141940/how-to-boot-live-iso-images

 the two  files  :vmlinuz initrid.gz are in the
 http://ftp.debian.org/debian/dists/testing/main/installer-i386/current/images/hd-media/
 
 
 
 
 i want to know what is the usage of the files:vmlinuz initrid.gz in the
 http://ftp.debian.org/debian/dists/testing/main/installer-i386/current/images/cdrom/?

Generally speaking, vmlinuz contains a compressed image of the 
kernel for the CD-ROM ISO installer and initrd.gz is the initial 
ramdisk that allows booting the kernel.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/jvlvsk$kog$1...@dough.gmane.org



the usage :vmlinuz ,initrid.gz in cdrom directory?

2012-08-04 Thread ????????
i can install debian from hard disk ,here is my grub configuration.
menuentry 'Debian 6.0 from hard disk' {
set isofile=(hd0,6)/debian.iso
loopback loop $isofile
linux (hd0,6)/vmlinuz
initrd (hd0,6)/initrd.gz
}


the two  files  :vmlinuz initrid.gz are in the 
http://ftp.debian.org/debian/dists/testing/main/installer-i386/current/images/hd-media/




i want to know what is the usage of the files:vmlinuz initrid.gz in the 
http://ftp.debian.org/debian/dists/testing/main/installer-i386/current/images/cdrom/?

Re: /cdrom directory

2003-02-13 Thread Robert Ewald
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Mittwoch, 12. Februar 2003 19:59 schrieb Bruce Park:
 Debian users,

   I'm having some difficulty regarding accessing an audio cdrom through
 /cdrom directory. I was hoping that someone could help me with this
 problem. Currently, I can access the audio cd through /dev/cdrom. Here are
 some info about the files.
snip
 Data cds mount to /cdrom withouth any problem. Of course I'm not trying to
 mount audio cds but I was able to go to /cdrom using xmms and play the
 appropriate files.

 bp

Hi Bruce,

Heh, I didn't know that it was possible to play audio cd's with xmms. Nice...
But you can't access the files just like that, because there is no filesystem 
on an audio cd. But you might want to try the audio-cd service in the 
konqueror file browser. just enter audiocd:/ there. Then you have virtual 
files of the tracks. These tracks are converted to some file on copying to a 
filesystem.

Robert
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+StM+ILH3kR/OabQRAjWvAJ9pw8WyKeZ3JHCP5/OfghjGyuGAUwCgvUfy
0Ob1Ko7cC+qOw7a/5jchYwE=
=Cjm0
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




/cdrom directory

2003-02-12 Thread Bruce Park
Debian users,

 I'm having some difficulty regarding accessing an audio cdrom through 
/cdrom directory. I was hoping that someone could help me with this problem.
 Currently, I can access the audio cd through /dev/cdrom. Here are some 
info about the files.

bash$ ls -l /cdrom
drwxr-xr-x2 root root 4096 Feb 11 16:46 cdrom

bash$ ls -l /dev/cdrom
lrwxrwxrwx1 root cdrom   3 Feb 11 16:46 /dev/cdrom - hdc

bash$ ls -l /dev/hdc
rw-rw 1 root cdrom 22,   0 Mar 14  2002 /dev/hdc

bash$ id
uid=1000(brock) gid=1000(brock) groups=1000(brock),24(cdrom),29(audio)

Here's my /etc/fstab
# /etc/fstab: static file system information.
#
# file system mount point   type  options   dump  
pass
/dev/hda4   /   ext3errors=remount-ro   0   1
/dev/hda3   noneswapsw  0   0
proc/proc   procdefaults0   0
/dev/fd0/floppy autouser,noauto 0   0
/dev/cdrom  /cdrom  iso9660 ro,user,noauto  0   0

Data cds mount to /cdrom withouth any problem. Of course I'm not trying to 
mount audio cds but I was able to go to /cdrom using xmms and play the 
appropriate files.

bp


_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: /cdrom directory

2003-02-12 Thread Matthew Weier O'Phinney
-- Bruce Park [EMAIL PROTECTED] wrote
(on Wednesday, 12 February 2003, 01:59 PM -0500):
 Debian users,
 
  I'm having some difficulty regarding accessing an audio cdrom through 
 /cdrom directory. I was hoping that someone could help me with this problem.
  Currently, I can access the audio cd through /dev/cdrom. Here are some 
 info about the files.

snip -- info about cdrom mount and device

 Data cds mount to /cdrom withouth any problem. Of course I'm not trying to 
 mount audio cds but I was able to go to /cdrom using xmms and play the 
 appropriate files.

I'm not quite sure what the issue is -- do you feel you should be able
to see the audio files on the disc? You can't -- at least not the last I
tried.

Are you sure you've got xmms' cd audio player plugin? (apt-get install
xmms-cdread) If so, is it enabled? If yes, do you have your
configuration correct? ('Configure' the plugin; make sure the device and
directory are correct, that volume settings are correct, i.e. you either
specify to utilize the OSS mixer or the CDROM drive -- use the latter
only if using headphones.)

If all the above is correct, then... not sure what to say. 

-- 
Matthew Weier O'Phinney
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: /cdrom directory

2003-02-12 Thread David Z Maze
Bruce Park [EMAIL PROTECTED] writes:
   I'm having some difficulty regarding accessing an audio cdrom
   through /cdrom directory.

You don't.  Audio CDs don't have filesystems (typically), and so
there's no way to mount them.

   Currently, I can access the audio cd through /dev/cdrom. Here are
   some info about the files.

What are you really trying to do?

 Data cds mount to /cdrom withouth any problem. Of course I'm not
 trying to mount audio cds but I was able to go to /cdrom using xmms
 and play the appropriate files.

xmms is special that way.  If you're trying to get the audio data
off of the CD, you need a separate program to do that; cdparanoia is
the canonical command-line tool.

Frequently people who want to do this actually want to produced
compressed audio files; I generally use 'abcde' to produce Ogg Vorbis
files from my CDs.  I think the Debian abcde package depends on
everything you need to do this.  (It can also be adapted to use
certain patent-encumbered formats that you might need if you have a
portable audio player, but you need to come up with your own encoder.)

-- 
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
Theoretical politics is interesting.  Politicking should be illegal.
-- Abra Mitchell


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




dselect CDROM directory (was Re: Unidentified subject!)

1997-12-26 Thread David S. Zelinsky
 I have a little problem with the installation of Debian Linux.
 When I start dselect and go to the Access section, I can chose cdrom. My
 drive spinns up and the dialog beginns. But now I could not chose the right
 Directory. Evrytime I do so, dselect says Dir don´t exists. I have checked
 ...

 Well, if it's one of the official CDs, using the directory name /
 should work.  (this will cause dselect to display stuff about
 directories that have two slashes, which looks ugly to me, but it
 works...)
 ...

Try saying . (a single period) instead of / .  It has the same effect, but
avoids the ugly double slashes.


=-=-=-=-=-=-=-=-=-=-=-=
  David S. Zelinsky
[EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .