星期二, 三月 28, 2006
Mount ISO File 命令
Linux 下 掛載 iso file 的指令如下:
mount -o loop -t iso9660 FILENAME.ISO /mnt/isoumount /mnt/iso
延伸閱讀
- Linux 掛載 MDF 檔案(Mount)
- Ubuntu 9.04 Release 於 Netbook 安裝
- 好文: 如何將程式送給 Open Source 的 Project 與 diff / patch 使用
- 備份BLOG資料庫到GMAIL
- 在 Debian/Ubuntu 上的 7-Zip
相關標籤
mount iso之後的錯誤訊息
我在 /mnt/iso目錄下 執行 ./insatll
出現下列訊息:
The installer cannot be run when your current directory is on the CD.
Change to the target MATLAB installation directory and rerun the installer.
請問 我要把目錄改到什麼地方?
又要怎麼下安裝程式的指令呢?
不好意思 新手上路 請多指教~!!!
感激不盡~!
回 (G)
我沒裝過 MATLAB, 但是我猜想, 你可以試試先 cd(回自己 home), 然後再 /mnt/iso/install 試試看?
error message
[root@134-208-38-130 matlab_linux]# cd /home
[root@134-208-38-130 home]# /mnt/iso/install
-------------------------------------------------------------------
An error status was returned by the program 'xsetup',
the X Window System version of 'install'. The following
messages were written to standard error:
/tmp/3984tmwinstall/update/bin/glnx86/xsetup: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory
Attempt to fix the problem and try again. If X is not available
or 'xsetup' cannot be made to work then try the terminal
version of 'install' using the command:
install* -t or INSTALL* -t
-------------------------------------------------------------------
/tmp/3984tmwinstall/update/install/abort.sh: line 15: /tmp/3984tmwinstall/update/install/cleanup.sh: 沒有此一檔案或目錄
[root@134-208-38-130 home]#
---------- 以上 是我在終端機的執行結果
謝謝你回答我的問題~
我看了訊息 的解讀是我少了某個檔案 : libXp.so.6
請問是這樣嗎 ? 我又該如何解決呢??
回 (G)
我猜這個是要在 xwindow 環境安裝?, 您貼的訊息有 "try the terminal
version of 'install' using the command: install* -t or INSTALL* -t" 此訊息, 或許您可以試試 -t 安裝?
您可以參考看看這篇 http://linux.chinaunix.net/bbs/redirect.php?tid=894457&goto=lastpost 文章(不好意思, 我沒裝過 MATLAB, 所以只能猜測跟您說)
發表迴響
PS2: 若您的留言被誤判, 我都會再自行看過, 不需要一直重覆張貼~




