public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Phillip Susi <psusi@cfl.rr.com>
To: Nicolas George <nicolas.george@ens.fr>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: Filesystem for mobile hard drive
Date: Mon, 13 Feb 2006 10:56:40 -0500	[thread overview]
Message-ID: <43F0AC38.9090409@cfl.rr.com> (raw)
In-Reply-To: <20060213103512.GA5157@clipper.ens.fr>

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.
>   


  reply	other threads:[~2006-02-13 15:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-12 15:03 Filesystem for mobile hard drive Nicolas George
2006-02-13  0:46 ` Phillip Susi
2006-02-13  1:07   ` Nicolas George
2006-02-13  2:26     ` Phillip Susi
2006-02-13  8:59       ` Jan Engelhardt
2006-02-13  9:23       ` Kalin KOZHUHAROV
2006-02-13 16:07         ` Phillip Susi
2006-02-13 10:35       ` Nicolas George
2006-02-13 15:56         ` Phillip Susi [this message]
2006-02-13 17:18           ` Nicolas George

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43F0AC38.9090409@cfl.rr.com \
    --to=psusi@cfl.rr.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nicolas.george@ens.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox