Check the disk...

# ls -l oxygen3.ima
-rw-r--r--    1 root     root      1720320 May 17 12:25 oxygen3.ima

Try using the mkdosfs from the LRP package (Debian 2.1?):

# ./mkdosfs oxygen3.ima     
./mkdosfs 0.3b (Yggdrasil), 5th May 1995 for MS-DOS FS
./mkdosfs: no disk geometry for this file size defined

Didn't work; try using the installed mkdosfs (on Red Hat 6):

# mkdosfs oxygen3.ima           
mkdosfs 2.2 (06 Jul 1999)

Worked...

# mount -o loop oxygen3.ima mnt2
# df
Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/hda5              2353352   2228572      5236 100% /
/dev/hda1                50755      4959     43176  10% /boot
/home/dgd/oxygen-2.1.3-051601.ima
                          1662      1625        37  98% /home/dgd/mnt
/home/dgd/oxygen3.ima
                          1660         0      1660   0% /home/dgd/mnt2

Where'd that 2K go?

Let's try the updated mkdosfs:

# mkdosfs oxygen3.ima
mkdosfs 2.7 (14 Feb 2001)
# mount -o loop oxygen3.ima
mnt2                                               
# df
Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/hda5              2353352   2228640      5168 100% /
/dev/hda1                50755      4959     43176  10% /boot
/home/dgd/oxygen-2.1.3-051601.ima
                          1662      1625        37  98% /home/dgd/mnt
/home/dgd/oxygen3.ima
                          1660         0      1660   0% /home/dgd/mnt2

Still gone!  Where's that 2K?

Is it something to do with VFAT?

I checked other images:

Kenneth Hadley's Eigerstein_contrib_image_ppp-beta0.2.bin and
Eigerstein_contrib_img_pppoe-beta0.4.bin
Charles Steinkuehler's eigerstein2beta_pppoe_beta.v.0.2.img
George Metz's 2.4.3-disk-1680.img
Mark Wormgoor's EigerISDN.bin

All of these have 1662 1k blocks; my created files have 1660 1k
blocks.  What happened?

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to