Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 650  / 1 Year ago, sat, april 15, 2023, 9:24:29

I stuck an SD card in the card reader, imported my photos with Shotwell, deleted the photos from the card (again, with Shotwell), then right-clicked on the desktop icon and safely removed the card.



I then physically removed the card and inserted another. The computer is ignoring it. How can I tell Ubuntu that there's a new card in there now and I want to look at it? I know that rebooting the computer will work, and I'll do that this time, but there must be a better way for next time.


More From » card-reader

 Answers
3

There is a similar report on launchpad.



For those affected, the suggestion in the report is not to use "Safely Extract Drive" (Natty) or "Safely Remove" (Precise) (as shown in the picture below) but to unmount the drive from the command line.



enter image description here



The issue is that where a USB memory stick is unmounted before removal (i.e. use Safely Extract Drive), SD cards use-case are apparently treated differently - the use case is that SDxx memory cards are expected to be ejected, leaving the card reader mounted and ready to read the next card inserted.



The workaround for is to use the terminal:



Use mount -l to list your mounts - your SD card will be reported like the following extract:



/dev/sdb1 on /media/7804-99AA type vfat (rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush)


unmount using the device name shown



umount /dev/sdb1


Note - if this affects you, subscribe to the launchpad report. During testing with 12.04 I'm perhaps fortunate to be unaffected, but there is a comment in the thread that a user using 12.04 was also affected.






Linked Question:
- What is the difference between Eject and Safely Remove Device


[#43762] Saturday, April 15, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
breadoules

Total Points: 212
Total Questions: 118
Total Answers: 120

Location: Dominica
Member since Mon, Jun 22, 2020
4 Years ago
;