sbp wrote: 
> We are told (by Clive :-) )....

Don't point fingers at me! LOL.

Just downloaded the piCorePlayer1.19.img.

The vfat partition cleans-up OK.

Code:
--------------------
    
  $ sudo fsck.vfat -a /dev/sdc1
  fsck.fat 3.0.27 (2014-11-12)
  0x25: Dirty bit is set. Fs was not properly unmounted and some data may be 
corrupt.
  Automatically removing dirty bit.
  Performing changes.
  /dev/sdc1: 33 files, 9285/10211 clusters
  
--------------------


Not so happy with the 2nd... Not worried about a few deleted inodes, but
"Block bitmap differences" makes me very uncomfortable.....

Code:
--------------------
    
  $ sudo fsck -v -f /dev/sdc2
  fsck from util-linux 2.25.2
  e2fsck 1.42.12 (29-Aug-2014)
  Pass 1: Checking inodes, blocks, and sizes
  Deleted inode 60 has zero dtime.  Fix<y>? yes
  Deleted inode 64 has zero dtime.  Fix<y>? yes
  Pass 2: Checking directory structure
  Pass 3: Checking directory connectivity
  Pass 4: Checking reference counts
  Pass 5: Checking group summary information
  Block bitmap differences:  -(8577--8636) -(10570--10629) +(40961--41311)
  Fix<y>? yes
  Free blocks count wrong for group #1 (1024, counted=1144).
  Fix<y>? yes
  Free blocks count wrong (23281, counted=23401).
  Fix<y>? yes
  Inode bitmap differences:  -60 -64
  Fix<y>? yes
  Free inodes count wrong for group #0 (1634, counted=1636).
  Fix<y>? yes
  Free inodes count wrong (10192, counted=10194).
  Fix<y>? yes
  
  /dev/sdc2: ***** FILE SYSTEM WAS MODIFIED *****
  78 inodes used (0.76%, out of 10272)
  2 non-contiguous files (2.6%)
  2 non-contiguous directories (2.6%)
  # of inodes with ind/dind/tind blocks: 0/0/0
  Extent depth histogram: 70
  20567 blocks used (46.78%, out of 43968)
  0 bad blocks
  0 large files
  
  64 regular files
  5 directories
  0 character device files
  0 block device files
  0 fifos
  0 links
  0 symbolic links (0 fast symbolic links)
  0 sockets
  ------------
  69 files
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to