maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   32GB Micro SDHC folder (https://talk.maemo.org/showthread.php?t=65216)

pious_momin 2010-11-07 15:19

32GB Micro SDHC folder
 
im using 32GB SDHC Memory Card, i have copied .sounds, .videos, .images folders to SD card but data unavailable, can someone help me out??? how to create folders?/

rooster13 2010-11-07 17:44

Re: 32GB Micro SDHC folder
 
Hi,

I think it's because those folders are hidden.
In Linux, Unix, AIX when a folder starts with a period it is hidden.

Just tested myself on my MMC and I can't see any hidden folders on the file manager.

Just create folders like Sounds, Video etc. without them starting with a period.

pious_momin 2010-11-07 17:51

Re: 32GB Micro SDHC folder
 
thanks dude for kind reply

judibet 2010-11-09 17:03

Re: 32GB Micro SDHC folder
 
Your 32GB memory card works on N900?
In some website, N900 could take 16GB memory card max!

luiscesjr 2010-11-09 17:06

Re: 32GB Micro SDHC folder
 
Quote:

Originally Posted by judibet (Post 868240)
Your 32GB memory card works on N900?
In some website, N900 could take 16GB memory card max!

N900 is capable of reading SDHC cards, so in theory as much as this technology can have in size, N900 can read it. ( Right now it`s 32gb maximum I guess, don`t know if anyone has already put on market 64 gb cards )

judibet 2010-11-09 17:12

Re: 32GB Micro SDHC folder
 
Since 32GB, I think FAT32 format is better...
So you said that N900 can read 32GB memory card and more?

NB : On Unix systems (Linux/Mac OS/Solaris etc.), hiddens files have a point before their name (for example, .hidden is and hidden file).

luiscesjr 2010-11-09 17:24

Re: 32GB Micro SDHC folder
 
Quote:

Originally Posted by judibet (Post 868252)
Since 32GB, I think FAT32 format is better...
So you said that N900 can read 32GB memory card and more?

NB : On Unix systems (Linux/Mac OS/Solaris etc.), hiddens files have a point before their name (for example, .hidden is and hidden file).

Well, yeah, as far as I know, its possible.

laasonen 2010-11-09 20:07

Re: 32GB Micro SDHC folder
 
Quote:

Originally Posted by luiscesjr (Post 868260)
Well, yeah, as far as I know, its possible.

It should work, even my 500GB external hard drive worked perfectly in host mode :)

geneven 2010-11-09 20:29

Re: 32GB Micro SDHC folder
 
Quote:

Originally Posted by judibet (Post 868252)
Since 32GB, I think FAT32 format is better...
So you said that N900 can read 32GB memory card and more?

NB : On Unix systems (Linux/Mac OS/Solaris etc.), hiddens files have a point before their name (for example, .hidden is and hidden file).

I think that at some point some real expert said that even terrabyte cards would work, if they existed. The only reason Nokia sometimes specifies a limit is that they don't talk about things they haven't tested, and whenever they publish the specs they haven't tested things that don't exist yet. I have a 32GB memory card, btw, works fine on my N900.

Oh, and on the subject of hidden files -- there are alternate file managers for the N900, and most of them have a setting that allows them to unhide hidden files.

judibet 2010-11-10 12:41

Re: 32GB Micro SDHC folder
 
:D Oh, I wanna a 32GB card lol!

cddiede 2010-11-10 14:57

Re: 32GB Micro SDHC folder
 
The N900 can read any SDHC compliant cards. SDHC has a maximum volume size of 32GB.

Any SD card higher then that would be SDXC compliant and the N900 can't read that format.

(SDXC maximum volume size of 2TB)

OVK 2010-11-12 11:11

Re: 32GB Micro SDHC folder
 
Quote:

Originally Posted by cddiede (Post 869254)
The N900 can read any SDHC compliant cards. SDHC has a maximum volume size of 32GB.

Any SD card higher then that would be SDXC compliant and the N900 can't read that format.

(SDXC maximum volume size of 2TB)

Is the problem with SDXC compatibility related to proprietary filesystem or is there a hardware limitation?

SubCore 2010-11-12 11:32

Re: 32GB Micro SDHC folder
 
Quote:

Originally Posted by cddiede (Post 869254)
Any SD card higher then that would be SDXC compliant and the N900 can't read that format.

how did you come to that conclusion?
the N900 should read SDXC fine, it's just a matter of the filesystem in use. if you want to use the SDXC card under windows as well, it might be a bit tricky since exFAT for Linux isn't there yet (as far as i know), but if you format the card with ext3 there shouldn't be any problem.

see this thread f.ex.

Spunk 2011-03-29 19:12

Re: 32GB Micro SDHC folder
 
Well was just cruising and found this thread, just tested my Kingston 64 GB class 10 memory card (model: SD10A/64GB Secure Digital Extended Capacity (SDXC) on my N900 and works like a charm!

And on the topic of .folders, if you're not using a Unix/Linux machine and are stuck on PC/MAC, then you can use Xterminal to copy/move your files and folders on SD card.

First get access to be in root by installing "chroot"

Xterminal Commands:

Code:

1. sudo gainroot

2. cd /home/user/MyDocs/

3. for moving the file/folder to SD card:

mv {file/foldername} /media/mmc1

4. for copying the file/folder to SD card:

cp {file/foldername} /media/mmc1

OR you can use 3rd party explorer softwares to access your files like "CuteExplorer".

nkirk 2011-03-29 19:51

Re: 32GB Micro SDHC folder
 
wow..nice find..btw did u do file system checks after copying lots of large files ? for any corruption issues ?



nkirk

Spunk 2011-03-29 20:05

Re: 32GB Micro SDHC folder
 
Quote:

Originally Posted by nkirk (Post 977977)
wow..nice find..btw did u do file system checks after copying lots of large files ? for any corruption issues ?



nkirk

Will do later in the day once i get the time to transfer large files. will keep you posted.

cloud596 2011-03-30 15:03

Re: 32GB Micro SDHC folder
 
Quote:

Originally Posted by Spunk (Post 977954)
Well was just cruising and found this thread, just tested my Kingston 64 GB class 10 memory card (model: SD10A/64GB Secure Digital Extended Capacity (SDXC) on my N900 and works like a charm!

And on the topic of .folders, if you're not using a Unix/Linux machine and are stuck on PC/MAC, then you can use Xterminal to copy/move your files and folders on SD card.

First get access to be in root by installing "chroot"

Xterminal Commands:

Code:

1. sudo gainroot

2. cd /home/user/MyDocs/

3. for moving the file/folder to SD card:

mv {file/foldername} /media/mmc1

4. for copying the file/folder to SD card:

cp {file/foldername} /media/mmc1

OR you can use 3rd party explorer softwares to access your files like "CuteExplorer".

would u like to explain how to insert microsd slot. searching on google but doubtly with the form which is look a standar mmc

Spunk 2011-03-31 09:49

Re: 32GB Micro SDHC folder
 
Quote:

Originally Posted by cloud596 (Post 978571)
would u like to explain how to insert microsd slot. searching on google but doubtly with the form which is look a standar mmc

I tested it in USB host mode.. its a SD card and not a micro SD.


All times are GMT. The time now is 00:01.

vBulletin® Version 3.8.8