Hi Everyone,
I've mounted a USB flash drive with FAT32 filesystem:
I can read the files well. But after I suspend the laptop and resume, the contents of /mnt are gone. The partition is still visible:
and the filesystem seems mounted:
but /mnt is empty:
Can anyone explain what's going on and how to fix this? I'm using 12.3-RELEASE-p2.
I've mounted a USB flash drive with FAT32 filesystem:
mount -r -t msdos /dev/da0s1 /mnt
I can read the files well. But after I suspend the laptop and resume, the contents of /mnt are gone. The partition is still visible:
Code:
ls -l /dev/da*
crw-r----- 1 root operator 0x2b7 Oct 23 20:39 /dev/da0
crw-r----- 1 root operator 0x2b8 Oct 23 20:39 /dev/da0s1
Code:
mount | grep da0
/dev/da0s1 on /mnt (msdosfs, local, read-only)
Code:
ls -l /mnt
total 0
Can anyone explain what's going on and how to fix this? I'm using 12.3-RELEASE-p2.