<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to access windows partition through open suse 10.3? to save downloaded files for xp?</title>
	<atom:link href="http://www.linux.ustka.pl/2010/05/how-to-access-windows-partition-through-open-suse-10-3-to-save-downloaded-files-for-xp.asp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linux.ustka.pl/2010/05/how-to-access-windows-partition-through-open-suse-10-3-to-save-downloaded-files-for-xp.asp</link>
	<description></description>
	<lastBuildDate>Tue, 08 Jun 2010 18:42:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: mr. c</title>
		<link>http://www.linux.ustka.pl/2010/05/how-to-access-windows-partition-through-open-suse-10-3-to-save-downloaded-files-for-xp.asp/comment-page-1#comment-12</link>
		<dc:creator>mr. c</dc:creator>
		<pubDate>Thu, 06 May 2010 20:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux.ustka.pl/2010/05/how-to-access-windows-partition-through-open-suse-10-3-to-save-downloaded-files-for-xp.asp#comment-12</guid>
		<description>assuming you used / kept the default partition type (NTFS) during XP installation you will need NTFS Read/Write support to access the partition from a Linux installation.
a much simpler way to share files between XP and Linux is simply to use a USB stick or drive; openSUSE will mount it under /media/{drive name} and XP give it some drive letter. (the USB drive has to be in FAT32 not NTFS (!))

to figure out which is your XP partition

if you have a never PC with SATA disk
pc:/ # fdisk -l /dev/sd?

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2612       19457   135315494+   7  HPFS/NTFS
/dev/sda2               1        2611    20972826   83  Linux


if you have an older PC with ATA disk
pc:/ # fdisk -l /dev/hd?

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1          13      104391   83  Linux
/dev/hda2              14        2611    20868435    7  HPFS/NTFS
/dev/hda3            2612       10011    59440500    c  W95 FAT32 (LBA)

YOU HAVE TO DO WHAT FOLLOWS AS root

assuming your XP partition is /dev/sda1 above, the steps are
unmount the partition that openSUSE mounted read-only
pc:/ # umount /dev/sda1

if you haven&#039;t created a mount-point already, do this (only needed the 1st time):
pc:/ # mkdir /mnt/c

mount the XP c: drive read / write with ntfs-3g
pc:/ # ntfs-3g /dev/sda1 /mnt/c

once you are done copying files to your XP partition, it is advisable to unmount it right away. ntfs-3g is pretty stable, but if your PC crashes while it is mounted, the drive maybe left in a corrupt state. thus

pc:/ # umount /dev/sda1</description>
		<content:encoded><![CDATA[<p>assuming you used / kept the default partition type (NTFS) during XP installation you will need NTFS Read/Write support to access the partition from a Linux installation.<br />
a much simpler way to share files between XP and Linux is simply to use a USB stick or drive; openSUSE will mount it under /media/{drive name} and XP give it some drive letter. (the USB drive has to be in FAT32 not NTFS (!))</p>
<p>to figure out which is your XP partition</p>
<p>if you have a never PC with SATA disk<br />
pc:/ # fdisk -l /dev/sd?</p>
<p>   Device Boot      Start         End      Blocks   Id  System<br />
/dev/sda1   *        2612       19457   135315494+   7  HPFS/NTFS<br />
/dev/sda2               1        2611    20972826   83  Linux</p>
<p>if you have an older PC with ATA disk<br />
pc:/ # fdisk -l /dev/hd?</p>
<p>   Device Boot      Start         End      Blocks   Id  System<br />
/dev/hda1   *           1          13      104391   83  Linux<br />
/dev/hda2              14        2611    20868435    7  HPFS/NTFS<br />
/dev/hda3            2612       10011    59440500    c  W95 FAT32 (LBA)</p>
<p>YOU HAVE TO DO WHAT FOLLOWS AS root</p>
<p>assuming your XP partition is /dev/sda1 above, the steps are<br />
unmount the partition that openSUSE mounted read-only<br />
pc:/ # umount /dev/sda1</p>
<p>if you haven&#8217;t created a mount-point already, do this (only needed the 1st time):<br />
pc:/ # mkdir /mnt/c</p>
<p>mount the XP c: drive read / write with ntfs-3g<br />
pc:/ # ntfs-3g /dev/sda1 /mnt/c</p>
<p>once you are done copying files to your XP partition, it is advisable to unmount it right away. ntfs-3g is pretty stable, but if your PC crashes while it is mounted, the drive maybe left in a corrupt state. thus</p>
<p>pc:/ # umount /dev/sda1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry T</title>
		<link>http://www.linux.ustka.pl/2010/05/how-to-access-windows-partition-through-open-suse-10-3-to-save-downloaded-files-for-xp.asp/comment-page-1#comment-11</link>
		<dc:creator>Jerry T</dc:creator>
		<pubDate>Wed, 05 May 2010 05:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux.ustka.pl/2010/05/how-to-access-windows-partition-through-open-suse-10-3-to-save-downloaded-files-for-xp.asp#comment-11</guid>
		<description>go to my computer and it should show a filesystem corresponding to the size of your Windows partition. you may need administrative privileges to access it though</description>
		<content:encoded><![CDATA[<p>go to my computer and it should show a filesystem corresponding to the size of your Windows partition. you may need administrative privileges to access it though</p>
]]></content:encoded>
	</item>
</channel>
</rss>

