0
votes
0answers
20 views

Can Android provide as USB storage a filesystem not from a physical disk?

I'm not sure how an Android device works when connected as USB storage to a PC. Perhaps, it's not a direct access to a physical disk, but rather the Android system "emulates" a FAT filesystem for the ...
3
votes
1answer
10k views

why is my file system suddenly read only?

Some background: My HTC Desire HD has several issues. The first issue being that I can not connect to it using a USB cable. So I found that I can tell ADB to work over wifi and I was using this ...
11
votes
4answers
12k views

What's the Android equivalent of /etc/fstab?

Sometimes I really wish they hadn't messed around with Linux so much! I know there's an /etc/fstab in there somewhere, but where? I'd like to mount some partitions with alternative filesystems ...