LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 998|回复: 5

how to mount my MP3??

[复制链接]
发表于 2006-12-10 20:00:24 | 显示全部楼层 |阅读模式
# fdisk -l

but my mp3 isn't showed on the list (my flashdisk is done well)

,, it will use the same commands like mounting a flashdisk as follow: ?

# mkdir /mnt/mp3
# mount -t vfat /dev/sda1 /mnt/mp3


is this right ??  how to solve it.  please give me some advice. Thanks!

Platform : Slackware 10.0(kernel:2.4.26) + XFCE4
发表于 2006-12-11 00:09:20 | 显示全部楼层
ls -l /dev/sda*
fdisk -l /dev/sda
先看看上面两个命令的输出。
你的方法貌似没问题。
回复 支持 反对

使用道具 举报

发表于 2006-12-11 08:30:37 | 显示全部楼层
比我的好多了,我的mp3  fdisk -l 之后不知道出来的什么乱七八糟的东西,不敢乱动。
回复 支持 反对

使用道具 举报

发表于 2006-12-11 08:40:01 | 显示全部楼层
最好升级为2.6的内核吧~
回复 支持 反对

使用道具 举报

发表于 2006-12-11 12:26:13 | 显示全部楼层
会不会是USB驱动没装啊??
回复 支持 反对

使用道具 举报

 楼主| 发表于 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 !!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表