|

楼主 |
发表于 2006-12-11 23:33:14
|
显示全部楼层
run fdisk -l ,and it will show the status of all storages
on the list, /dev/sda1 is the flashdisk device,and the mp3 is showed as the device /dev/sdb
Mounting the flashdisk:
mkdir /mnt/flashdisk
mount [-t vfat] /dev/sda1 /mnt/flashdisk
Mounting the MP3:
mkdir /mnt/mp3
mount /dev/sdb /mnt/mp3
thanks all the people here !! |
|