Re: Filesystem of choice for a Linux/FreeBSD shared backup disk?

2008-09-23 Thread Gary Newcombe
On Wed, 24 Sep 2008 04:02:11 +0200 (CEST), Andreas Davour <[EMAIL PROTECTED]> wrote: > On Wed, 24 Sep 2008, Gary Newcombe wrote: > > > On Wed, 24 Sep 2008 00:48:48 +0200 (CEST), Andreas Davour > > <[EMAIL PROTECTED]> wrote: > > > >> On Wed, 24 Sep 2008, Wojciech Puchar wrote: > >> > about tr

Re: Filesystem of choice for a Linux/FreeBSD shared backup disk?

2008-09-23 Thread Gary Newcombe
On Wed, 24 Sep 2008 00:48:48 +0200 (CEST), Andreas Davour <[EMAIL PROTECTED]> wrote: > On Wed, 24 Sep 2008, Wojciech Puchar wrote: > > >> about trying to make the data as available as possible. Do anyone here > >> have > >> any suggestion about what kind of filesystem would be best to use? Can

Re: Filesystem of choice for a Linux/FreeBSD shared backup disk?

2008-09-23 Thread andrew clarke
On Tue 2008-09-23 23:13:32 UTC+0200, Laszlo Nagy ([EMAIL PROTECTED]) wrote: >> For making backups I would probably just use FAT32 and tar, because >> practically anything (not just FreeBSD & Linux) will mount FAT32 file >> systems, and tar should respect your file attributes (owner, group, >> crea

Re: Filesystem of choice for a Linux/FreeBSD shared backup disk?

2008-09-23 Thread Wojciech Puchar
Except that you cannot create files with >4GB size on FAT32. You might be able to use an archiver that is able to split archives into smaller parts. or simply split(1) This has always been a problem. FreeBSD is open source. So Linux is, but they do not have a common filesystem that could b

Re: Filesystem of choice for a Linux/FreeBSD shared backup disk?

2008-09-23 Thread Wojciech Puchar
mount_ext2fs is available in FreeBSD but I can't speak for its reliability. i can. it simply works. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PRO

Re: Filesystem of choice for a Linux/FreeBSD shared backup disk?

2008-09-23 Thread Wojciech Puchar
about trying to make the data as available as possible. Do anyone here have any suggestion about what kind of filesystem would be best to use? Can ufs2 be read by linux? It looks like it from my short persual of google hits, but it also looks kind of complicated. IS ext2 a safer bet? Anything to

Re: Filesystem of choice for a Linux/FreeBSD shared backup disk?

2008-09-23 Thread Laszlo Nagy
For making backups I would probably just use FAT32 and tar, because practically anything (not just FreeBSD & Linux) will mount FAT32 file systems, and tar should respect your file attributes (owner, group, creation timestamp, last modified timestamp, etc). Except that you cannot create files

Re: Filesystem of choice for a Linux/FreeBSD shared backup disk?

2008-09-23 Thread RW
On Tue, 23 Sep 2008 17:17:21 +0200 (CEST) Andreas Davour <[EMAIL PROTECTED]> wrote: > > I've bought a usb connected disk to use as backup, and I've been > thinking about trying to make the data as available as possible. Do > anyone here have any suggestion about what kind of filesystem would >

Re: Filesystem of choice for a Linux/FreeBSD shared backup disk?

2008-09-23 Thread Mike Jeays
I have an EXT2 USB flash drive on a FreeBSD system, and it works perfectly. I have also used EXT2 filesystems on IDE drives in a USB caddy, and they work fine as well. On September 23, 2008 04:19:06 pm andrew clarke wrote: > On Tue 2008-09-23 17:17:21 UTC+0200, Andreas Davour ([EMAIL PROTECTED]

Re: Filesystem of choice for a Linux/FreeBSD shared backup disk?

2008-09-23 Thread andrew clarke
On Tue 2008-09-23 17:17:21 UTC+0200, Andreas Davour ([EMAIL PROTECTED]) wrote: > I've bought a usb connected disk to use as backup, and I've been > thinking about trying to make the data as available as possible. Do > anyone here have any suggestion about what kind of filesystem would be > b