<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Copy files between Windows OS and Fedora core installed in same computer. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/copy-files-between-windows-os-and-fedora-core-installed-in-same/m-p/3773244#M22925</link>
    <description>few options are available for you:&lt;BR /&gt;1. Use software like paragon's "mount everything". This software is installed on Windows and can see ext2,ext3 partitions (default in fedora). This software isn't free :(&lt;BR /&gt;&lt;BR /&gt;2. If your windows' partition uses NTFS, then you must recompile your kernel while you add NTFS support to it or you can install RPM that does it for you.&lt;BR /&gt;&lt;BR /&gt;3. You can create fat partition on your hard drive -hopefully you have some free space.Both Linux and Windows can see it.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Apr 2006 09:22:10 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2006-04-18T09:22:10Z</dc:date>
    <item>
      <title>Copy files between Windows OS and Fedora core installed in same computer.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-files-between-windows-os-and-fedora-core-installed-in-same/m-p/3773243#M22924</link>
      <description>Hi,&lt;BR /&gt;I have a PC with partitions installed with Windows 2000 and fedora core. I am unable to transfer files or view folder in Windows from Linux. Is it possible to view and transfer? I could do in Red Hat 7.x version.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;James</description>
      <pubDate>Tue, 18 Apr 2006 08:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-files-between-windows-os-and-fedora-core-installed-in-same/m-p/3773243#M22924</guid>
      <dc:creator>James Shaji</dc:creator>
      <dc:date>2006-04-18T08:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Copy files between Windows OS and Fedora core installed in same computer.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-files-between-windows-os-and-fedora-core-installed-in-same/m-p/3773244#M22925</link>
      <description>few options are available for you:&lt;BR /&gt;1. Use software like paragon's "mount everything". This software is installed on Windows and can see ext2,ext3 partitions (default in fedora). This software isn't free :(&lt;BR /&gt;&lt;BR /&gt;2. If your windows' partition uses NTFS, then you must recompile your kernel while you add NTFS support to it or you can install RPM that does it for you.&lt;BR /&gt;&lt;BR /&gt;3. You can create fat partition on your hard drive -hopefully you have some free space.Both Linux and Windows can see it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Apr 2006 09:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-files-between-windows-os-and-fedora-core-installed-in-same/m-p/3773244#M22925</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-04-18T09:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Copy files between Windows OS and Fedora core installed in same computer.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-files-between-windows-os-and-fedora-core-installed-in-same/m-p/3773245#M22926</link>
      <description>Yes, but you must mount the device and, if its ntfs, you must add the kernel module to fedora.&lt;BR /&gt;&lt;BR /&gt;If you have direct connection to Internet, use:&lt;BR /&gt;&lt;BR /&gt;yum install kernel-module-ntfs-$(uname -r)</description>
      <pubDate>Tue, 18 Apr 2006 09:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-files-between-windows-os-and-fedora-core-installed-in-same/m-p/3773245#M22926</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-18T09:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Copy files between Windows OS and Fedora core installed in same computer.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-files-between-windows-os-and-fedora-core-installed-in-same/m-p/3773246#M22927</link>
      <description>Hi&lt;BR /&gt;Just do the following on linux&lt;BR /&gt;&lt;BR /&gt;mount /dev/hdaX /tmp&lt;BR /&gt;&lt;BR /&gt;hdaX is the windows partition you want to access.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Vipul</description>
      <pubDate>Tue, 18 Apr 2006 10:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-files-between-windows-os-and-fedora-core-installed-in-same/m-p/3773246#M22927</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-04-18T10:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Copy files between Windows OS and Fedora core installed in same computer.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/copy-files-between-windows-os-and-fedora-core-installed-in-same/m-p/3773247#M22928</link>
      <description>From linux mount the partition on &lt;BR /&gt;/mnt (not /tmp which contains temporary&lt;BR /&gt;files critical to operation of some tools.)&lt;BR /&gt;You may want to add mount points for your&lt;BR /&gt;windows partions to /etc/fstab and mount&lt;BR /&gt;them as needed or automatically.&lt;BR /&gt;Cat /etc/fstab to see if thay already exist.&lt;BR /&gt;&lt;BR /&gt;For sharing to windows a fat32 partions works&lt;BR /&gt;well.  There are also various tools which&lt;BR /&gt;will read and/or mount linux partitions.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Apr 2006 14:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/copy-files-between-windows-os-and-fedora-core-installed-in-same/m-p/3773247#M22928</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2006-04-18T14:29:20Z</dc:date>
    </item>
  </channel>
</rss>

