MOUNT / NFS 問題

想請教一下, 我有一個nas, 平時在windows map 去nas 只要 \\192.168.1.100\download.
想問一下, 如果想在一部 linux 行 fedora 9 的 mount 去 nas 這個 folder, 要怎樣?
在網上找了好一些指令, 試過都不行... 可否教一下我...

mount -t cifs //192.168.1.100/download /mnt -o user=username

make sure mount.cifs is available.
replace /mnt with the mountpoint you like
replace username with the actual username

It will then prompt you for a password.

[ 本帖最後由 corvus 於 2008-10-17 15:14 編輯 ]

TOP

原帖由 corvus 於 2008-10-17 15:13 發表
mount -t cifs //192.168.1.100/download /mnt -o user=username

make sure mount.cifs is available.
replace /mnt with the mountpoint you like
replace username with the actual username

It will then promp ...

cifs 是什麼意思?

TOP

有沒有人用 qnap nas 又map 到的, 教一下我...
我的情況與這個link的差不多, 好像qnap 做了什麼使我map 不到...
http://ubuntuforums.org/showthread.php?t=781381

[ 本帖最後由 PaulPaulPaul 於 2008-10-17 15:30 編輯 ]

TOP

我想問 你個nas 個format 係乜 ?

TOP

原帖由 PaulPaulPaul 於 2008-10-17 15:29 發表
有沒有人用 qnap nas 又map 到的, 教一下我...
我的情況與這個link的差不多, 好像qnap 做了什麼使我map 不到...
http://ubuntuforums.org/showthread.php?t=781381


Do you see any errors after issuing my command?

mount.cifs is usually installed. It is included in the package smbfs. This is to mount shares from Samba.

TOP

你confirm你係用 NFS 先....

TOP

Please check
SE setting

TOP