I’ve had a little trouble reading a VCD on my computer tonight.
People using Mac OS X or Win XP might know that the simplest steps if your VCD is not recognised by your VCD playing tools is to simply copy the biggest of the *.DAT files on the VCD to your desktop and rename it to *.mpg to play it.
Well…apparently under ubuntu Fesity, it’s still not the case. But I found a nice way to do it though
- Install CDFS
- get the source files from http://www.elis.ugent.be/~ronsse/cdfs/download/
- unzip the archive and open it with a terminal window
- ALT+F2
- type bash
- check the “run in terminal” box
- press OK
- then type “cd ” and drag-drop the folder where you extracted the file
- finally press enter
- install the sources
- in the same terminal window as above type:
- make
- sudo make install
- sudo insmod cdfs.ko
- in the same terminal window as above type:
- remount the CD
- in the same terminal window (after having inserted the VCD)
- sudo umount /dev/scd0
- sudo mount -t cdfs /dev/scd0 /media/cdrom
- You may now access the CD from /media/cdrom (from nautilus: CTRL+L, then type /media/cdrom)
You will see that you will have each *.dat file already renamed to a *.mpg file. You can now drag-drop it wherever you want
- in the same terminal window (after having inserted the VCD)
- Don’t forget to unmount the drive before removing it
- sudo umount /dev/scd0
Hope it all helps
One Comment
Hey didn’t know that……well….maybe I’m not that much an OSX user yet!!!
ps….this math thingy to leave a comment is depressing!!! i might get to the point when i’ll need a calculator!!!