lkml.org 
[lkml]   [2006]   [Feb]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Filesystem for mobile hard drive
Nicolas George wrote:
> I use the french word octet instead of byte, because it is less error prone
> (when you read "mb", does-it really mean megabit, or does it mean that the
> author is lazy about capitalization?) and a little bit more precise. Tough I
> actually am French, I did not start using a French word in English by
> myself. I copy a practice of the IETF: the RFCs use octet more than byte.
>

Ahh, I see. I've never seen anyone use it in conjunction with an si
prefix. I also think that they use it in RFCs because at the time they
started writing them, bytes were not always 8 bits on all machines.
Today it is a pretty safe assumption that a byte is 8 bits, so most
people use the two terms interchangeably ;)

As for 1000 vs 1024 powers, I personally use the general rule that B =
bytes and is in powers of 1024, and b = bits, and is in powers of 1000.
For some reason the telecom industry likes to talk in terms of 1000 bits
per second, but the rest of the sane world uses bytes in even powers of
two. Generally it's people trying to sell you something that use powers
of 1000 so they can make it sound bigger. I really hate that.

> That is a very good point. If windows can read UDF on hard drives and not
> only DVD, UDF could probably supersede FAT completely.
>
> Thank you for pointing me that direction.
>
>

I had that same thought a few weeks ago so I gave it a try. I formatted
a partition with UDF, put some files on it, then booted windows to see
if it would take it. It didn't :(

> I have a Solaris 9 near at hand, and I see a /lib/fs/udfs/fsck, and in the
> source tarball of OpenSolaris, I find a directory
> usr/src/cmd/fs.d/udfs/fsck/. It does not compile out of the box, but it may
> be possible to port it with limited effort.
>
>

Hrm... interesting, I wonder how complete it is and what it's license
is? The fsck in the udftools package was never actually implemented
unfortunately.

>> I agree. I think the VFS layer should process the uid/gid options. By
>> default it should replace nobody with the specified id, and fat and ntfs
>> should just report all files as owned by nobody. Then a new option
>> should be added to force the translation for all ids, not just nobody.
>>
>
> I agree with that (except maybe for the NTFS part, which I do not know; let
> us just say "UID-less filesystems"). Maybe a full UID translation system
> similar th the one in NFS could be useful, or a generic hook for modules,
> but having basic UID overriding would be great.
>
> Unfortunately, the VFS subsystem is something too complex for me at this
> time.
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-02-13 17:00    [W:0.071 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site