Hi there chamara910!!!
Welcome to LinuxQuestions.org
Quote:
I want to know whether i can install redhat rpm packages in mandrake linux
|
It could be possible. I've installed many, many rpm's made from Mandrake in SuSE Linux without a problem. I've also converted and installed successfully Mandrake packages (.rpm) into Debian packages (.deb) using Alien, and it worked perfectly. Same happened converting a Mandrake package (.rpm) to Slackware package (.tgz) using apt2tgz...
I'd say, it may work or may not. Most likely it will and it won't hurt trying
.
Quote:
i can view my windows partition in mandrake
linux
|
You can not only read, but also write to Windows partitions from Linux. I've no idea how NTFS support for Linux currently is, but FAT32 works great. I'd also recommend you making at least four partitions when dual booting:
1 - Windows (enough for the system itself and Virtual Memory)
2 - A big FAT32 partition to be used by both Linux and Windows. Movies, mp3's, everything I put in here.
3 - Linux: Just like Windows partition
4 - Swap.
To read (and write, as long as your Windows partition is FAT32), open a terminal and create a mount point:
#mkdir /mnt/win_c
It can be any other place, I just like to keep my mount point for partitions and devices at /mnt/. Then, open and edit (root needed) your file located at /etc/ called fstab and add the following line:
Code:
/dev/hda1 /mnt/win_c vfat uid=500,gid=500,umask=000,exec,dev,suid,rw 1 0
The place I took it was from
here. Although made for Slackware,
Slackware tips and tricks is a great source of info. Bookmark it
.
About your last question, I really don't know. However,
mplayer is very capable of playing VCD's without a problem.
Good luck!