N900 filesystem

(Location table)
(Instructions for viewing hidden files)
 
(14 intermediate revisions not shown)
Line 3: Line 3:
Note: power users should know how to use find, so lets keep this article beginner-friendly!
Note: power users should know how to use find, so lets keep this article beginner-friendly!
 +
== Location table ==
-
=== Location table ===
+
{|class="wikitable"
-
{|class="wikitable" style="text-align:center;
+
|+ N900 mount points
|-
|-
!File manager path
!File manager path
!Real path
!Real path
!Size of the partition
!Size of the partition
 +
!Partition Type
!Device
!Device
|-
|-
|root
|root
-
|/
+
|<code>/</code>
-
|256MiB
+
|256 MiB
 +
|rootfs
|Built in to processor chip
|Built in to processor chip
|-
|-
|space for software installations etc.
|space for software installations etc.
-
|/home
+
|<code>/home</code>
-
|2GiB
+
|2 GiB
-
|Partition of 32GB memory chip
+
|ext3
 +
|Partition of 32 GB memory chip
|-
|-
|Nokia N900
|Nokia N900
-
|[http://wiki.maemo.org/MyDocs_folder /home/user/MyDocs]
+
|<code>[[MyDocs folder|/home/user/MyDocs]]</code>
-
|27GiB
+
|27 GiB
-
|Partition of 32GB memory chip
+
|vfat (default)
 +
|Partition of 32 GB memory chip
|-
|-
|Memory card
|Memory card
-
|/media/mmc1
+
|<code>/media/mmc1</code>
|Memory card's size
|Memory card's size
 +
|N/A
|microSD memory card
|microSD memory card
|-
|-
|Swap
|Swap
| -
| -
-
|768MiB
+
|768 MiB
-
|Partition of 32GB memory chip
+
|swap
 +
|Partition of 32 GB memory chip
|-
|-
|}
|}
-
'''Please notice, that units are [http://en.wikipedia.org/wiki/Gigibyte Gigibytes][GiB], not [http://en.wikipedia.org/wiki/Gigabytes Gigabytes] [GB]. N900 specs say 32GB, not 32GiB'''  
+
'''Please notice, that units are [[:wikipedia:Gibibyte|Gibibytes]] (GiB), not [[:wikipedia:Gigabytes|Gigabytes]] (GB). N900 specs say 32 GB, not 32 GiB'''  
-
Note: MyDocs has subfolders that can be seen with file manager, there is an article describing those called [[MyDocs folder]]. The folder you see when you plug your N900 to computer is  
+
eMMC is a image of 32 GB chip. See [[Updating the firmware]]
-
  <code>/home/user/MyDocs</code>
+
 
 +
Note: MyDocs has subfolders that can be seen with file manager, there is an article describing those called [[MyDocs folder]]. The folder you see when you plug in your N900 to computer is:
 +
  /home/user/MyDocs
== Instructions for viewing hidden files ==
== Instructions for viewing hidden files ==
 +
 +
All files that start with period (.), are hidden files/folders. For example:
 +
/home/user/.thisishiddenfile.txt
 +
/home/user/MyDocs/.images/
; Mac
; Mac
-
: Use ls -a in terminal or [http://www.apple.com/downloads/dashboard/developer/hiddenfiles.html a Dashboard Widget]
+
: Use <code>ls -a</code> in [[terminal]] or [http://www.apple.com/downloads/dashboard/developer/hiddenfiles.html a Dashboard Widget]
; Windows
; Windows
: To see hidden or system files, open the "Tools" menu, and select "Folder Options", then in the "View" tab, check "Show hidden files and folders". [http://www.microsoft.com/windowsxp/using/helpandsupport/learnmore/tips/hiddenfiles.mspx Learn more]
: To see hidden or system files, open the "Tools" menu, and select "Folder Options", then in the "View" tab, check "Show hidden files and folders". [http://www.microsoft.com/windowsxp/using/helpandsupport/learnmore/tips/hiddenfiles.mspx Learn more]
-
; GNOME
+
; GNOME - Nautilus
: In the '''View''' menu of the file manager, check the "Hidden files" checkbox. [http://library.gnome.org/users/user-guide/stable/nautilus-hidden-files.html.en Learn more]. The keyboard shortcut is Control+H.
: In the '''View''' menu of the file manager, check the "Hidden files" checkbox. [http://library.gnome.org/users/user-guide/stable/nautilus-hidden-files.html.en Learn more]. The keyboard shortcut is Control+H.
-
; KDE
+
; KDE - Dolphin
: In the '''View''' menu of the file manager, select "Show Hidden Files" [http://docs.kde.org/stable/en/kdebase-apps/dolphin/dolphin-interface.html Learn more]
: In the '''View''' menu of the file manager, select "Show Hidden Files" [http://docs.kde.org/stable/en/kdebase-apps/dolphin/dolphin-interface.html Learn more]
 +
; Command line
 +
: Use <code>ls -a</code> in a terminal. This will work on your Nokia N770, N8xx, and N900 as well as any Linux distro or system.
== Further reading ==
== Further reading ==
-
* [http://en.wikipedia.org/wiki/Unix_directory_structure The Unix directory structure] article from wikipedia.
+
 
 +
* [[:wikipedia:Unix directory structure|The Unix directory structure]] article from Wikipedia.
[[Category:Beginners]]
[[Category:Beginners]]
[[Category:N900]]
[[Category:N900]]

Latest revision as of 21:50, 8 August 2012

This article is here to help you find your files you see in file manager but can't seem to find via terminal.

Note: power users should know how to use find, so lets keep this article beginner-friendly!

[edit] Location table

N900 mount points
File manager path Real path Size of the partition Partition Type Device
root / 256 MiB rootfs Built in to processor chip
space for software installations etc. /home 2 GiB ext3 Partition of 32 GB memory chip
Nokia N900 /home/user/MyDocs 27 GiB vfat (default) Partition of 32 GB memory chip
Memory card /media/mmc1 Memory card's size N/A microSD memory card
Swap - 768 MiB swap Partition of 32 GB memory chip

Please notice, that units are Gibibytes (GiB), not Gigabytes (GB). N900 specs say 32 GB, not 32 GiB

eMMC is a image of 32 GB chip. See Updating the firmware

Note: MyDocs has subfolders that can be seen with file manager, there is an article describing those called MyDocs folder. The folder you see when you plug in your N900 to computer is:

/home/user/MyDocs

[edit] Instructions for viewing hidden files

All files that start with period (.), are hidden files/folders. For example:

/home/user/.thisishiddenfile.txt
/home/user/MyDocs/.images/
Mac
Use ls -a in terminal or a Dashboard Widget
Windows
To see hidden or system files, open the "Tools" menu, and select "Folder Options", then in the "View" tab, check "Show hidden files and folders". Learn more
GNOME - Nautilus
In the View menu of the file manager, check the "Hidden files" checkbox. Learn more. The keyboard shortcut is Control+H.
KDE - Dolphin
In the View menu of the file manager, select "Show Hidden Files" Learn more
Command line
Use ls -a in a terminal. This will work on your Nokia N770, N8xx, and N900 as well as any Linux distro or system.

[edit] Further reading