Fedora This forum is for the discussion of the Fedora Project. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-17-2006, 08:20 AM
|
#1
|
Senior Member
Registered: Nov 2003
Location: Western Australia
Distribution: GUI Ubuntu, Server Ubuntu, HamPi, Skywave, DragonOS, many other's
Posts: 1,058
Rep:
|
accessing XP from FC5
Hi all
How do I access XP from FC5
I've install FC5 on a duel system, edited the grub so the duel boot works.
Then I installed xine so I could watch my fishing DVD F.W.A.
http://www.gagme.com/greg/linux/fc5-tips.php#dvd
after that I install mplayer so I can watch AVI's and more http://www.gagme.com/greg/linux/fc5-tips.php#mplayer
I loaded in the codec's as well
only thing I was stuck on was this
Quote:
This command line will download the whole kit and kaboodle. that if you want to play content from a command line that you use the gmplayer version which will include a skin-able control panel. This will install the plug-in to play a wide variety of media within your browser window. Restart your web browser after that whole mess is done installing and you'll also have a plug-in for Mozilla so you can play embedded content. While you're at it be sure to configure mplayer to use the ALSA sound system rather than the default. It just works better. Edit the file ~/.mplayer/config and add the following line:
ao=alsa
|
I couldn't work out how to edit ~/.mplayer/config
but anyway, how can I access XP hard drive from FC5 so I can watch some AVI's
can any one help or show me the way please.
XP is on 1st HD and FC5 is on 2nd HD
TT
|
|
|
08-17-2006, 08:37 AM
|
#2
|
Member
Registered: May 2006
Distribution: Ubuntu10.04, < fedora12
Posts: 347
Rep:
|
Depends on the file format of the XP partition, if it's fat32 (vfat to fedora) you just need to create a directory to mount it in, usually /mnt/XP or similar, then you can do as root,
mount /dev/(partition number) /mnt/XP
If you want it to auto mount at boot time edit /etc/fstab add a line in there something like this
/dev/sda3 /mnt/ourstuff vfat defaults,users,rw 0 0
substituting your partition for sda3
If it's NTFS there's an additional problem, rehat don't support that file system to you have to add a module to the kernel. Do a search on NTFS in Fedora, there's been lots about it, I don't have the precise info in my head.
Then do the same, but substitute ntfs for vfat in the fstab line.
So what's your problem with editing .mplayer/config?
Can you use vi?
Have you found the file?
Mine only has this in it,
"# Write your default config options here!"
All the config seems to be done in .mplayer/gui.conf
Last edited by decrepit; 08-28-2006 at 04:53 AM.
|
|
|
08-17-2006, 10:27 AM
|
#3
|
Senior Member
Registered: Nov 2003
Location: Western Australia
Distribution: GUI Ubuntu, Server Ubuntu, HamPi, Skywave, DragonOS, many other's
Posts: 1,058
Original Poster
Rep:
|
Quote:
Originally Posted by decrepit
Depends what on the file format of the XP partition, if it's fat32 (vfat to fedora) you just need to create a directory to mount it in, usually /mnt/XP or similar, then you can do as root,
mount /dev/(partition number) /mnt/XP
If you want it to auto mount at boot time edit /etc/fstab add a line in there something like this
/dev/sda3 /mnt/ourstuff vfat defaults,users,rw 0 0
substituting your partition for sda3
If it's NTFS there's an additional problem, rehat don't support that file system to you have to add a module to the kernel. Do a search on NTFS in Fedora, there's been lots about it, I don't have the precise info in my head.
Then do the same, but substitute ntfs for vfat in the fstab line.
So what's your problem with editing .mplayer/config?
Can you use vi?
Have you found the file?
Mine only has this in it,
"# Write your default config options here!"
All the config seems to be done in .mplayer/gui.conf
|
Yes I can use vi
So would it be vi .mplayer/config
I kind of found it, its sitting under the home DIR
the other HD is NTFS
TT
|
|
|
08-18-2006, 05:27 AM
|
#4
|
Member
Registered: May 2006
Distribution: Ubuntu10.04, < fedora12
Posts: 347
Rep:
|
G'Day Tommy
Didn't see you were from Rockingham, what a coincedence, I'm in Mandurah.
Yep, if you're still in your home directory, vi .mplayer/config should do it, but also have a look at .mplayer/gui.conf
I prefer vim to vi lets you do a few more things, and has pretty colours.
Mike
|
|
|
08-18-2006, 08:47 AM
|
#5
|
Member
Registered: Mar 2006
Location: USA
Distribution: Fedora & Ubuntu
Posts: 215
Rep:
|
Follow this to be able to read the NTFS drive.
http://stanton-finley.net/fedora_cor...otes.html#NTFS
This worked for me when I had Windows XP on my computer. You will only be able to read the drive though. You can't write to it.
|
|
|
08-18-2006, 11:50 PM
|
#6
|
Senior Member
Registered: Nov 2003
Location: Western Australia
Distribution: GUI Ubuntu, Server Ubuntu, HamPi, Skywave, DragonOS, many other's
Posts: 1,058
Original Poster
Rep:
|
Quote:
Originally Posted by scorpioofthewoods
|
Ok thanks for that, How do I tell which file is for my PC
Quote:
mines a x86 family 6 model 8 stepping 1AuthenticAMD ~1670Mhz
|
TT
Last edited by tommytomato; 08-19-2006 at 12:10 AM.
|
|
|
08-19-2006, 01:16 AM
|
#7
|
Senior Member
Registered: Nov 2003
Location: Western Australia
Distribution: GUI Ubuntu, Server Ubuntu, HamPi, Skywave, DragonOS, many other's
Posts: 1,058
Original Poster
Rep:
|
Ok I followed the step ok
rebooted the PC and it tells me it failed to mount
TT
|
|
|
08-19-2006, 01:52 AM
|
#8
|
Senior Member
Registered: Nov 2003
Location: Western Australia
Distribution: GUI Ubuntu, Server Ubuntu, HamPi, Skywave, DragonOS, many other's
Posts: 1,058
Original Poster
Rep:
|
I got it going, I had loaded the wrong file in
Metal note: make sure I read the screen right
here is a sample of my destop
http://img84.imageshack.us/img84/7643/desktopkm6.jpg
Last edited by tommytomato; 08-19-2006 at 01:53 AM.
|
|
|
08-19-2006, 05:05 AM
|
#9
|
Member
Registered: May 2006
Distribution: Ubuntu10.04, < fedora12
Posts: 347
Rep:
|
Congratulations, but I see the above pic was taken by a camera. If you right click over the top bar, select add to panel, then scroll down to just about the bottom, you'll see a camera image, called "take sreenshot". Can't find this in the applications menu anywhere, so I've added it to the top panel.
|
|
|
08-19-2006, 06:22 AM
|
#10
|
Senior Member
Registered: Nov 2003
Location: Western Australia
Distribution: GUI Ubuntu, Server Ubuntu, HamPi, Skywave, DragonOS, many other's
Posts: 1,058
Original Poster
Rep:
|
Quote:
Originally Posted by decrepit
Congratulations, but I see the above pic was taken by a camera. If you right click over the top bar, select add to panel, then scroll down to just about the bottom, you'll see a camera image, called "take sreenshot". Can't find this in the applications menu anywhere, so I've added it to the top panel.
|
I dont even get that, that one I was trying was under the Gimp
TT
|
|
|
08-19-2006, 09:11 AM
|
#11
|
Member
Registered: May 2006
Distribution: Ubuntu10.04, < fedora12
Posts: 347
Rep:
|
That's weird. I have nothing under the gimp,
So is that what you used for http://img84.imageshack.us/img84/7643/desktopkm6.jpg
I thought the red date on it indicated a camera.
|
|
|
08-19-2006, 07:55 PM
|
#12
|
Senior Member
Registered: Nov 2003
Location: Western Australia
Distribution: GUI Ubuntu, Server Ubuntu, HamPi, Skywave, DragonOS, many other's
Posts: 1,058
Original Poster
Rep:
|
Quote:
Originally Posted by decrepit
|
Yer it was taken with a camera, but the icon you talked about was not under the menu.
TT
|
|
|
08-20-2006, 05:17 AM
|
#13
|
Member
Registered: May 2006
Distribution: Ubuntu10.04, < fedora12
Posts: 347
Rep:
|
Sorry Tommy, I got confused with another post, thought you were using FC4.
If you want to put the screen shot on the top panel, I think you can still do it.
Right click on the panel, select "add to panel" select "application launcher"
Then open the graphics folder and select the camera icon.
|
|
|
09-20-2006, 06:00 AM
|
#14
|
Senior Member
Registered: Nov 2003
Location: Western Australia
Distribution: GUI Ubuntu, Server Ubuntu, HamPi, Skywave, DragonOS, many other's
Posts: 1,058
Original Poster
Rep:
|
Quote:
Originally Posted by decrepit
Sorry Tommy, I got confused with another post, thought you were using FC4.
If you want to put the screen shot on the top panel, I think you can still do it.
Right click on the panel, select "add to panel" select "application launcher"
Then open the graphics folder and select the camera icon.
|
Thats ok, I have worked it out a while ago
thanks again
TT
|
|
|
All times are GMT -5. The time now is 12:12 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|