View Single Post
Old 06-08-2009, 11:17 AM   #4
godel10
Connoisseur
godel10 doesn't littergodel10 doesn't littergodel10 doesn't litter
 
Posts: 80
Karma: 204
Join Date: Jun 2007
Device: Sony Librie, Irex DR1000S
Quote:
Originally Posted by Shaggy View Post
Not sure about the DR1000, but on the iLiad the SD card is defined in /etc/fstab as "vfat", which means FAT32/etc. The DR1000 is probably similar.
Unfortunately it seems to be quite different. This is the output of the /etc/fstab file inside my DR1000S machine
Code:
rootfs               /                    auto       defaults              1  1
proc                 /proc                proc       defaults              0  0
devpts               /dev/pts             devpts     mode=0620,gid=5       0  0
usbdevfs             /proc/bus/usb        usbdevfs   noauto                0  0
tmpfs                /var                 tmpfs      defaults              0  0
tmpfs                /media/ram           tmpfs      defaults              0  0
/dev/mtdblock7       /home/root           jffs2      defaults              0  0
Hence, it seems it is not defined here the options for mounting the SD card.

On the other hand, the content of /etc/mtab is
Code:
rootfs / rootfs rw 0 0
/dev/root / jffs2 rw 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
/dev/root /dev/.static/dev jffs2 rw 0 0
tmpfs /dev tmpfs rw 0 0
devpts /dev/pts devpts rw 0 0
tmpfs /var tmpfs rw 0 0
tmpfs /media/ram tmpfs rw 0 0
/dev/mtdblock7 /home/root jffs2 rw 0 0
/dev/mmcblk0p1 /media/mmcblk0p1 vfat rw,nosuid,nodev,noatime,fmask=0002,dmask=0002,codepage=cp437,iocharset=iso8859-1,utf8 0 0
An this is the answer of running "df"
Code:
Filesystem           1k-blocks      Used Available Use% Mounted on
rootfs                  108544     38824     69720  36% /
/dev/root               108544     38824     69720  36% /
/dev/root               108544     38824     69720  36% /dev/.static/dev
tmpfs                    10240        72     10168   1% /dev
tmpfs                    63668       292     63376   0% /var
tmpfs                    63668         0     63668   0% /media/ram
/dev/mtdblock7            4096       564      3532  14% /home/root
/dev/mmcblk0p1          993408    374256    619152  38% /media/mmcblk0p1
godel10 is offline   Reply With Quote