My embedded Linux system has two block devices:
- SD card:
/dev/mmcblk0 - Nvme ssd:
/dev/nvme0n1
I am copying files from an SD card to NVMe SSD, and I use nmon to monitor the disk activities on both devices.
I was expecting that there will be only R (read activity) from the source device (i.e., /dev/mmcblk0), but it seems there are also W (write activities) shown for the SD card.
Is it normal? And if it is, why?
