kevin760515 / android-x86

Automatically exported from code.google.com/p/android-x86
0 stars 0 forks source link

mount internal HDD #87

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
i just installed android x86 on my Samsung Q1(old one without hardware-qwerty).
Unfortunately I can't see the internal HDD I thought i would find an drive
(e.g sd0, sd1,... ) under /dev/ but i can't find it? :/

Does someone have the same problem? or has a clue what the problem is?

chears
Toni

Original issue reported on code.google.com by Toni.gur...@googlemail.com on 30 Mar 2010 at 9:38

GoogleCodeExporter commented 9 years ago
their under /dev/block/

but i cant seem to mount my hdd :/

Original comment by MegaGame...@gmail.com on 28 Mar 2011 at 6:20

GoogleCodeExporter commented 9 years ago
ya harddisk is /dev/block/sda. .............if u try to mount use this
Mount -t vfat /dev/block/sda* /mnt/sdcard.           For fat or fat 32 file 
system
Mount -t ext3 /dev/block/sda* /mnt/sdcar.             For ext3 file system
Waiting for ntfs support merged into kernel and ntfs-3g to be ported in 
android...........

Original comment by sighthan...@gmail.com on 14 May 2012 at 3:16

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I am having trouble mount internal hd as well. Im using 4.3 (would use 4.2 but 
a lot of apps strangely dont work on my 4.2 fresh setup, like astro filw 
manager).  I can mount just fine from the root rerminal, but invariably the 
regular apps can not see in contents. 

Original comment by dullfire...@gmail.com on 3 Aug 2013 at 7:02

GoogleCodeExporter commented 9 years ago
I would like to have some gui to mount other non Android partitions.

Original comment by ruthan...@gmail.com on 20 Mar 2014 at 12:13

GoogleCodeExporter commented 9 years ago
Using Android x86 4.4 RC2 on my Acer Aspire One AOA150 model... And since it 
runs WinXP by default it has a NTFS file system... a help on how to use the 
Internal HDD would be of great use...

Original comment by cutekid...@gmail.com on 22 Jul 2014 at 4:45

GoogleCodeExporter commented 9 years ago
I don't know if this is the right way to do it (I'm sure there is a better 
way), but for mounting NTFS partitions I do this:

ntfs-3g /dev/block/sda3 /mnt/media_rw/usb3

where sda3 is the NTFS partition that I want to mount and usb3 is the mounting 
point (I don't know how to create another, I get read-only issues, so I use 
that).

after i've done that, sometimes i have some issues with permissions (I wasn't 
able to play music or videos from the NTFS partition), and searching I found 
this:

busybox mount /dev/block/sda3 /data/local/my_drive

and from there I can play my music and videos.

I know it's late, but I hope it helps

BTW I'm on Android-86 r1

Original comment by MiloGuti...@gmail.com on 18 Sep 2014 at 3:11

GoogleCodeExporter commented 9 years ago
I'm using a dual boot pc with windows 7 & android x86 side by side. The 
partition in which i have installed android x86 is in fat32 format whereas 
other 4 partitions r in NTFS format. I just want transfer my apk's to the drive 
on which my android is installed trough windows OS. Can anybody help me.

Original comment by rnaba...@gmail.com on 6 Oct 2014 at 3:26

GoogleCodeExporter commented 9 years ago
Am trying using #7 instructions but I cant get through 

Original comment by maxmu...@gmail.com on 17 Dec 2014 at 11:16

GoogleCodeExporter commented 9 years ago
I also tried #7 on Android -x86 r1:

   ntfs-3g /dev/block/... /data/....

but received this message:

    mntent* getmntent(FILE*)(3) is not implemted on Android

How does this work at #7?
Anybody help?

I was also looking for some Tutorial on Youtube for this issue - found none - 
anyone of the experts time to do one?

Original comment by hauptman...@gmail.com on 28 Dec 2014 at 6:51

GoogleCodeExporter commented 9 years ago
not work for on 4.4 rc2 plz any one provide clear totraila

Original comment by nj.jagh...@gmail.com on 20 Apr 2015 at 9:54