Re: Moving boot partition from sda4 to sda1



On 2008-06-30, Geoffrey Clements <geoffrey.clementsNO@xxxxxxxxxxxxxxxxxx> wrote:

Not sure I know what a "distributed backup" is but to exchange files with Xp
I'd stick a VFAT filesystem on sda3 although I believe the NTFS drivers for
Linux are much better at writing these days. However, if VB is anything like
QEMU you can read non-Windows native filesystems from Windows so this may
not be necessary.

You can get freeware ext2 reading/writing software for Windows, I use
it on my toy laptop that I take to customer sites to check up on info
on the web, and to watch movies in hotel rooms. I take film files
with me on an ext2 formatted disc which I also use to store some linux
stuff so don't want to use vfat (it doesn't like some filenames,
e.g. anything with a colon in it).

http://www.fs-driver.org/

So far it's worked well but I'm not a heavy user. You can of course
format the filesystem for ext3 but if the ext3 filesystem is not
mounted properly there will be un-committed journal entries, and the
windows software takes note of those and realises that the filesystem
has been whacked on the head so correctly decides not to mount it as
an ext2 filesystem, as it can't cope with replaying the journal and
isn't prepared to potentially change the underlying ext2 system when
there's a journal replay in the offing.

--
Blast off and strike the evil Bydo empire!
http://youtube.com/user/tarcus69
http://www.flickr.com/photos/tarcus/sets/
.



Relevant Pages

  • Re: Can I run Linux apps from my FAT32 hard drive?
    ... if I can access downloaded Linux apps stored on my Windows hard ... As you have now found out, the Microsoft FATxx and NTFS filesystems do ... Only a unixish filesystem (ext2, ext3, reiserfs, etc.) can handle the ...
    (alt.os.linux)
  • [patch] document that ext2 cant handle barriers
    ... Document things ext2 expects from storage filesystems, ... prior to writing them into the filesystem. ... -the time of a crash. ... If a transaction is complete at the time of a crash ...
    (Linux-Kernel)
  • Re: [patch] ext2/3: document conditions when reliable operation is possible
    ... The problem is that flash cards destroy whole erase block on unplug, ... and ext3 can't cope with that. ... So the way ext2 deals with the flash media actually matches what ... this isn't a filesystem specific cliam; ...
    (Linux-Kernel)
  • Re: Bad superblock
    ... The superblock could not be read or does not describe a correct ext2 ... filesystem, ... If I look at the virtual disk from a Ubuntu LiveCD, ... versions of linux. ...
    (comp.os.linux.misc)
  • [RFC/PATCH 3/5] ext2: execute in place (V2)
    ... This patch adds support for execute in place in ext2. ... MODULE_DESCRIPTION("Second Extended Filesystem"); ...
    (Linux-Kernel)