Directly read and write the content of the palm expansion card in linux
Source: Internet
Author: User
Article Title: directly read and write the content of the palm expansion card in linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
In linux, you can directly connect to a computer (data cable or base) through palm to read the content on the SD card. The process is as follows:
First you need the card export latest 2.15
The following addresses are beta http://www.softick.com/cardexport/
After synchronization and installation, run on the palm. ce will ask you to restart the palm.
Connect the palm to the base or the data line, and click connect. At this time, there is no response ...... To fdisk-l in the console, you should see the following:
Disk/dev/sdc: 255 MB, 255852544 bytes
16 heads, 32 sectors/track, 976 cylinders
Units = cylinders of 512*512 = 262144 bytes
Device BootStart EndBlocks Id System
/Dev/sdc1 1 976249805 + 6 FAT16
Then, mkdir/mnt/usb is used to create a directory. In fact, you can select a directory by name.
Then mount/dev/sdc1/mnt/usb
Here, sdc1 is found through the fdisk command just now, And/mnt/usb is the one I just created
In this way, you should be able to see the content on your card in the mnt/usb directory!
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.