首先我用學校電腦Fedora4內建的OpenOffice.org Writer(1.9.104版)文書處理軟體打好一篇資料,
起先我是存在桌面底下,本來是要把檔案複製在隨身碟,可是跑出以下的錯誤訊息
複製“/root/Desktop/邏輯閘.doc”時發生錯誤“參數無效”。
我當時是Root帳戶,我登出用其它使用者的帳戶也是跑出同樣的訊息,那訊息只有略過,取消,
重試這三個選項而已,我隨身碟檔案系統格式是FAT32,容量是2G的,請問是發生什麼樣的問題呢??
在xp都能存取資料,Fedora4我當初是全部安裝,所以應該沒有少什麼檔案才對,雖然說一開始把隨身碟插入 usb之後,
在電腦那邊是有隨身碟圖示,
可是點兩下會跑出掛載錯誤的視窗,裡面的內容如下
mount: /dev/sda already mounted or /media/usbdisk busy
mount: according to mtab, /dev/sda is already mounted on /media/usbdisk
可是之後桌面也有隨身碟圖示(A-JET USB: 2.0G 可移除式媒體),我就沒有理會剛剛的錯誤視窗
請問各位大大會無法把檔案存在隨身碟是發生什麼樣的問題呢?是要下什麼指令還是要怎麼做
請各位大大教我一下,謝謝大家
電腦組態如下
系統組態:cpu---Pentium 4,2.80GHz雙核心
主機板---ASUS P4P800-VM
RAM---512MB
硬碟---HDS722580VLAT20(Hitachi 80GB)
VGA---ATI RADEON 7000(64MB)
DVD-ROM---ASUS DVD-E616P
網路卡----D-Link DFE-530TX
隨身碟我用的是JETA 的A-JET FD-208(2GB)
JETA的官方網站的此款隨身碟的使用手冊裡面有寫到支援Linux
http://www.a-jet.com.tw/sp.../FD-208.pdf剛剛我同學是教我,在終端機先輸入以下指令(Root登入),另外我也把出現的文字也貼出來
[root@ic1 ~]# mount
/dev/hda6 on / type ext3 (rw)
/dev/proc on /proc type proc (rw)
/dev/sys on /sys type sysfs (rw)
/dev/devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/shm on /dev/shm type tmpfs (rw)
/dev/hda8 on /media/win type vfat (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
automount(pid2027) on /misc type autofs (rw,fd=4,pgrp=2027,minproto=2,maxproto=4)
automount(pid2062) on /net type autofs (rw,fd=4,pgrp=2062,minproto=2,maxproto=4)/dev/sda on /media/usbdisk type vfat (rw,nosuid,nodev,_netdev)
==============================================================
[root@ic1 ~]# umount /dev/sda
===============================================================
[root@ic1 ~]# mount -o iocharset=utf8/dev/sda/media/usbdisk
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
========================================
問題是輸入以上的指令的確沒有那裝載失敗的視窗,可是要把文件copy到隨身碟還是會跑出參數無效的視窗
藍色文字是我輸入的指令,我是用Root底下來弄的
==============================================================這是要讓大家比較好看指令與顯示的文字
所以每個指令下面用分格線來區分出來