红联Linux门户
Linux帮助

fedora 7 挂载windows虚拟光驱

发布时间:2007-09-23 00:17:48来源:红联作者:yfengsde
notes of fedora experience for ISO mounting :

[root@localhost /]#umount /mnt/cdrom
mount:can't find /mnt/cdrom in /etc/fstab or /etc/mtab

[root@localhost /]#mount -t iso9669 -0 loop xxx.iso
mount: can't find xxx.iso in /etc/fstab or etc/mtab

[root@localhost /]#mount /dev/device /mnt/xxx.iso
mount: you must specify the filesystem type

got mad...

[root@localhost /]#mount /dev/cdrom /mnt/cdrom
mount:block device /dev/cdrom is write-protected,mounting read-only

dev--properties -- permissions -- file access -- read and write

[root@localhost /]#mount /dev/cdrom /mnt/cdrom
[root@localhost /]#
...
...
文章评论

共有 0 条评论