PowerGod
Forum Addict!
- Joined
- Jun 20, 2011
- Messages
- 4,463
I have an USB stick in exFat that was always seen and auto-mounted on /media/sda1
one day the power went down, and the Pandora shut down while writing on it (it was without the battery)
then, after the boot I plugged in the stick and I wasn't able to open the folder... it was mounted on /media/disk ...
I searched for some temporary file called sda1 to be sure nothing was still there preventing a clean mount, and I fount and removed a file in /tmp called somehow .automount-sda1 (edit: /var/volatile/tmp/.automount-sda1)
I tried again to unmount and unplug/plug it and from then it is always mounted in /media/??????2?? (those are not "?", are some other chars not visible from the console) ... and I can't find a way to look in that folder...
Then did a scandisk from Windows, it repaired something, but had no problems reading it.
Tried again on the Pandora and still that /media/?????2?? mount...
Then I mounted it by hand, and in this way it is working without problems
sudo mount /dev/sda1 /media/sda1 -t vfat -ouser,umask=0000the only strange thing I see in dmesg are these (but I think these where always been present):
I tried even an OS Update, all went ok, but the problem is still there while automounting...
Is there something else I can check ?
one day the power went down, and the Pandora shut down while writing on it (it was without the battery)
then, after the boot I plugged in the stick and I wasn't able to open the folder... it was mounted on /media/disk ...
I searched for some temporary file called sda1 to be sure nothing was still there preventing a clean mount, and I fount and removed a file in /tmp called somehow .automount-sda1 (edit: /var/volatile/tmp/.automount-sda1)
I tried again to unmount and unplug/plug it and from then it is always mounted in /media/??????2?? (those are not "?", are some other chars not visible from the console) ... and I can't find a way to look in that folder...
Then did a scandisk from Windows, it repaired something, but had no problems reading it.
Tried again on the Pandora and still that /media/?????2?? mount...
Then I mounted it by hand, and in this way it is working without problems
sudo mount /dev/sda1 /media/sda1 -t vfat -ouser,umask=0000the only strange thing I see in dmesg are these (but I think these where always been present):
Code:
[ 103.399414] FAT-fs (sda): bogus number of reserved sectors
[ 103.399566] FAT-fs (sda): Can't find a valid FAT filesystem
[ 103.740600] FAT-fs (sda): bogus number of reserved sectors
[ 103.740753] FAT-fs (sda): Can't find a valid FAT filesystem
Is there something else I can check ?
Last edited by a moderator: