Chinaunix

标题: Linux下挂载usb盘 [打印本页]

作者: GOD_Father    时间: 2004-04-29 12:00
标题: Linux下挂载usb盘
许多人都用autousb自动挂载usb,其实大可不必
先以root身份登陆终端
在/mnt下,mkdir usb

挂载命令:
mount  -loop /dev/sda1 /mnt/usb
作者: 天外闲云    时间: 2004-04-29 12:44
标题: Linux下挂载usb盘
How do you konw my usb drive is on sda1?

and using this command cannot show chinese correct

Befor you typein mount in the terminal there is lots of things to do to make your command "mount -loop /dev/sda1 /mnt/usb" useable.

autousb is useful for who just use a usb drive ,but if you got another usb stuff such as a usb printer ,it's a night mare indeed.
作者: 蜡烛油炒蛋炒饭    时间: 2004-04-29 12:52
标题: Linux下挂载usb盘
原帖由 "天外闲云" 发表:
How do you konw my usb drive is on sda1?

and using this command cannot show chinese correct

Befor you typein mount in the terminal there is lots of things to do to make your command "mount -loop..........


So, man, according to ur opnion, how to mount the usb device correctly?
作者: firefoxxp    时间: 2004-04-29 12:56
提示: 作者被禁止或删除 内容自动屏蔽
作者: q1208c    时间: 2004-04-29 13:44
标题: Linux下挂载usb盘
为什么要 -loop 呢??
作者: 天外闲云    时间: 2004-04-29 13:52
标题: Linux下挂载usb盘
昨天写过一个"U盘的正确使用方法“帖子,搜一下好了。主要部分是英文的。
作者: 天外闲云    时间: 2004-04-29 13:57
标题: Linux下挂载usb盘
原帖由 "firefoxxp" 发表:
hehe
因为LINUX通常把USB盘认成SDA


linux把usb认作sisc设备,但是并不代表就一定是/dev/sda1,也许用特殊的程序可以把U盘固定挂在/dev/sda1(比如autousb)但是,一般不会是固定在/dev/sda1上的。
作者: 天外闲云    时间: 2004-04-29 14:23
标题: Linux下挂载usb盘
[quote]原帖由 "q1208c"]为什么要 -loop 呢??[/quote 发表:


我也想知道!在这个地方有什么用呢?
作者: GOD_Father    时间: 2004-04-29 14:44
标题: Linux下挂载usb盘
上面的命令我在RH9.0中运行通过
你们可以试试啊
至于/dev/sda1只是一个例子,我没说明白是我的错。

你自己的是/dev/?你可以用命令查一下,
好象是dmesg     具体是什么我记不太清了
以后想到再告诉各位吧

20044134333212393.jpg (5.82 KB, 下载次数: 47)

20044134333212393.jpg

作者: 一起走过的日子    时间: 2004-04-29 14:51
标题: Linux下挂载usb盘
偶就没用这参数-loop

可是也可以挂载上的啊

请问楼主,loop 作用是?
作者: 天外闲云    时间: 2004-04-29 14:51
标题: Linux下挂载usb盘
fdisk -l /dev/sd??

你说的是这个,呵呵,不过你的帖子很不完整,你是已经假设U盘能用的基础上挂载,实际上不少的情况下还需要做特别的设置才可以挂载使用的,另外,那个loop在这里有什么用?




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2