Re: Backup/restore of bootable w2k fat32 part from freebsd

2002-11-22 Thread Mark Hannon
I think you'll have trouble unless you backup and restore the extra bits (system, hidden, archive) as well. I wrote a patch for msdosfs which maps these to suid/sgid/sticky (yes, I know, gross, but it was useful at the time). You can have it if you want. mtools has a command mattrib which

Re: Backup/restore of bootable w2k fat32 part from freebsd

2002-11-22 Thread Daniel O'Connor
On Fri, 2002-11-22 at 19:49, Mark Hannon wrote: mtools has a command mattrib which can be used to store FAT attribs, I have used it like so: mattrib -/ -p c:/'*' tempfile tempfile will be a shell script you can execute to recreate the attributes. Ahh, interesting, one of the

Backup/restore of bootable w2k fat32 part from freebsd

2002-11-20 Thread Michael Reifenberger
Hi, are there experiences with backup/restore of an bootable w2k partition from within FreeBSD? I've seen `newfs_msdos -B`, but how to extract the w2k bootblock (dd?) ? Is it sufficient to get an bootable partition? Thanks! Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To

Re: Backup/restore of bootable w2k fat32 part from freebsd

2002-11-20 Thread Daniel O'Connor
On Wed, 2002-11-20 at 18:42, Michael Reifenberger wrote: are there experiences with backup/restore of an bootable w2k partition from within FreeBSD? I've seen `newfs_msdos -B`, but how to extract the w2k bootblock (dd?) ? Is it sufficient to get an bootable partition? I think you'll have