Go Back   PCMech Forums > Linux Support > Linux OS and Software Assistance

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 07-25-2012, 03:10 AM   #1
Member (1 bit)
 
Join Date: Jul 2012
Posts: 1
Question Cannot mount encrypted microsd card in ubuntu 11.04 : File system issue

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!!
dhruvwali is offline   Reply With Quote
Old 07-25-2012, 02:22 PM   #2
Moderator
Staff
Premium Member
 
jdeb's Avatar
 
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
jdeb is offline   Reply With Quote
Old 07-26-2012, 07:37 PM   #3
Tin
Stereo junkie
 
Tin's Avatar
 
Join Date: Jan 2004
Location: Just North of Fort Pontchartrain du Détroit
Posts: 3,442
Send a message via AIM to Tin
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
Tin is offline   Reply With Quote
Old 07-26-2012, 11:47 PM   #4
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
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.
glc is offline   Reply With Quote
Old 07-27-2012, 12:11 PM   #5
Tin
Stereo junkie
 
Tin's Avatar
 
Join Date: Jan 2004
Location: Just North of Fort Pontchartrain du Détroit
Posts: 3,442
Send a message via AIM to Tin
You could try adding it to fstab.
First, you will need to view all of your partitions.
Code:
sudo fdisk -l
Your SD card should show up in here when its inserted. Note the partition number of the card. I will use sdx1 in my example below.


Code:
sudo nano /etc/fstab
Now, add this to the bottom of your fstab file. Substitute sdx1 with whatever label your SD card is assigned.
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
After that, we need to mount the SD card
Code:
sudo mount /media/sdcard
AFter that, you should be able to navigate to the SD card and view its contents.

Once you have backed up the contents of your SD card, unmount it.
Code:
sudo umount /media/sdcard
Now you may remove the SD card, insert it into your phone, and reformat it. In the meantime, remove the directory you created for the SD card, and delete the entry from fstab.

Last edited by Tin; 07-27-2012 at 03:19 PM.
Tin is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are On



All times are GMT -5. The time now is 11:25 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.1