29 June 2009
By admin
To do so first login as a root user.
Let us assume the iso image name is disk-test.iso
Step # 1: First you need to create a directory /mnt/iso
# mkdir /mnt/iso
Step # 2: mount the iso image to directory /mnt/iso
# mount -o loop disk-test.iso /mnt/iso
Step # 3: To view the mounted iso image data
# cd /mnt/iso
29 June 2009
By admin
Unlike Windows Vista or XP, Linux doesn’t have to separately install Nero Burning ROM or CD image writer if you plan to create an ISO image to backup a CD or a DVD.
The standard dd command is available in linux to do this job.
Do not mount CD. Verify if cd is mounted or not with mount command:
#mount
If the cd is mounted automatically unmount the cd using the unmount command:
#umount /dev/cdrom
Check the exact location where the cd is mounted to unmount it.
Now once the cd is unmounted we can create an ISO image of it using the dd command
30 May 2009
By admin
Download the latest version of the Real Player from:
http://www.real.com/linux
OR
Download the latest version of the player depending on the OS from
https://player.helixcommunity.org/Image:2005/downloads
Installation Instructions using rpm
1. login as root
2. run the rpm command to install the realplayer.
$ rpm -ivh RealPlayer11Gold.rpm