On 8/8/23 10:17, Jeffrey Walton wrote:
On Mon, Aug 7, 2023 at 11:19 AM Geoffrey Leach <geoffleach...@gmail.com> wrote:

I have a 1TB SanDisk XC SD card, which has developed a reluctance to
create files.

UUID=0fd984c4-cf88-408a-8ba5-15b64500bd5c  /Media/SDXC   ext4
noauto,rw,user 0 0

% sudo mount /Media/SDXC
% touch /Media/SDXC/foo
% ls /Media/SDXC/foo
/Media/SDXC/foo
% sudo umount /Media/SDXC
% sudo mount /Media/SDXC
% ls /Media/SDXC/foo
/bin/ls: cannot access '/Media/SDXC/foo': No such file or directory

Forgive my ignorance, but aren't you supposed to flush the drive
before removing it? I would expect to see a sync in there somewhere.
Like before the 'sudo umount /Media/SDXC'.

unmounting automatically does a sync. That's why it can take a while before the umount program exits.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to