Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: RudeCat7 on 22 November 2002, 06:04

Title: FREE RHCE LESSONS #3 - mounting
Post by: RudeCat7 on 22 November 2002, 06:04
Which is a valid format for mounting a CD-ROM after a typical Red Hat installation using the "mount" command?

a) mount /dev/cdrom
b) mount /mnt/cdrom
c) mount -t iso9660 /dev/cdrom /mnt/cdrom
d) all of the above?


Well....answer "d" is correct. All should be valid.

[ November 21, 2002: Message edited by: bob ]

[ November 22, 2002: Message edited by: Calum ]

Title: FREE RHCE LESSONS #3 - mounting
Post by: voidmain on 22 November 2002, 06:06
Except there should be a space between "iso9660" and "/dev/cdrom".  (http://smile.gif)