- 代碼: 選擇全部
user@linux:~$ wget http://www.google.com.tw/images/hp0.gif
--03:34:36-- http://www.google.com.tw/images/hp0.gif
=> `hp0.gif'
正在查找主機 www.google.com.tw... 66.249.89.104, 66.249.89.99
Connecting to www.google.com.tw|66.249.89.104|:80... 連上了。
已送出 HTTP 要求,正在等候回應... 200 OK
長度: 4,277 (4.2K) [image/gif]
100%[====================================>] 4,277 18.81K/s
03:34:37 (18.76 KB/s) - `hp0.gif' saved [4277/4277]
user@linux:~$
我在 FAT32 分割區下,執行下列指令,卻出現 utime 錯誤:
- 代碼: 選擇全部
user@linux:/media/hda7$ wget http://www.google.com.tw/images/hp0.gif
--03:27:05-- http://www.google.com.tw/images/hp0.gif
=> `hp0.gif'
正在查找主機 www.google.com.tw... 66.249.89.99, 66.249.89.104
Connecting to www.google.com.tw|66.249.89.99|:80... 連上了。
已送出 HTTP 要求,正在等候回應... 200 OK
長度: 4,277 (4.2K) [image/gif]
100%[====================================>] 4,277 15.27K/s
utime(hp0.gif): 此項操作並不被允許
03:27:07 (15.21 KB/s) - `hp0.gif' saved [4277/4277]
user@linux:/media/hda7$
我在 /etc/fstab 掛載 FAT32 使用的參數如下:
- 代碼: 選擇全部
/dev/hda7 /media/hda7 vfat defaults,iocharset=utf8,umask=000 0 0
請問是什麼原因導致 wget 出現 utime 錯誤呢?
謝謝!