From past experience, I'd check dmesg for Pi OS disk errors (especially if you're running a micro SD card.)
Todd
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/f498a002-bf5f-4ab3-bbed-af026f650762n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/1ebf52e4-a1d4-47f5-8870-a44f9435d8a1n%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "[PiDP-11]" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pidp-11/oiPIwkG1oKQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/baa304e4-2487-4c01-8e99-1a16c0ca297b%40softjar.se.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/CA%2BgrvcorPyq7tJpcX5Mm1Yy3Twbc-VzCPWmu68jEczDiaYH01w%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/CAC20D2PZMvES1%3DoK96-2Q2%2BzF%2BhvsESUZf6COWzg9RYZvOvMxg%40mail.gmail.com.
My PiDP runs on a Pi 3+ but I don't think it has anything to do with the processor or network as any native Debian session runs pretty fast.What could it be ? Maybe some setting in the SIMH config ?
The Raspberry Pi folks also offer a USB flash drive designed for write-intensive applications: https://www.raspberrypi.com/news/raspberry-pi-flash-drive-available-now-from-30-a-high-quality-essential-accessory which might help.
sudo apt install smartmontools, then sudo smartctl -a /dev/sdMUMBLE to get access to health reports, wear leveling, and temperature data.https://writerforlinux.wixsite.com/website/post/self-monitoring-analysis-and-reporting-technology-smartmontools-for-linuxBTW: Just be clear, Steve mentioned wear leveling. They are different from TRIM and have distinct features that serve different purposes for an SSD, though they work together to maintain the drive's health. Wear leveling is entirely internal to the SSD and ensures that write and erase cycles are evenly distributed across all physical memory cells. The goal is to prevent any single cell from failing prematurely, and, if supported by the manufacturer, it is always active; i.e., it is not "enabled" or "disabled" by the user. If supported by the device, TRIM is a command sent by the OS to the SSD, to tell the drive which data blocks are no longer in use so the drive can clear/reclaim them efficiently [think a "garbage collector" for the disk itself]. This has to be enabled, and the OS needs to send the commands to the drive [see: https://opensource.com/article/20/2/trim-solid-state-storage-linux ]
--
You received this message because you are subscribed to a topic in the Google Groups "[PiDP-11]" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pidp-11/oiPIwkG1oKQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/CAC20D2OPibk_DttwRor-iVK4vubiKg7A9fQnyu6WkxqfG7J%3Dtw%40mail.gmail.com.
I recommend getting larger uSD cards than you might really need. For example, as long as the price isn't too high, I would choose a 256 GB card instead of a 32 GB card.
The reason is that larger uSD cards tend to have more "erase blocks", and that can help with wear leveling.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/2a9fda56-1fe2-4fcc-9196-9db864958214%40gmail.com.