Tx. I tried it via:


Code:
--------------------
    
  $ sudo tune2fs -l /dev/mmcblk0p2 | grep count
  Inode count:              3899392
  Block count:              7773184
  Reserved block count:     82880
  Mount count:              10
  Maximum mount count:      -1
  
  $ tune2fs -c 1 /dev/mmcblk0p2
  tune2fs 1.45.6 (20-Mar-2020)
  Setting maximal mount count to 1
  
--------------------


then I restarted

dmesg:

Code:
--------------------
    
  [    0.984821] mmc0: new ultra high speed DDR50 SDHC card at address 0001
  [    0.985307] mmcblk0: mmc0:0001 BB1QT 29.8 GiB
  [    0.986464]  mmcblk0: p1 p2
  [    1.117505] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  [    1.300156] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, 
bcdDevice= 4.21
  [    1.300170] usb 1-1: New USB device strings: Mfr=0, Product=1, 
SerialNumber=0
  [    1.300181] usb 1-1: Product: USB2.0 Hub
  [    1.302281] hub 1-1:1.0: USB hub found
  [    1.302617] hub 1-1:1.0: 4 ports detected
  [    3.214738] zram: Added device: zram0
  [    3.273663] zram0: detected capacity change from 0 to 1006940160
  [    3.277086] random: mkswap: uninitialized urandom read (16 bytes read)
  [    3.347611] Adding 983336k swap on /dev/zram0.  Priority:-2 extents:1 
across:983336k SSFS
  [    3.423592] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  [    3.559337] random: fast init done
  [    3.702950] EXT4-fs (mmcblk0p2): warning: maximal mount count reached, 
running e2fsck is recommended
  [    3.727763] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data 
mode. Opts: (null)
  [    4.299523] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data 
mode. Opts: (null)
  [   12.584330] snd_bcm2835: module is from the staging directory, the quality 
is unknown, you have been warned.
  [   12.595346] bcm2835_audio bcm2835_audio: card created with 8 channels
  [   12.889089] bcmgenet fd580000.ethernet: configuring instance for external 
RGMII (RX delay)
  [   12.889394] bcmgenet fd580000.ethernet eth0: Link is Down
  [   12.987454] Starting piCorePlayer v8.0.0 startup.
  [   13.034536] random: crng init done
  [   17.047965] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - 
flow control off
  [   20.037641] FS-Cache: Netfs 'cifs' registered for caching
  [   20.040478] Key type cifs.spnego registered
  [   20.040495] Key type cifs.idmap registered
  [   20.040938] CIFS: Attempting to mount //192.168.1.3/mymusic
  [   20.040988] CIFS: No dialect specified on mount. Default has changed to a 
more secure dialect, SMB2.1 or later (e.g. SMB3.1.1), from CIFS (SMB1). To use 
the less secure SMB1 dialect to access old servers which do not support 
SMB3.1.1 (or even SMB3 or SMB2.1) specify vers=1.0 on mount.
  [   20.131543] CIFS: Attempting to mount //192.168.1.3/backup
  [   27.156361] process 'Plugins/CastBridge/Bin/squeeze2cast-armv6hf-static' 
started with executable stack
  [   28.715952] pcm512x 1-004d: No SCLK, using BCLK: -2
  [   28.836370] Finished piCorePlayer v8.0.0 startup.
  
  
  $ sudo tune2fs -l /dev/mmcblk0p2 | grep count
  Inode count:              3899392
  Block count:              7773184
  Reserved block count:     82880
  Mount count:              1
  Maximum mount count:      1
  
--------------------


Should fsck output have showed in dmesg?


------------------------------------------------------------------------
mr-b's Profile: http://forums.slimdevices.com/member.php?userid=10044
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to