Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2003 17:42:58 -0000
From:      "Markie" <markie@notwentytwo.freeserve.co.uk>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: rw on ntfs volume
Message-ID:  <001c01c2d6ac$03e05e30$0a00a8c0@mrblossom>
References:  <Pine.GSO.4.44.0302171616550.27130-100000@mail.ilrt.bris.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
I think I get that :) Thanks.
So maybe its not working because you're making things smaller than 1k? like
new files?
have you tried copying something big to the mount instead of making new
files? :)


----- Original Message -----
From: "Jan Grant" <Jan.Grant@bristol.ac.uk>
To: "Markie" <markie@notwentytwo.freeserve.co.uk>
Cc: "Daxbert" <daxbert_news@dweebsoft.com>; "freebsd-questions"
<freebsd-questions@freebsd.org>
Sent: Monday, February 17, 2003 4:21 PM
Subject: Re: rw on ntfs volume


> On Mon, 17 Feb 2003, Markie wrote:
>
> > You're right :) Sorry.
> >
> > file must be nonresident and must not contain any sparces (uninitialized
> > areas);
> >
> > What does this mean? :) big words for a 17 year old :$
>
> Nonresident: Bigger than a kilobyte :-) A "resident" file is an
> optimisation. Roughly by analogy, it'd be like storing the contents of a
> (small) file directly in the inode, rather than in data blocks pointed
> to by the inode. Most files are likely to be nonresident. If you create
> a file it'll be nonresident.
>
> Most resident data appears to crop up using NTFS' "forked" file ability,
> which isn't generally something you hear a lot about.
>
> Not having any spaces: this is what's called a "sparse" file - eg, you
> write some bytes, seek forward a gigabyte, and write some more. NTFS has
> the ability to record this file with a "hole" in the middle, so it
> doesn't require a GB of disk storage. Most files are unlikely to be
> sparse.
>
>
>
> --
> jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
> Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
> Axioms speak louder than words.
>
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001c01c2d6ac$03e05e30$0a00a8c0>