24小时热门版块排行榜    

查看: 1366  |  回复: 8
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

云中木

金虫 (小有名气)

[求助] 关于siesta软件中的一些安装问题 已有1人参与

我下载的是ISO为后缀的ifort编译器和数据库的软件文件,根据网上的查的挂在文件的方法:在mnt下建一个子目录cd1,root用户,用 mount -t iso9660 -o loop xxx.iso /path 密令将该ISO文件放到cd1中,结果出现
Usage:
mount [-lhV]
mount -a [options]
mount [options] [--source] <source> | [--target] <directory>
mount [options] <source> <directory>
mount <operation> <mountpoint> [<target>]

选项:
-a, --all               mount all filesystems mentioned in fstab
-c, --no-canonicalize   don't canonicalize paths
-f, --fake              dry run; skip the mount(2) syscall
-F, --fork              fork off for each device (use with -a)
-T, --fstab <path>      alternative file to /etc/fstab
-h, --help              display this help text and exit
-i, --internal-only     don't call the mount.<type> helpers
-l, --show-labels       lists all mounts with LABELs
-n, --no-mtab           don't write to /etc/mtab
-o, --options <list>    comma-separated list of mount options
-O, --test-opts <list>  limit the set of filesystems (use with -a)
-r, --read-only         mount the filesystem read-only (same as -o ro)
-t, --types <list>      limit the set of filesystem types
     --source <src>      explicitly specifies source (path, label, uuid)
     --target <target>   explicitly specifies mountpoint
-v, --verbose           say what is being done
-V, --version           display version information and exit
-w, --rw, --read-write  mount the filesystem read-write (default)

-h, --help     display this help and exit
-V, --version  output version information and exit

Source:
-L, --label <label>     synonym for LABEL=<label>
-U, --uuid <uuid>       synonym for UUID=<uuid>
LABEL=<label>           specifies device by filesystem label
UUID=<uuid>             specifies device by filesystem UUID
PARTLABEL=<label>       specifies device by partition label
PARTUUID=<uuid>         specifies device by partition UUID
<device>                specifies device by path
<directory>             mountpoint for bind mounts (see --bind/rbind)
<file>                  regular file for loopdev setup

Operations:
-B, --bind              mount a subtree somewhere else (same as -o bind)
-M, --move              move a subtree to some other place
-R, --rbind             mount a subtree and all submounts somewhere else
--make-shared           mark a subtree as shared
--make-slave            mark a subtree as slave
--make-private          mark a subtree as private
--make-unbindable       mark a subtree as unbindable
--make-rshared          recursively mark a whole subtree as shared
--make-rslave           recursively mark a whole subtree as slave
--make-rprivate         recursively mark a whole subtree as private
--make-runbindable      recursively mark a whole subtree as unbindable

For more details see mount(8).
root@zyy-HP-Z210-Workstation:/mnt#
毕竟是新手,还不是太懂,想问下接下来该如何操作,或者是不是出现什么问题了,麻烦大神指点,不胜感激!!!
回复此楼

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

独钓寒江雪
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

云中木

金虫 (小有名气)

引用回帖:
6楼: Originally posted by KalaShayminS at 2015-05-25 09:44:25
mount -t iso9660 -o loop/home/....../编译器.iso/mnt/cd1
缺了空格
mount -t iso9660 -o loop/home/....../编译器.iso /mnt/cd1

加了空格显示的是mount: cannot find /mnt/cd1 in /etc/fstab
这又是什么情况呀,感觉初学真是举步维艰呀,求指导!
独钓寒江雪
7楼2015-05-25 22:07:53
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 9 个回答

KalaShayminS

铁杆木虫 (著名写手)

【答案】应助回帖


感谢参与,应助指数 +1
ljw4010: 金币+1, 谢谢指导解答! 2015-05-23 20:43:51
这个和SIESTA没有关系。
把ISO解压就可以了。
2楼2015-05-23 15:53:42
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

云中木

金虫 (小有名气)

引用回帖:
2楼: Originally posted by KalaShayminS at 2015-05-23 15:53:42
这个和SIESTA没有关系。
把ISO解压就可以了。

安装siesta前要先安装相应的编译器和数据库的,但我的编译器和数据库是ISO的文件类型,所以就按照网上说的去挂载,应该就相当于你说的将ISO解压吧,不过,在挂载的时候出现上面的情况不知道怎么弄所以求教一下。
独钓寒江雪
3楼2015-05-23 22:32:57
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

KalaShayminS

铁杆木虫 (著名写手)

【答案】应助回帖

引用回帖:
3楼: Originally posted by 云中木 at 2015-05-23 22:32:57
安装siesta前要先安装相应的编译器和数据库的,但我的编译器和数据库是ISO的文件类型,所以就按照网上说的去挂载,应该就相当于你说的将ISO解压吧,不过,在挂载的时候出现上面的情况不知道怎么弄所以求教一下。...

既然你的挂载有问题,最简单的方法是双击打开,直接解压(很多Linux版本是可以的),如果要解决挂载问题请把打的完整的命令发上来。
4楼2015-05-23 23:49:47
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 化学求调剂 +4 临泽境llllll 2026-03-17 5/250 2026-03-21 02:23 by JourneyLucky
[考研] 一志愿西南交大,求调剂 +5 材化逐梦人 2026-03-18 5/250 2026-03-21 00:26 by JourneyLucky
[考研] 南昌大学材料专硕311分求调剂 +5 77chaselx 2026-03-20 5/250 2026-03-20 23:42 by lovewei0727
[考研] 一志愿武汉理工材料工程专硕调剂 +9 Doleres 2026-03-19 9/450 2026-03-20 22:36 by JourneyLucky
[考研] 材料与化工 322求调剂 +4 然11 2026-03-19 4/200 2026-03-20 22:12 by luoyongfeng
[考研] 350求调剂 +5 weudhdk 2026-03-19 5/250 2026-03-20 22:04 by luoyongfeng
[考研] 265求调剂 +12 梁梁校校 2026-03-19 13/650 2026-03-20 21:01 by 无际的草原
[考研] 0817 化学工程 299分求调剂 有科研经历 有二区文章 +22 rare12345 2026-03-18 22/1100 2026-03-20 20:39 by zhukairuo
[考研] 一志愿 南京航空航天大学大学 ,080500材料科学与工程学硕 +5 @taotao 2026-03-20 5/250 2026-03-20 20:16 by JourneyLucky
[考研] 材料与化工专硕调剂 +7 heming3743 2026-03-16 7/350 2026-03-20 19:31 by zhukairuo
[考研] 一志愿南理工085701环境302求调剂院校 +3 葵梓卫队 2026-03-20 3/150 2026-03-20 19:28 by zhukairuo
[考研] 08工学调剂 +5 用户573181 2026-03-20 5/250 2026-03-20 15:47 by xia_2003
[考研] 能源材料化学课题组招收硕士研究生8-10名 +5 脱颖而出 2026-03-16 14/700 2026-03-20 09:30 by kkcoco25
[考研] 求调剂 +3 暗涌afhb 2026-03-16 3/150 2026-03-20 00:28 by 河南大学校友
[考研] 生物学调剂招人!!! +3 山海天岚 2026-03-17 4/200 2026-03-19 21:34 by 怎么释怀
[考研] 085600材料与化工调剂 324分 +10 llllkkkhh 2026-03-18 12/600 2026-03-19 14:33 by llllkkkhh
[考研] 286求调剂 +6 lemonzzn 2026-03-16 10/500 2026-03-19 14:31 by lemonzzn
[考研] 328求调剂,英语六级551,有科研经历 +4 生物工程调剂 2026-03-16 12/600 2026-03-19 11:10 by 生物工程调剂
[考研] 268求调剂 +6 简单点0 2026-03-17 6/300 2026-03-18 09:04 by 无际的草原
[考研] 有没有道铁/土木的想调剂南林,给自己招师弟中~ +3 TqlXswl 2026-03-16 7/350 2026-03-17 15:23 by TqlXswl
信息提示
请填处理意见