Re: Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-28 Thread Thomas Mueller
I see two more possibilities for such a lingua franca file system: xfs and zfs. I noticed, on http://distrowatch.com/ , that there was an update to xfsprogs package. xfsprogs is included in Linux (Slackware 13.0), and I see xfsprogs packages in NetBSD pkgsrc and freebsd ports. I saw an

Re: Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-25 Thread Polytropon
On Wed, 25 Aug 2010 10:55:21 +, Thomas Mueller mueller6...@bellsouth.net wrote: From Polytropon free...@edvax.de: There is a way around this: Put the files to be transferred into a tar archive. In this way, only the archives name will have to obey 8.3, and its content will keep

Re: Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-25 Thread Thomas Mueller
From Samuel Martín Moro faus...@gmail.com: the problem is not which version of mkfs (ext2fs) you use. the problem is that BSD only handle ext2fs partitions with 128b inodes, while default value is 256. when running mkfs/newfs, be sure to specify -I 128 also, I won't recommand ntfs. but,

Re: Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-25 Thread Jerry
On Wed, 25 Aug 2010 10:55:21 + Thomas Mueller mueller6...@bellsouth.net articulated: If there are no Windows clients involved, I'd use NFS or AFS; with Windows in the mix, CIFS/Samba may be a better choice as Windows NFS clients are dodgy at best. That is not necessarily true anymore.

Re: Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-25 Thread Andy Ruhl
2010/8/25 Thomas Mueller mueller6...@bellsouth.net: From Andy Ruhl acr...@gmail.com: I thought UDF was supposed to be the solution to all of this. A friend of mine had a USB external hard disk formatted with UDF and it worked fine with both Linux and Windows. I think it's not as common for

Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-24 Thread Thomas Mueller
What is the best choice for a file system that can be read, and safely written to, by Linux, NetBSD and FreeBSD? With NetBSD through 5.1_RC3, I got unsupported inode size when trying to mount Linux ext2fs partition from NetBSD. With FreeBSD through 7.2, I could mount, but got Bad file

Re: Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-24 Thread Samuel Martín Moro
the problem is not which version of mkfs (ext2fs) you use. the problem is that BSD only handle ext2fs partitions with 128b inodes, while default value is 256. when running mkfs/newfs, be sure to specify -I 128 also, I won't recommand ntfs. but, ntfs works correctly under BSD and Linux. so, if you

Re: Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-24 Thread Polytropon
On Tue, 24 Aug 2010 09:53:09 +, Thomas Mueller mueller6...@bellsouth.net wrote: There is the obvious possibility of using msdos (FAT32); I could run FreeDOS on such a partition as well as using the partition to share data between Linux, NetBSD and FreeBSD, and FreeDOS too. Drawback is

RE: Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-24 Thread Christer Solstrand Johannessen
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of Polytropon Sent: 24. august 2010 12:55 To: Thomas Mueller Cc: freebsd-questions@freebsd.org Subject: Re: Lingua franca file system Linux-NetBSD-FreeBSD

Re: Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-24 Thread Polytropon
On Tue, 24 Aug 2010 08:09:04 -0400, Christer Solstrand Johannessen chris...@csj.no wrote: If there are no Windows clients involved, I'd use NFS or AFS; Yes, I forgot to mention NFS. Of course it works, as the support for it in UNIX, Linux, BSD and Mac OS X is sufficiently good. But it may not

Re: Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-24 Thread Jerry McAllister
On Tue, Aug 24, 2010 at 06:29:31PM +0200, Polytropon wrote: On Tue, 24 Aug 2010 08:09:04 -0400, Christer Solstrand Johannessen chris...@csj.no wrote: If there are no Windows clients involved, I'd use NFS or AFS; Yes, I forgot to mention NFS. Of course it works, as the support for it in

Re: Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-24 Thread Joshua Isom
On 8/24/2010 4:53 AM, Thomas Mueller wrote: What is the best choice for a file system that can be read, and safely written to, by Linux, NetBSD and FreeBSD? With NetBSD through 5.1_RC3, I got unsupported inode size when trying to mount Linux ext2fs partition from NetBSD. With FreeBSD through

Re: Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-24 Thread Bruce Cran
On Tue, 24 Aug 2010 09:53:09 + Thomas Mueller mueller6...@bellsouth.net wrote: What is the best choice for a file system that can be read, and safely written to, by Linux, NetBSD and FreeBSD? I've not tried it recently, but I think UFS (both UFS1 and UFS2 seem to be supported) should work

Re: Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-24 Thread Gustavo De Nardin
On 24 August 2010 06:53, Thomas Mueller mueller6...@bellsouth.net wrote: What is the best choice for a file system that can be read, and safely written to, by Linux, NetBSD and FreeBSD? I've been trying NTFS(-3g). It's been going well, with even occasional Windows thrown in the mix. But it is

Re: Lingua franca file system Linux-NetBSD-FreeBSD?

2010-08-24 Thread Gustavo De Nardin
On 24 August 2010 20:48, Gustavo De Nardin gustav...@gmail.com wrote: On 24 August 2010 06:53, Thomas Mueller mueller6...@bellsouth.net wrote: What is the best choice for a file system that can be read, and safely written to, by Linux, NetBSD and FreeBSD? I've been trying NTFS(-3g). It's