All of lore.kernel.org
 help / color / mirror / Atom feed
* Two questions related with FAT filesystem and block device layer.
@ 2005-04-25  2:59 Zhonglin Zhang
  2005-04-25 11:32 ` OGAWA Hirofumi
  0 siblings, 1 reply; 2+ messages in thread
From: Zhonglin Zhang @ 2005-04-25  2:59 UTC (permalink / raw)
  To: axboe, hirofumi; +Cc: linux-kernel


Hi,

 I have the following questions. Please help me.

 Software Environment:
    1. kernel - linux-2.4.19 + intel_bsp patched.
    2. DiskOnChip -- 64Mbytes.
 
 We have made the DiskOnChip as a u-disk.

 Q1.
    When I use "mkdosfs /dev/tffsa1", WIN2000 And WINXP can
    read/write the /dev/tffsa1. 
    When I use "mkdosfs -S 4096 /dev/tffsa1", WIN2000
    can read/write the /dev/tffsa1, But Winxp can't.

    Why? W can I make the winxp can read/write the /dev/sda1.

 Q2. 
    When using "mkdosfs /dev/tffsa1", Our VideoRecord isn't fluent. 

    When using "mkdosfs -S 4096 /dev/tffsa1", Our VideoRecord is fluent.
    I wonder how the sector size affect the Video Record.


 Our ultimate goal is 'Video Record is fluent and Win2000/Winxp can 
 read/write the /dev/tffsa1 as a u-disk.
  
 Could you anyone give me some good advice? 

 Thanks in advance!


 
    

     

-- 
Zhonglin Zhang <zhonglinzh@mobilesoft.com.cn>


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Two questions related with FAT filesystem and block device layer.
  2005-04-25  2:59 Two questions related with FAT filesystem and block device layer Zhonglin Zhang
@ 2005-04-25 11:32 ` OGAWA Hirofumi
  0 siblings, 0 replies; 2+ messages in thread
From: OGAWA Hirofumi @ 2005-04-25 11:32 UTC (permalink / raw)
  To: Zhonglin Zhang; +Cc: axboe, linux-kernel

Zhonglin Zhang <zhonglinzh@mobilesoft.com.cn> writes:

>  Q1.
>     When I use "mkdosfs /dev/tffsa1", WIN2000 And WINXP can
>     read/write the /dev/tffsa1. 
>     When I use "mkdosfs -S 4096 /dev/tffsa1", WIN2000
>     can read/write the /dev/tffsa1, But Winxp can't.
>
>     Why? W can I make the winxp can read/write the /dev/sda1.

I don't know.

>  Q2. 
>     When using "mkdosfs /dev/tffsa1", Our VideoRecord isn't fluent. 
>
>     When using "mkdosfs -S 4096 /dev/tffsa1", Our VideoRecord is fluent.
>     I wonder how the sector size affect the Video Record.

I guess the cluster size was increased by "-S 4096", so the number of
times of block allocation became fewer.

>  Our ultimate goal is 'Video Record is fluent and Win2000/Winxp can 
>  read/write the /dev/tffsa1 as a u-disk.

How about testing the "mkdosfs -s 64 /dev/foo"?
-- 
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-25 11:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-25  2:59 Two questions related with FAT filesystem and block device layer Zhonglin Zhang
2005-04-25 11:32 ` OGAWA Hirofumi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.