Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    Mass storage mode not shown any data after connecting through USB

    Reply
    Page 1 of 2 | 1   2   | Next
    mobesherzahid | # 1 | 2012-08-27, 07:18 | Report

    hello to all my friends

    the problem m facing with my n900 from last couples of days when i attach my n900 to one of my friends pc its running on win 7 kindly help me on belows.

    Question #1
    when i connect my n900 through USB cable as mass storage mode it show me 2 icons (one icon displays n900 pic,other icon displays simple drive pic) when i open the n900 drive its empty no data folder such as image,audio,videos shown...at the same time when i copy any data from PC and i put in my memory and unplug my n900 its shows me in file manager outside the data folder, and my all data folder are showing same contents,

    -Question #2
    before showing this prblem i install GPS maps and now i uninstall all these application.

    -Question #3-
    i dnt wnt to use PC suite i love to use Mass storage mode

    Edit | Forward | Quote | Quick Reply | Thanks

     
    michaaa62 | # 2 | 2012-08-27, 07:46 | Report

    Try to force a file system check from your windows pc

    or

    from X-Terminal application, you need rootsh installed for this to work:
    Code:
    sudo gainroot
    umount /dev/mmcblk0p1
    There might be an neglectable error if the device is not mounted
    Code:
    fsck -af /dev/mmcblk0p1
    Then reboot the N900.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    mobesherzahid | # 3 | 2012-08-27, 13:55 | Report

    following are the actions when i write in X terminal

    ~ $ sudo gainroot
    root shell enabled
    BusyBox v1.10.2 (Debian 3:1.10.2.legal-losso30+0m5) built -in shell (ash)
    Enter 'help' for a list of built - in commands.

    /home/user # umount /dev/mmcblk0p1
    /home/user # fsck -af /dev/mmcblk0p1
    Fsck 1.41.3.maemo 0 (12-oct-2008)
    Dosfsck 2.11,12 Mar 2005, FAT32, LFN
    /dev/mmcblk0p1: 2910 files, 117082/442377 clusters
    then i reboot my N900 but still the same problem when i go to my n900 internal memory no folder shown....bro any other idea kindly advice

    Edit | Forward | Quote | Quick Reply | Thanks

     
    mobesherzahid | # 4 | 2012-08-27, 13:57 | Report

    Originally Posted by michaaa62 View Post
    Try to force a file system check from your windows pc

    or

    from X-Terminal application, you need rootsh installed for this to work:
    Code:
    sudo gainroot
    umount /dev/mmcblk0p1
    There might be an neglectable error if the device is not mounted
    Code:
    fsck -af /dev/mmcblk0p1
    Then reboot the N900.
    following are the actions when i write in X terminal

    ~ $ sudo gainroot
    root shell enabled
    BusyBox v1.10.2 (Debian 3:1.10.2.legal-losso30+0m5) built -in shell (ash)
    Enter 'help' for a list of built - in commands.

    /home/user # umount /dev/mmcblk0p1
    /home/user # fsck -af /dev/mmcblk0p1
    Fsck 1.41.3.maemo 0 (12-oct-2008)
    Dosfsck 2.11,12 Mar 2005, FAT32, LFN
    /dev/mmcblk0p1: 2910 files, 117082/442377 clusters
    then i reboot my N900 but still the same problem when i go to my n900 internal memory no folder shown....bro any other idea kindly advice

    Edit | Forward | Quote | Quick Reply | Thanks

     
    michaaa62 | # 5 | 2012-08-27, 14:06 | Report

    This is odd, because fsck ran fine without any errors.
    Try to get the output of these commands
    Code:
    mount
    df -h
    ls -al /home/user/MyDocs
    sudo gainroot 
    sfdisk -l
    and post them here, please.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    mobesherzahid | # 6 | 2012-08-28, 08:23 | Report

    Originally Posted by michaaa62 View Post
    This is odd, because fsck ran fine without any errors.
    Try to get the output of these commands
    Code:
    mount
    df -h
    ls -al /home/user/MyDocs
    sudo gainroot 
    sfdisk -l
    and post them here, please.
    ~ $ mount
    rootsfs on / type rootfs (rw)
    ***long code mentioned here so i write the last line

    /opt/pymaemo/usr/lib/python-support on /usr/lib/pyhon-support type bind (bind)
    ~ $ df -h
    ***long code mentioned here so i write the last line

    /dev/mmcblk0p1 27.0G 7.1G 19.9G 26 % / home /user/MyDocs

    ~ $ ls -al /home/user/MyDocs
    ls: invalid option -- /
    BusyBox v1.10.2 (Debian 3:1.10.2.legal-losso30+0m5) multi-call binary
    Usage: ls [-1AacCdeilnLRrSsTtuvwxXhk] [filenames...]
    ~ $ sudo gainroot
    BusyBox v1.10.2 (Debian 3:1.10.2.legal-losso30+0m5) built-in shell (ash)
    Enter 'help' for a list of built-in commands.
    /home/user # sf disk-l
    /bin /sh: sf: not found
    /home/user #

    dear bro above all the codes that i get after your advice..and one thng more i apply these codes in x terminal without attached my n900 to PC..after that same prblem....

    Edit | Forward | Quote | Quick Reply | Thanks

     
    michaaa62 | # 7 | 2012-08-28, 08:34 | Report

    This useless, if you do not give full output with copy and paste! You might want to redirect the output into a file and attach that file, but please copy and paste the commands to not ruin it by typos.
    Code:
    mount > debug.txt
    df -h >> debug.txt
    ls -al /home/user/MyDocs >> debug.txt
    sudo gainroot  >> debug.txt
    sfdisk -l >> debug.txt
    This does not have any output in the terminal, but redirects the output to a file debug.txt. Please attach that file to the next post.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    mobesherzahid | # 8 | 2012-08-28, 11:36 | Report

    Originally Posted by michaaa62 View Post
    This useless, if you do not give full output with copy and paste! You might want to redirect the output into a file and attach that file, but please copy and paste the commands to not ruin it by typos.
    Code:
    mount > debug.txt
    df -h >> debug.txt
    ls -al /home/user/MyDocs >> debug.txt
    sudo gainroot  >> debug.txt
    sfdisk -l >> debug.txt
    This does not have any output in the terminal, but redirects the output to a file debug.txt. Please attach that file to the next post.
    but how i copy and paste these code? m a new user i just attach n900 to pc via usb cable and write commands in x terminal as normal.....i dnt know the other ways to give commands or copy paste these commands any idea

    Edit | Forward | Quote | Quick Reply | Thanks

     
    mobesherzahid | # 9 | 2012-08-28, 11:44 | Report

    Originally Posted by mobesherzahid View Post
    but how i copy and paste these code? m a new user i just attach n900 to pc via usb cable and write commands in x terminal as normal.....i dnt know the other ways to give commands or copy paste these commands any idea
    m really thankful to you if you advice me from step by step how i do this...and how i copy paste the codes and how i solve my problem?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    crail | # 10 | 2012-08-28, 12:16 | Report

    try a scan and fix and scan for bad sectors on the drive. right click over it and its in preferences i think.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Page 1 of 2 | 1   2   | Next
vBulletin® Version 3.8.8
Normal Logout