<?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: How to access the Windows files in Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067859#M63243</link>
    <description>Other replies assume that you are accessing files on a different system that is booted to XP.  I sounds like you are actually trying to get at a partition on a local disk that has a filesystem that was created by XP.  The default for XP is the NTFS file system.  Most linux distributions have support for mounting NTFS file systems read-only.  You can list the partitions on a system using /proc/partitions- "cat /proc/partitions".  You can get more information about what each partition is using parted- "sudo parted /dev/sda print".  The device name you pass to parted will correspond the devices reported by /proc/partitions.&lt;BR /&gt;You can mount an NTFS partition with a command like "mount -t ntfs /dev/sda1 /mnt".  You may also want to use uid and gid options to make the files and directories of the mounted filesystem readable by non-root users.&lt;BR /&gt;  If you really want write access to the NTFS file system, you could investigate the NTFS-3G driver.  It is new and very unlikely to be included in the standard kernel for current distributions. See &lt;A href="http://www.ntfs-3g.org/" target="_blank"&gt;http://www.ntfs-3g.org/&lt;/A&gt; for more information on how to get it into your kernel and use it.&lt;BR /&gt;Another option for having a filesystem writable by both XP and linux is to format a partition with a FAT32 file system for exchanging data.  That will have less flexibility for file permissions.  But it will be easily read and written by both operating systems.</description>
    <pubDate>Mon, 10 Sep 2007 23:25:08 GMT</pubDate>
    <dc:creator>Mike Stroyan</dc:creator>
    <dc:date>2007-09-10T23:25:08Z</dc:date>
    <item>
      <title>How to access the Windows files in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067854#M63238</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;     I dont know this is the right place to ask this question. But, it will be of great help if i get a solution for this.&lt;BR /&gt;&lt;BR /&gt;   I have installedLinux 9.1 on my PC with XP windows OS.&lt;BR /&gt;&lt;BR /&gt;    Now i want  to access the files present in the windows partition. How can i do this ?&lt;BR /&gt;&lt;BR /&gt;     Also what is the editor i have to use to open PDF files in Linux .&lt;BR /&gt;&lt;BR /&gt;       thanks in advance&lt;BR /&gt;            Vikram</description>
      <pubDate>Mon, 10 Sep 2007 03:14:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067854#M63238</guid>
      <dc:creator>CA1490051</dc:creator>
      <dc:date>2007-09-10T03:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the Windows files in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067855#M63239</link>
      <description>question moved to more appropriate forum</description>
      <pubDate>Mon, 10 Sep 2007 03:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067855#M63239</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2007-09-10T03:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the Windows files in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067856#M63240</link>
      <description>Hello Vikram,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; installedLinux 9.1 on my PC with XP windows OS&lt;BR /&gt;&amp;gt;&amp;gt; want to access the files present in the windows partition&lt;BR /&gt;&lt;BR /&gt;Share out the Folder in Windows OS, provide unlimited access first, control later.&lt;BR /&gt;&lt;BR /&gt;In Linux OS, try to use GUI Samba Client in Gnome/KDE, connect using Windows IP Address.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 10 Sep 2007 06:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067856#M63240</guid>
      <dc:creator>TY 007</dc:creator>
      <dc:date>2007-09-10T06:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the Windows files in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067857#M63241</link>
      <description>Hello Vikram,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; editor i have to use to open PDF files in Linux&lt;BR /&gt;&lt;BR /&gt;# rpm -qa | grep -i xpdf&lt;BR /&gt;&lt;BR /&gt;Normally "xpdf" is installed:&lt;BR /&gt;Xpdf is an X Window System based viewer for PDF files. Xpdf is a small and efficient program which uses standard X fonts.&lt;BR /&gt;&lt;BR /&gt;In XTerminal, issue command:&lt;BR /&gt;# /usr/bin/xpdf&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Sep 2007 06:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067857#M63241</guid>
      <dc:creator>TY 007</dc:creator>
      <dc:date>2007-09-10T06:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the Windows files in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067858#M63242</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;What is Linux 9.1? Suse 9.1?&lt;BR /&gt;&lt;BR /&gt;To access windows files you use the samba tool suite.&lt;BR /&gt;&lt;BR /&gt;smbmount to mount the shared windows partition.&lt;BR /&gt;&lt;BR /&gt;openoffice tools permit limited pdf editing, they ship with the linux distro if I've guessed correctly.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 10 Sep 2007 08:54:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067858#M63242</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-10T08:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the Windows files in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067859#M63243</link>
      <description>Other replies assume that you are accessing files on a different system that is booted to XP.  I sounds like you are actually trying to get at a partition on a local disk that has a filesystem that was created by XP.  The default for XP is the NTFS file system.  Most linux distributions have support for mounting NTFS file systems read-only.  You can list the partitions on a system using /proc/partitions- "cat /proc/partitions".  You can get more information about what each partition is using parted- "sudo parted /dev/sda print".  The device name you pass to parted will correspond the devices reported by /proc/partitions.&lt;BR /&gt;You can mount an NTFS partition with a command like "mount -t ntfs /dev/sda1 /mnt".  You may also want to use uid and gid options to make the files and directories of the mounted filesystem readable by non-root users.&lt;BR /&gt;  If you really want write access to the NTFS file system, you could investigate the NTFS-3G driver.  It is new and very unlikely to be included in the standard kernel for current distributions. See &lt;A href="http://www.ntfs-3g.org/" target="_blank"&gt;http://www.ntfs-3g.org/&lt;/A&gt; for more information on how to get it into your kernel and use it.&lt;BR /&gt;Another option for having a filesystem writable by both XP and linux is to format a partition with a FAT32 file system for exchanging data.  That will have less flexibility for file permissions.  But it will be easily read and written by both operating systems.</description>
      <pubDate>Mon, 10 Sep 2007 23:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067859#M63243</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2007-09-10T23:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the Windows files in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067860#M63244</link>
      <description>hai &lt;BR /&gt;if u want to access files shared on windows then you can use samba client. go through &lt;BR /&gt;Computer&lt;BR /&gt;network&lt;BR /&gt;then select windows or any system through network&lt;BR /&gt;&lt;BR /&gt;By default samba client service running on linux.</description>
      <pubDate>Tue, 27 Nov 2007 04:14:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067860#M63244</guid>
      <dc:creator>nataraj.kn</dc:creator>
      <dc:date>2007-11-27T04:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the Windows files in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067861#M63245</link>
      <description>The suggestions that have been pasted need to be used depending on whether you are dual booting or accessing files over the network.&lt;BR /&gt;&lt;BR /&gt;I have installed Linux 9.1 on my PC with XP windows OS. I think you have done a dual-boot.&lt;BR /&gt;&lt;BR /&gt;In this situation, it is easy to mount &amp;amp; access the files on the Windows partition if the file system is FAT/FAT32. If it is NTFS, then you will need the ntfs-3g component. Whether it is available for your version of Linux, check in the package manager or install from the web site directly.&lt;BR /&gt;&lt;BR /&gt;The /etc/fstab file contains all the mount points that will be loaded when Linux starts. &lt;BR /&gt;For easy access, create directory(ies) under the /mnt or /media directories to mount the other partitions.&lt;BR /&gt;&lt;BR /&gt;For e.g. if I have a Windows partition called "WINDOWS", I will create a directory called windows under /mnt (/mnt/windows). Then mount it manually using the mount command. If it works fine, move the entry to the /etc/fstab file.&lt;BR /&gt;&lt;BR /&gt;The commands in brief:&lt;BR /&gt;&lt;BR /&gt;fdisk -l (to see partition information).&lt;BR /&gt;mkdir /mnt/windows (create windows directory for mounting)&lt;BR /&gt;&lt;BR /&gt;A sample entry in fstab:&lt;BR /&gt;&lt;BR /&gt;/dev/hda1 /mnt/windows ntfs nls=utf8,umask=0222 0 0</description>
      <pubDate>Tue, 27 Nov 2007 08:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067861#M63245</guid>
      <dc:creator>~sesh</dc:creator>
      <dc:date>2007-11-27T08:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the Windows files in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067862#M63246</link>
      <description>firstly do,&lt;BR /&gt;&lt;BR /&gt;fdisk -l&lt;BR /&gt; then&lt;BR /&gt;&lt;BR /&gt;mount -t ntfs &lt;PARTITIONED file=""&gt; /mnt/&lt;ANY file="" in="" the="" directory=""&gt;&lt;BR /&gt;&lt;BR /&gt;then in that mnt directory and that file u mentined above will give u the list of files. u can access it from there. &lt;BR /&gt;&lt;/ANY&gt;&lt;/PARTITIONED&gt;</description>
      <pubDate>Fri, 30 Nov 2007 06:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067862#M63246</guid>
      <dc:creator>sandeep mathur</dc:creator>
      <dc:date>2007-11-30T06:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the Windows files in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067863#M63247</link>
      <description>acrobat reader 8 is available for linux..download it from adobe's site..&lt;BR /&gt;&lt;BR /&gt;Else you can use evince to read pdf files.&lt;BR /&gt;&lt;BR /&gt;About the first question (windows files):&lt;BR /&gt;&lt;BR /&gt;Directly mount the windows partition in linux if you are using dual boot.&lt;BR /&gt;&lt;BR /&gt;Use samba if the files are on some other XP machine connected to linux one.&lt;BR /&gt;&lt;BR /&gt;Both methods are already explained in detail in previous threads.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sri</description>
      <pubDate>Sat, 01 Dec 2007 00:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067863#M63247</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2007-12-01T00:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the Windows files in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067864#M63248</link>
      <description>There are many PDF viewers for Linux. Evince, XPDF, Adobe reader. You have PDF viewer specific for Gnome desktop (Evince), KDE (xpdf). These are the open-source options compared to Adobe Reader.</description>
      <pubDate>Sat, 01 Dec 2007 02:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-access-the-windows-files-in-linux/m-p/4067864#M63248</guid>
      <dc:creator>~sesh</dc:creator>
      <dc:date>2007-12-01T02:20:22Z</dc:date>
    </item>
  </channel>
</rss>

