Re: Accessing FreeBSD partition from Windows with dual boot

2006-08-11 Thread Martin Miedema

Martin Miedema wrote:
I'm looking for a way to access (read only is fine) a FreeBSD 
partition on my Windows installation on a dual boot notebook (so Samba 
won't do the trick)


I read a couple of things after some googling about CrossFS which 
basically should be a UFS driver for windows. Unfortunately all these 
articles / posts are from 2001 / 2002 and the link that's in them no 
longer works: http://crossfs.bizland.com


Does any one know if this project still exists? and if not if there is 
any other alternative to use?


Martin.




FFS driver is doing the trick perfectly, it took a couple of reboots 
before I got it to work (only used hibernation in Windows since I 
installed FreeBSD so Windows didn't see the partition yet.)


I haven't tried UFS2tools.sourceforge.net yet, but I will definitely try.

Thanks every one for the great help :-)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Accessing FreeBSD partition from Windows with dual boot

2006-08-10 Thread Martin Miedema
I'm looking for a way to access (read only is fine) a FreeBSD partition 
on my Windows installation on a dual boot notebook (so Samba won't do 
the trick)


I read a couple of things after some googling about CrossFS which 
basically should be a UFS driver for windows. Unfortunately all these 
articles / posts are from 2001 / 2002 and the link that's in them no 
longer works: http://crossfs.bizland.com


Does any one know if this project still exists? and if not if there is 
any other alternative to use?


Martin.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Accessing FreeBSD partition from Windows with dual boot

2006-08-10 Thread Svein Halvor Halvorsen
Martin Miedema wrote:
 I'm looking for a way to access (read only is fine) a FreeBSD partition
 on my Windows installation on a dual boot notebook (so Samba won't do
 the trick)

Maybe this will do: http://ffsdrv.sourceforge.net/

I haven't tried it myself, though, so I can't really recommend that you
use it on a real file system with real data, until you've done some testing.


Svein Halvor



signature.asc
Description: OpenPGP digital signature


Re: Accessing FreeBSD partition from Windows with dual boot

2006-08-10 Thread Matti J. Karki

On 8/10/06, Svein Halvor Halvorsen [EMAIL PROTECTED] wrote:

Martin Miedema wrote:
 I'm looking for a way to access (read only is fine) a FreeBSD partition
 on my Windows installation on a dual boot notebook (so Samba won't do
 the trick)

Maybe this will do: http://ffsdrv.sourceforge.net/

I haven't tried it myself, though, so I can't really recommend that you
use it on a real file system with real data, until you've done some testing.



I have used that driver few times for accessing FreeBSD partitions.
Works great. At least I haven't encountered any real problems with it.

The usage of the management tool was a bit tricky at first, but once
you get to know the numbering scheme, there should be no problems.

The driver creates a drive letter under the Windows system and all
files are accessible via normal File Explorer functions. The
management tool is used to load the driver and mount/unmount
partitions (there is no installation of any drivers to the operating
system, which is great IMHO).


   -Matti
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Accessing FreeBSD partition from Windows with dual boot

2006-08-10 Thread John Nielsen
On Thursday 10 August 2006 09:22, Svein Halvor Halvorsen wrote:
 Martin Miedema wrote:
  I'm looking for a way to access (read only is fine) a FreeBSD partition
  on my Windows installation on a dual boot notebook (so Samba won't do
  the trick)

 Maybe this will do: http://ffsdrv.sourceforge.net/

 I haven't tried it myself, though, so I can't really recommend that you
 use it on a real file system with real data, until you've done some
 testing.

These also looks promising (the first two hits from a ufs windows Google 
search):

http://ufs2tools.sourceforge.net/
http://www.shareup.com/UFS_Explorer-download-27543.html

The former is BSD-licensed and the latter is shareware but potentially more 
full-featured. I haven't used either.

JN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]