顯示具有 usb 標籤的文章。 顯示所有文章
顯示具有 usb 標籤的文章。 顯示所有文章

2017年6月12日

live隨身碟不能格式化

自ubuntu 16.04後發現一個問題:做成live的USB隨身碟無法格式化,連gparted都沒辦法移除分割區。

格式化儲存區時發生錯誤
This partition cannot be modified because it contains a partition table; please reinitialize layout of the whole device. (udisks-error-quark, 11)


原因是它有二種開機模式(grub和UEFI)解決方式之一如下:
安裝mkusb程式
sudo add-apt-repository ppa:mkusb/ppa  
sudo apt-get update
sudo apt-get install mkusb mkusb-nox usb-pack-efi

啟動mkusb





 輸入隨身碟標簽(可以空白)



退出隨身碟,再重新插入,就可以正常使用了。

2016年9月9日

更新usb install zip檔

usb-install-edu2016-ubuntu-2016-09-09-00-img.zip這個版本更新了以下內容,不想重新做的人可以依下列做法更新
本次異動
1.系統更新
sudo apt-get update
sudo apt-get dist-upgrade

2.修正scratch2不能輸入中文
sudo rm /usr/bin/ibus /usr/bin/ibus-*

3.把wine升級到1.8,因為到1.8 photocape6的文字和字型部分都正常了
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.8
sudo  apt-get autoremove

4.增加虛擬記憶體使用(可以不做),個人做了,在記憶體有4G以上的機器大幅增加系統效能
sudo  vim /etc/fstab
 貼上下列內容
tmpfs    /home/teacher/.cache    tmpfs size=512M    0    0
存檔離開

5.安裝讀卡機服務程式
sudo apt-get install pcscd

6.減少開機使間,使用Grub Customizer(在系統工具/管理),把開機等候時間調整為5秒

使用方式
使用clonezilla live打包的檔案ftp://163.20.108.15/ftp/edu2016/usb-install-edu2016-ubuntu-2016-09-09-00-img.zip下載後解壓縮到/目錄下,再使用clonezilla live還原到32 GB隨身碟中

還原教學錄影檔