Tambahkan berikut pada kernel
MOUNTING A CD-ROM DISK
We need to set up a directory before we can mount the CD, so let's go to the OS root directory by entering:
cd /
mkdir /cdrom
mount -t cd9660 /dev/acd0c /cdrom
READ A DIRECTORY LISTING
The CD-ROM disk is now mounted. To test, enter:
ls -lt /cdrom
This should give us a listing of the files on the CD.
COPY OR MOVE FILES
cp -p /cdrom/somefile.conf /some/directory/on/hard/drive/
UNMOUNT CD-ROM DISK
Once we are finished using the CD-ROM disk, before we remove it, enter:
umount /cdrom
Akses file dari CD
device | Thursday, November 29, 2007
This entry was posted on 12:34 PM
and is filed under
device
.
You can follow any responses to this entry through
the RSS 2.0 feed.
You can leave a response,
or trackback from your own site.
Subscribe to:
Post Comments (Atom)
0 komentar:
Post a Comment