知識社群登入
位置: 艾鍗學院 Blog > 專業論壇 > 討論
in Ubuntu copy the file to usb flash
1樓
I can copy files from USB flash to Ubuntu. How can I copy the file in Ubunto to USB flash? Any setting is required? 
2樓

請使用以下的做法試看看。

$sudo fdisk –l

$sudo umount /dev/sdX   àX請參照上一個指令所查詢到的硬碟編號

$sudo  mount  –t  vfat  /dev/sdX  /mnt  –o  rw

$sudo cp /home/ittraining/test.txt  /mnt


艾鍗學院 Andre