public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* XFS
@ 2006-12-22 16:06 Jaideep Nandy
  2006-12-22 16:39 ` XFS Geir A. Myrestrand
  0 siblings, 1 reply; 4+ messages in thread
From: Jaideep Nandy @ 2006-12-22 16:06 UTC (permalink / raw)
  To: xfs

How do I read a us drive that is XFS formatted using windows xp?

 

Regards'

JD



[[HTML alternate version deleted]]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: XFS
  2006-12-22 16:06 XFS Jaideep Nandy
@ 2006-12-22 16:39 ` Geir A. Myrestrand
  0 siblings, 0 replies; 4+ messages in thread
From: Geir A. Myrestrand @ 2006-12-22 16:39 UTC (permalink / raw)
  To: xfs

Jaideep Nandy wrote:
> How do I read a us drive that is XFS formatted using windows xp?

What is a us drive, and how did you make it XFS formatted using Windows XP?

> [[HTML alternate version deleted]]

Thanks!

-- 

Geir A. Myrestrand

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: XFS
       [not found] <BE7DD4DC7F4F024FA32FB6E94B73461A02BB3DE9@MAIL-NY.norwalk.medtechinc.com>
@ 2006-12-22 17:42 ` Geir A. Myrestrand
  2006-12-22 23:12   ` XFS Eric Sandeen
  0 siblings, 1 reply; 4+ messages in thread
From: Geir A. Myrestrand @ 2006-12-22 17:42 UTC (permalink / raw)
  To: Jaideep Nandy, xfs

Jaideep Nandy wrote:
> Usb drive. I used a tera station to format it with XFS and backed up
> file onto it. 
> Now I want to use the drive on a regular win xp box with ntfs partition.

Windows [XP] have no knowledge of XFS, nor have I ever heard of any 
applications running natively on Windows [XP] that can read XFS file 
systems. Your best bet is to use a Linux distro to read it.

You can make your PC multi-boot, so that you either start up in Windows 
XP or in Linux/UNIX.

You can also use a program like VMware Workstation or VMware Player 
(both are free) to install Linux in a virtual machine under Windows 
--then you can run both at the same time.

If you do not want to install anything, then get a Linux live distro and 
boot from that. A live distro is a special DVD (or CD) that will let you 
run the OS directly from the optical disc, with no need to install 
anything on the local disk. You may need a USB drive or something like 
that to save configuration files, etc.

Not all Linux distributions support XFS, but any version of SUSE Linux 
should serve the purpose. OpenSUSE 10.2 was just released and should do 
the job --see http://www.opensuse.org.

Once you get access to the XFS file system from Linux on your PC, then 
you can copy it to a FAT partition, because both Windows and Linux 
support that. Or you can access your NTFS partition from Linux (if you 
dare) --see http://www.linux-ntfs.org.

I'm assuming that the USB drive is independent of the Tera Station, if 
not then you can simply utilize the NAS feature of the Tera Station and 
map to the share from Windows XP. Also, if you do not have the Tera 
Station but have a Linux computer, then you could use Samba (see 
http://www.samba.org) to share out the USB disk and you could map to it 
from your Windows XP box.

With a closed source OS it isn't trivial for anyone to provide you with 
direct support for a third party file system, it will be merely 
workarounds for deficiencies in the OS.

I recommend you ditch your OS but keep your USB disk with XFS. ;-)


-- 

Geir A. Myrestrand

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: XFS
  2006-12-22 17:42 ` XFS Geir A. Myrestrand
@ 2006-12-22 23:12   ` Eric Sandeen
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Sandeen @ 2006-12-22 23:12 UTC (permalink / raw)
  To: geir.myrestrand; +Cc: Jaideep Nandy, xfs

Geir A. Myrestrand wrote:
> Jaideep Nandy wrote:
>> Usb drive. I used a tera station to format it with XFS and backed up
>> file onto it. Now I want to use the drive on a regular win xp box with 
>> ntfs partition.
> 
> Windows [XP] have no knowledge of XFS, nor have I ever heard of any 
> applications running natively on Windows [XP] that can read XFS file 
> systems. Your best bet is to use a Linux distro to read it.

you could also try http://www.crossmeta.com/crossmeta.html

> You can make your PC multi-boot, so that you either start up in Windows 
> XP or in Linux/UNIX.
> 
> You can also use a program like VMware Workstation or VMware Player 
> (both are free) to install Linux in a virtual machine under Windows 
> --then you can run both at the same time.
> 
> If you do not want to install anything, then get a Linux live distro and 
> boot from that. A live distro is a special DVD (or CD) that will let you 
> run the OS directly from the optical disc, with no need to install 
> anything on the local disk. You may need a USB drive or something like 
> that to save configuration files, etc.
> 
> Not all Linux distributions support XFS, but any version of SUSE Linux 
> should serve the purpose. OpenSUSE 10.2 was just released and should do 
> the job --see http://www.opensuse.org.
> 
> Once you get access to the XFS file system from Linux on your PC, then 
> you can copy it to a FAT partition, because both Windows and Linux 
> support that. Or you can access your NTFS partition from Linux (if you 
> dare) --see http://www.linux-ntfs.org.
> 
> I'm assuming that the USB drive is independent of the Tera Station, if 
> not then you can simply utilize the NAS feature of the Tera Station and 
> map to the share from Windows XP. Also, if you do not have the Tera 
> Station but have a Linux computer, then you could use Samba (see 
> http://www.samba.org) to share out the USB disk and you could map to it 
> from your Windows XP box.
> 
> With a closed source OS it isn't trivial for anyone to provide you with 
> direct support for a third party file system, it will be merely 
> workarounds for deficiencies in the OS.
> 
> I recommend you ditch your OS but keep your USB disk with XFS. ;-)
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-12-22 23:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-22 16:06 XFS Jaideep Nandy
2006-12-22 16:39 ` XFS Geir A. Myrestrand
     [not found] <BE7DD4DC7F4F024FA32FB6E94B73461A02BB3DE9@MAIL-NY.norwalk.medtechinc.com>
2006-12-22 17:42 ` XFS Geir A. Myrestrand
2006-12-22 23:12   ` XFS Eric Sandeen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox