Fedora 9 issue

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Fedora 9 issue
# 1  
Old 06-25-2009
Fedora 9 issue

Hi,

I have dual OS on my system. Have XP and fedora 9.
i would like to access windows partition from linux.
I know we get a RPM package for that.
But I am not able to find.
Please can some help me on this.

As well if we have FAT file system on windows, will that OS be accessible on Linux?? If so how do we access, any specific commands??
# 2  
Old 06-25-2009
If your windows system was installed over FAT, then you'll be able to view/modify anything without restrictions.

To view installed disks and available partitions use
Code:
fdisk -l

To mount one of those partitions use:
Code:
mkdir -p /mnt/name_of_disk1
mount /dev/name_of_disk1 /mnt/name_of_disk1

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Fedora

Fedora 17 LVM Issue

Hello, I tried to add more space to my Volume Group in Fedora 17 and the process seems to have borked: LVM did not restart. I booted into partition manager and deleted the new parition but that seems to have compounded the problem. Now when I try and restore the Volume Group I get this message:... (1 Reply)
Discussion started by: mojoman
1 Replies

2. Shell Programming and Scripting

Variable value substitution issue with awk command issue

Hi All, I am using the below script which has awk command, but it is not returing the expected result. can some pls help me to correct the command. The below script sample.ksh should give the result if the value of last 4 digits in the variable NM matches with the variable value DAT. The... (7 Replies)
Discussion started by: G.K.K
7 Replies

3. Red Hat

Fedora 16 (i686) DVD boot issue in x86 (32bit)

Hi, I'm using fedora for 5 years. recently i decided to install new version (16). after i reboot the computer and want to boot from dvd nothing happen's and system boot's from hard disk (i have setup the bios to directly boot from dvd-rom and my dvd-rom is ok). i have downloaded (again) fc16 dvd... (3 Replies)
Discussion started by: ba$h
3 Replies

4. Red Hat

fedora grub help, moving to tri boot (XP, ubuntu, fedora soemething)

I will shortly be adding a fedora flavor to my devel box. I currently have XP (installed first on an ssd), ubuntu 10.04 (installed second on the first partition of a platter drive), and I want to add either Cent or SL on the second partition of the platter drive. I will probably also want to... (0 Replies)
Discussion started by: LMHmedchem
0 Replies

5. UNIX for Advanced & Expert Users

network connectivity issue between vista and fedora

Hi guys, I had two computer which is one with vista and other one with fedora and they are connected via one router. from vista to fedora is fine.. I can ping or connect via putty using Ip address but I couldn't connect putty using hostname/domain. If I typed in fedora the hostname,... (0 Replies)
Discussion started by: peac3
0 Replies

6. Red Hat

Fedora 11 installation issue

Hi, I have installed fedora 11 Alpha i386 in my desktop. After installation and reboot my pc I got error says : Reading all physical volumes. This may take a while... Found volume group "vg_group" using metadata type lvm2 2 logical volume(s) in volume group vg_group now active mount :... (1 Reply)
Discussion started by: peac3
1 Replies

7. Linux

Dual Boot Win XP And Fedora with Fedora Installed First

Hi everyone, I hope this question goes here. Anyways, I have a unique situation where my friend's comp has Fedora installed and wants to add Win XP as a dual boot without formatting the drive. Is it possible to create a partition on the current hard drive and then install win xp? I couldn't find... (4 Replies)
Discussion started by: eltinator
4 Replies

8. Shell Programming and Scripting

Unix Arithmatic operation issue , datatype issue

Hi, I have a shell scripting. This will take 7 digit number in each line and add 7 digit number with next subsequent lines ( normal addition ). Eg: 0000001 0000220 0001235 0000022 0000023 ........... ......... ........ Like this i am having around 1500000 records. After adding... (23 Replies)
Discussion started by: thambi
23 Replies

9. Red Hat

Networking issue with Fedora 5

Hello all, Am new to the linux game and have successfully installed FC5 onto an Acer Veriton 5100 series (P3) pc. Am having to install some RedHat servers in a few weeks running SAMBA, so I thought it would be a smart idea to start learning (well a similar OS) of how the package hangs together... (3 Replies)
Discussion started by: Cameron
3 Replies
Login or Register to Ask a Question