Question: Renaming sdcard and sdcard2 - HTC Rezound

Certain apps tend to save data on the phone's internal storage which is named "sdcard". So in order to trick those apps to save data on my external sdcard(sdcard2), would it be okay to rename the "sdcard" to "internal storage" and rename "sdcard2" to "sdcard"?
Would that cause any problems?
I like to keep my apps stored on my phone's storage and keep everything else (music, videos, pictures, browser downloads) on my actual sd card.

do it in windows explorer; i renamed mine and it works well still

Could you explain how you did this. I have tried a couple different ways and i am having no luck renaming my sd card file.

I am sure with custom roms we can swap the mount points if we want.

jayochs said:
do it in windows explorer; i renamed mine and it works well still
Click to expand...
Click to collapse
But that's not renaming the folder itself as the phone sees it, that's just modifying what the computer knows to call it in Explorer when you hook it up.
OP, I tried changing it myself and it wouldn't work. I don't think it's possible until root comes along and we can modify file system data and the like. Sucks, and it's stupid that HTC thought it'd be a good idea to name it SDcard, but we're stuck with it for now

rboddy said:
But that's not renaming the folder itself as the phone sees it, that's just modifying what the computer knows to call it in Explorer when you hook it up.
OP, I tried changing it myself and it wouldn't work. I don't think it's possible until root comes along and we can modify file system data and the like. Sucks, and it's stupid that HTC thought it'd be a good idea to name it SDcard, but we're stuck with it for now
Click to expand...
Click to collapse
Not much worse than moto bionic Havering internel storage as sdcard, and the actual SD card, sdcard-ext.
Sent from my ADR6425LVW using XDA App

nosympathy said:
Not much worse than moto bionic Havering internel storage as sdcard, and the actual SD card, sdcard-ext.
Sent from my ADR6425LVW using XDA App
Click to expand...
Click to collapse
That's the exact case here. Internal storage on the Rezound is "SDCARD" and the acutal SD Card is "SDCARD2" or "ext_sd" - those two folders are mirrors of each other.

Related

*Strange Problem* ~I need some help~

I have a strange problem, that originally started when I flashed Axura 2.0.5. I no longer use Axura, I've now flashed Stock JK6 provided by Sombionix.
Anyway, here is my problem. I can't put any large files on my built in internal 16gb memory. For example if I'm using "root explorer" to move a file from one folder to the next, I can't. It says something to the effect that the destination doesn't have enough space. I get the same problem if I try to use windows 7 with my usb cable to put stuff onto my internal memory, windows 7 tells me "the file is too large for the destination file system." I have plenty of space though!
Any ideas?
Anyone with any suggestions?
Did you try reformatting your sd?
Sent from my SGH-T959 using XDA App
Good_Orion said:
Did you try reformatting your sd?
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
No, do you think that might solve the issue?
sounds like the file allocation table is misreporting free block space. A reformat should fix this. Just move whatever you want to save off the internal storage to a pc...format from the phones menu...move your stuff back...
Possibly yes. I'd try unmounting and formatting from settings>sd card and storage. Backup anything important you have on there first though.
Sent from my SGH-T959 using XDA App
masterotaku said:
sounds like the file allocation table is misreporting free block space. A reformat should fix this. Just move whatever you want to save off the internal storage to a pc...format from the phones menu...move your stuff back...
Click to expand...
Click to collapse
Ok guys, I was going to backup my entire internal SD, by just copying and pasting everything onto my desktop. It doesn't even let me. I highlight all the contents of my internal sd, then try to just place it onto my desktop, and nothing happens. It is as if I never initiated a copy and paste. Tried it on a different computer, same thing, absolutely nothing happens, but I can copy the contents of the external microsd just fine.
I have an old backup of my contents I made prior to flashing axura, but the issue now is, what If I reformat my internal sd and end up with a dead phone, meaning I can no longer load anything back onto it, such as my old backup
edit:
I can copy and paste small files from my internal sd over to my desktop, but anything large, it acts like I never even initiated a copy and paste. what the hell!
Reformating seems to have worked.
Well I just reformated, even though I couldn't create a new backup. Seems like reformatting worked though so far!
Thanks!
That was a bit odd. Glad it worked though.
Sent from my SGH-T959 using XDA App
same thing for me, trying Nero B2.

Sdcard vs Sdcard2 vs Sd_ext - can this be fixed?

Why did they make the sdcard folder on the internal ram? All my apps write to arcade not ed_ext. Titaniumbackup, Rom manager, browser, you name it. Not to mention a factory wipe in cwm wipes the arcade folder. Am I missing something? Are the devs going to fix this within the Rom?
Great question... This gets on my nerves.... It wasn't this way on my Droid Charge and boom I saw it on my Bionic and now the Rezound...
Sent from my HTC Rezound using Tapatalk
That is because we are using a Unix file structure. (EXT/2/3/4) Unix (and its derivatives) see drives (USB drives, extra internal drives, SD cards, etc) as folders/files not as devices. There are ways to make these devices appear to show up as a device rather than a folder to the user, but at its core it is still treated as a folder by the kernel.
Desktop linux file structure has all extra storage devices listed as folders in the /media folder of the / (root) partition of the file system.
This structure is also why we have the /system and /data partitions in Android. Its another throw over from the linux base (desktop linux is usually / and /user or /home)
Seems there is no consistancy between OEMs and how they tell the file system to arrange user storage. Some have /SDCARD1 /SDCARD2 and HTC has the external card listed inside the internal memory. It could be that the internal memory is mapped to the /media of regular linux.
/sdcard is a symbolic link (shortcut) for /mnt/sdcard and /sdcard2 is a symlink for /mnt/sdcard/ext_sd
So really they are all the same, just how they choose to link the location is different. Either way, that is just how linux works.
Can this be remapped? Is so, how?
maniac2k said:
Can this be remapped? Is so, how?
Click to expand...
Click to collapse
vold.fstab modification EXPERIMENTAL
Read the whole thread first before you decide
http://forum.xda-developers.com/showthread.php?t=1383330
considering the available storage does it really matter where the data goes?
I've just htcdev unlocked my bootloader (which wipes the phone) and it didn't touch the internal sd card or sd card2. Installing a ROM that wipes the device did not either.
So what's the big deal where it goes? I use the internal storage for apps and game data and my 32gb sd card for media and roms.
nrfitchett4 said:
considering the available storage does it really matter where the data goes?
I've just htcdev unlocked my bootloader (which wipes the phone) and it didn't touch the internal sd card or sd card2. Installing a ROM that wipes the device did not either.
So what's the big deal where it goes? I use the internal storage for apps and game data and my 32gb sd card for media and roms.
Click to expand...
Click to collapse
And all that really means is that, if your application writes data to a different location, you just copy the data to your SD card. Not really a lot of work. Got used to it with my Dell Streak 7...
Sent from my ADR6425LVW using Tapatalk
When I did a few wipes, it did wipe my sdcard folder. That is problem 1. #2 is then I have to config all my apps that default to sdcard. #3 I have to now backup sdcard and sdcard2. #4 wah I don't want change.
nrfitchett4 said:
considering the available storage does it really matter where the data goes?
I've just htcdev unlocked my bootloader (which wipes the phone) and it didn't touch the internal sd card or sd card2. Installing a ROM that wipes the device did not either.
So what's the big deal where it goes? I use the internal storage for apps and game data and my 32gb sd card for media and roms.
Click to expand...
Click to collapse
Sent from my ADR6425LVW using XDA App
maniac2k said:
When I did a few wipes, it did wipe my sdcard folder. That is problem 1. #2 is then I have to config all my apps that default to sdcard. #3 I have to now backup sdcard and sdcard2. #4 wah I don't want change.
Sent from my ADR6425LVW using XDA App
Click to expand...
Click to collapse
That's what I read, so I backed it up, but htcdev didn't wipe it on my device (does a factory reset when unlocking), and it wasn't wiped when I installed chingy's rom (that auto wipes), so I don't know why some are experiencing this.
Not to mention that wiping with amon ra also does not delete the internal sd card.
md303 said:
vold.fstab modification EXPERIMENTAL
Read the whole thread first before you decide
http://forum.xda-developers.com/showthread.php?t=1383330
Click to expand...
Click to collapse
Modded the vold.fstab per your link and it worked. Thanks!
http://forum.xda-developers.com/showthread.php?t=2072751
enter here to fix default install location to sdcard2:
http://forum.xda-developers.com/showthread.php?t=2072751
Titanium backup was mentioned, it's really easy to go into preferences and edit the backup storage location. I used to walk a lot of people through it with the remote unlocking process I would do.
Sent from my ADR6425LVW using xda premium

[Q] Nook Tablet Partitions

I finished rooting my Nook Tablet and started copying over files to the /data/media directory. However, none of my music shows up in any of my apps. Why not?
well it does not allow you to copy for some reason
(at least for me)
it just crashes and when i go and see it , it not there.
^(probably did not help, but...)
did you change permissions after copying files?
hey you live in Souther California too
nice nba1341
nba1341 said:
did you change permissions after copying files?
Click to expand...
Click to collapse
Yes, I gave permission to all of them. None of the files show up in any of my programs, they all say that I don't have an SD Card mounted or just won't show anything.
Hamington said:
Yes, I gave permission to all of them. None of the files show up in any of my programs, they all say that I don't have an SD Card mounted or just won't show anything.
Click to expand...
Click to collapse
If you don't see the SD card just pop it out and reinsert it. That's a common thing for the NT.
nba1341 said:
did you change permissions after copying files?
Click to expand...
Click to collapse
Did I copy the files to the right directory? How do I get them to show up in my programs?
Edit: This is seriously bothering me now, I have 12 GB and I can't use any of it because none of those files will show up in ANY of my picture/video/music apps. Isn't there any way to link a folder into the internal SD card so that the apps think it's on the internal SD card?

[Q] Internal /sdcard

can the internal sdcard be formatted from a PC just like an external sdcard ?
I dont care about anything data I have on it, I just need to know if i wipe it I am not effing anything up that needs to run.
Thanks!
The "Internal SD" is not really an SD card in the sense of a removable or separate device. It is part of the internal memory, but from the stand point of the system is treated as a separate drive. Kind of like the way you can take a hard drive a partition it into two "logical" drives that can be separately addressed.
In any case the formatting of the internal SD is a function of the Android system and not the PC. I'm not sure what happens if you try to format while the device is plugged in via USB. I know there are several hidden directories that Android needs on the SD card and if you try to format from the PC they are likely to be destroyed.
If you look at "Settings-Storage" you should find the formatting tool.
mbamberg said:
The "Internal SD" is not really an SD card in the sense of a removable or separate device. It is part of the internal memory, but from the stand point of the system is treated as a separate drive. Kind of like the way you can take a hard drive a partition it into two "logical" drives that can be separately addressed.
In any case the formatting of the internal SD is a function of the Android system and not the PC. I'm not sure what happens if you try to format while the device is plugged in via USB. I know there are several hidden directories that Android needs on the SD card and if you try to format from the PC they are likely to be destroyed.
If you look at "Settings-Storage" you should find the formatting tool.
Click to expand...
Click to collapse
But, back to the original question: how do you format (wipe) the internal SD card?
This whole issue of the pictures and mp3s that can't be removed is really bugging me.
kevincwelch said:
But, back to the original question: how do you format (wipe) the internal SD card?
This whole issue of the pictures and mp3s that can't be removed is really bugging me.
Click to expand...
Click to collapse
did you try going into root explorer and mounting r/w and then try to delete the files? Just asking because there has been a few bricks on here from people formatting their internal.
Sent from my ADR6300 using xda premium
kevincwelch said:
But, back to the original question: how do you format (wipe) the internal SD card?
This whole issue of the pictures and mp3s that can't be removed is really bugging me.
Click to expand...
Click to collapse
If you remove those files, you may not be able to use the OTA updates....the updates don't seem to like changed or removed files.
Bob
monkey10120 said:
did you try going into root explorer and mounting r/w and then try to delete the files? Just asking because there has been a few bricks on here from people formatting their internal.
Sent from my ADR6300 using xda premium
Click to expand...
Click to collapse
Good thought: I did use Root Explorer to mount R/W. It did NOT let me delete those files.
(I really have no serious intentions of formatting my internal "SD" card; I'm just fuming that I have no control over the files, which show up in my Google music.)
I also can't seem to put a .nomedia file in the directory either.
---------- Post added at 12:27 AM ---------- Previous post was at 12:26 AM ----------
robertg9 said:
If you remove those files, you may not be able to use the OTA updates....the updates don't seem to like changed or removed files.
Bob
Click to expand...
Click to collapse
Not necessarily worried about that. I've found a ROM and kernel that work pretty well, and since this isn't my phone, I don't need it to be running 24-7.
There's nothing in System Settings-Storage?
Sent from my HTC Desire using XDA

Sdcard0

So I saw that I had an SDcard0 file and an SDcard file. I deleted the SDcard0 file and it deleted everything on my SD card....how screwed am I? :/
Sent from my HTC6435LVW using xda app-developers app
If you have a backup made, your fine. If not, its lost.
Don't delete system folders unless you know what you're doing.
ramongarza said:
So I saw that I had an SDcard0 file and an SDcard file. I deleted the SDcard0 file and it deleted everything on my SD card....how screwed am I? :/
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
On a scale to one to ten? About a 8.
If you have rooted your phone, you can get an undelete app (like Fahrbot's Undelete for Root Users on the Market) and recover the folder... hopefully. There's a chance it won't catch the files or whatever. If you're not rooted, I don't think it would be possible to get them back, but I may be wrong (check Google, they may know).
In case you were wondering why this happened, I'll tell you. Android is based on Linux. Linux has these links to files/folders called symlinks. Now, for whatever reason it is, Android has multiply links to the sdcard (probably to help with compatibility). So while they may look like two different folders, they lead to the same place. Think of it as two doors to the same house.
Good luck!
If you are on a 4.2 ROM (One found in Original Development):
The SDcard0 and SDcard are all links to /Data/Media/0. Use a root browser to navigate here and see of your SD cards contents are here. I'm not sure if deleting a symlink will also delete its source, so you may still have the SDcard just not a way to access it without root permissions. If you can see your SD card in /data/media/0, PM me and I'll try to help you restore it. If you don't see anything here, or don't see your SD cards contents (before wipe), I'm sorry to say this but your pretty screwed.
Sent from my Droid DNA running Rootbox

Categories

Resources