buildframework/helium/external/filedisk/example.txt
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 180 e02a83d4c571
child 592 3215c239276a
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
     1 C:\>filedisk
       
     2 syntax:
       
     3 filedisk /mount  <devicenumber> <filename> [size[k|M|G] | /ro | /cd] <drive:>
       
     4 filedisk /umount <drive:>
       
     5 filedisk /status <drive:>
       
     6 
       
     7 filename formats:
       
     8   c:\path\filedisk.img
       
     9   \Device\Harddisk0\Partition1\path\filedisk.img
       
    10   \\server\share\path\filedisk.img
       
    11 
       
    12 example:
       
    13 filedisk /mount  0 c:\temp\filedisk.img 8M f:
       
    14 filedisk /mount  1 c:\temp\cdimage.iso /cd i:
       
    15 filedisk /umount f:
       
    16 filedisk /umount i:
       
    17 
       
    18 C:\>filedisk /mount 0 c:\temp\filedisk.img 8M f:
       
    19 
       
    20 C:\>format /fs:fat f:
       
    21 The type of the file system is RAW.
       
    22 The new file system is FAT.
       
    23 
       
    24 WARNING, ALL DATA ON NON-REMOVABLE DISK
       
    25 DRIVE F: WILL BE LOST!
       
    26 Proceed with Format (Y/N)? y
       
    27 Verifying 7M
       
    28 Initializing the File Allocation Table (FAT)...
       
    29 Volume label (11 characters, ENTER for none)? filedisk
       
    30 Format complete.
       
    31 
       
    32     8 353 792 bytes total disk space.
       
    33     8 353 792 bytes available on disk.
       
    34 
       
    35         2 048 bytes in each allocation unit.
       
    36         4 079 allocation units available on disk.
       
    37 
       
    38            12 bits in each FAT entry.
       
    39 
       
    40 Volume Serial Number is 28DF-0C81
       
    41 
       
    42 C:\>dir f:
       
    43  Volume in drive F is FILEDISK
       
    44  Volume Serial Number is 28DF-0C81
       
    45 
       
    46  Directory of F:\
       
    47 
       
    48 File Not Found
       
    49 
       
    50 C:\>chkdsk f:
       
    51 The type of the file system is FAT.
       
    52 Volume FILEDISK created 2002-11-24 14:25
       
    53 Volume Serial Number is 28DF-0C81
       
    54 Windows is verifying files and folders...
       
    55 File and folder verification is complete.
       
    56 Windows has checked the file system and found no problems.
       
    57 
       
    58     8 353 792 bytes total disk space.
       
    59     8 353 792 bytes available on disk.
       
    60 
       
    61         2 048 bytes in each allocation unit.
       
    62         4 079 total allocation units on disk.
       
    63         4 079 allocation units available on disk.
       
    64 
       
    65 C:\>filedisk /status f:
       
    66 f: \??\c:\temp\filedisk.img Size: 8388608 bytes
       
    67 
       
    68 C:\>filedisk /umount f:
       
    69 
       
    70 C:\>