|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (1 bit)
Join Date: Jul 2012
Posts: 1
|
I encrypted my microsd card in ubuntu (cryptoluks) using fat as the filesystem. Then I plugged the microsd into my android phone. As it did not detect the filesystem.. ( encrypted?) I again inserted the microsd card into the laptop / UBUNTU 11.04
Now whenever i plug in the device , it does not get mounted and gives the error :- Unable to mount 32 GB Unrecognized Error mounting: mount: you must specify the filesystem type I suppose that the file system is corrupted ... I checked in the Disk Utility and it doesnt show any filesystem.. Only gives me option to format/change the password.. I have valuable data in my memory card that I have to recover .. It doesnt open in windows as well - tells me to format.. Please help!! |
|
|
|
|
|
#2 |
|
Moderator
Staff
Premium Member
Join Date: Nov 2008
Location: Detroit, MI
Posts: 5,290
|
Download this Windows program and see if it can recover the files. It should work.
Recuva - Undelete, Unerase, File and Disk Recovery - Free Download |
|
|
|
|
|
#3 |
|
Stereo junkie
|
Did you format it as FAT or FAT32? I dont believe Android reads FAT, as its ancient and hardly found used on anything these days. Is your phone rooted? If so, you should be able to format it through the recovery system when you first boot the phone.
__________________
Join the 1%, use Linux
|
|
|
|
|
|
#4 |
|
Forum Administrator
Staff
Premium Member
Join Date: May 2000
Location: Joplin MO
Posts: 41,345
|
He doesn't want to format it, he wants his data that's on it.
|
|
|
|
|
|
#5 |
|
Stereo junkie
|
You could try adding it to fstab.
First, you will need to view all of your partitions. Code:
sudo fdisk -l Code:
sudo nano /etc/fstab Code:
/dev/sdx1 /media/sdcard vfat defaults 0 0 Now you will make a directory to mount the SD card, probably best under /media/sdcard Code:
sudo mkdir /media/sdcard Code:
sudo mount /media/sdcard Once you have backed up the contents of your SD card, unmount it. Code:
sudo umount /media/sdcard Last edited by Tin; 07-27-2012 at 03:19 PM. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|