快速业务通道

linux下移动设备的挂载

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-26
[root@localhost root]# rpm -qa|grep kernel
//查看linux内核kernel是否安装上了,kernel对IDE和SCSI硬盘的系统的支持.
kernel-pcmcia-cs-3.1.31-13
kernel-source-2.4.20-8
kernel-2.4.20-8
[root@localhost root]#echo $LANG
//查看linux系统默认的字符集
zh_CN.GB18030
[root@localhost root]# fdisk -l
//查看U盘设备是否别识别,现在我的没有识别,可以在虚拟机菜单栏的“虚拟机”—“可移动设备”—“USB设备”—“kingston Removable disk”我的是金士顿U盘,在前面打勾.
然后弹出提示信息
USB设备即将从主机拔下,并连接到这个虚拟机.它被停止,以便消除了一些安全设备,主机可能会显示消息“该设备可以安全地删除”
点击确定
Disk /dev/sda: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 979 7759395 83 Linux
/dev/sda3 980 1044 522112 82 Linux swap
[root@localhost root]# fdisk -l
//U盘被识别出来了,我的是U盘式fat16格式的,不同格式,挂载方法都不一样.Ntfs 格式mount –t ntfs 加显示的设备 挂载点
光盘挂载mount –t iso9660 /dev/hdc /mnt/cdrom
软盘挂载mount –t msdos /dev/fd0 /mnt/floppy
等等
Disk /dev/sda: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 979 7759395 83 Linux
/dev/sda3 980 1044 522112 82 Linux swap

Disk /dev/sdb: 1999 MB, 1999568384 bytes
32 heads, 63 sectors/track, 1937 cylinders
Units = cylinders of 2016 * 512 = 1032192 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 1 1937 1952464 6 FAT16
[root @loccalhast root]#mkdir /mnt/usb
//在/mnt目录下建一个usb挂载点
[root@localhost root]# mount -t vfat /dev/sdb1 /mnt/usb
//USB设备(/dev/sdb1)挂在到/mnt/usb目录下
[root@localhost root]# cd /mnt/usb
//切换到usb目录下
[root@localhost usb]# ll
//显示文件,是乱码,不支持中文
总用量 50144
drwxr-xr-x 2 root root 32768 12月 2 14:43 ??
drwxr-xr-x 2 root root 32768 12月 2 14:43 ??
drwxr-xr-x 3 root root 32768 12月 28 19:24 ???
drwxr-xr-x 3 root root 32768 12月 28 19:24 ???
drwxr-xr-x 3 root root 32768 12月 28 19:24 ???
[root @localhsot usb ]#cd
//切换到root目录,在挂载当前目录卸载,系统显示设备忙,无法卸载.
[root @localhost root]#umount /mnt/usb
//卸载USB设置
[root@localhost root]# mount -t vfat -o iocharset=cp936 /dev/sdb1 /mnt/usb
//重新挂载,-o iocharset后面跟是设立的字符集,cp935是简体中文,
[root@localhost root]# cd /mnt/usb
//切换到挂载点目录
[root@localhost usb]# ll
//可以看到显示中文,可以进行添加、拷贝,删除操作了
总用量 50144
-rwxr-xr-x 1 root root 1008716 9月 11 20:09 11_webserver.rar
drwxr-xr-x 2 root root 32768 12月 31 11:50 1简单点亮灯程序
-rwxr-xr-x 1 root root 22663 12月 31 11:49 a410addr.txt
-rwxr-xr-x 1 root root 11662908 12月 28 14:39 apache下.flv
-rwxr-xr-x 1 root root 7275 12月 31 11:47 ARM总结.txt
[root @localhost usb]#cd
//拔出U盘前,别忘了卸载U盘,避免数据丢失
[root @localhost root]#umount /mnt/usb更深入的学习请点击:顶嵌技术交流网

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号