环境
DD-WRT v24-sp2 (02/04/15) std,Netgear R7000
DD-WRT v24-sp2 (02/04/15) std,Netgear R7000
最近在测试DD-WRT的USB功能,需要一个ext4格式的U盘,下面就来用Debian来格式化U盘。
Debian 7.8 Wheezy 64-bit,Vmware Workstation 10,16GB exFAT文件格式U盘一个
首先在虚拟机上将U盘连接到虚拟机,这时会弹出窗口提示U盘的文件系统问题,忽略并关闭窗口。
打开Terminal窗口,输入命令查找U盘的路径
# fdisk -l
fdisk命令会输出所有disk
Disk /dev/sda: 21.5 GB, 21474836480 bytes 255 heads, 63 sectors/track, 2610 cylinders, total 41943040 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x0006dbe7 Device Boot Start End Blocks Id System /dev/sda1 * 2048 40136703 20067328 83 Linux /dev/sda2 40138750 41940991 901121 5 Extended /dev/sda5 40138752 41940991 901120 82 Linux swap / Solaris Disk /dev/sdb: 16.0 GB, 16008609792 bytes 255 heads, 63 sectors/track, 1946 cylinders, total 31266816 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Device Boot Start End Blocks Id System /dev/sdb1 32 31266815 15633392 7 HPFS/NTFS/exFAT
全新安装完Debian7.8之后,为了实现根据窗口自动调整分辨率和共享剪贴板,需要安装Vmware Tools。
Debian 7.8 Wheezy 64-bit,Vmware Workstation 10
因为全新安装,所以首先需要安装一些缺少的支持库
#apt-get install binutils cpp gcc make psmisc linux-headers-$(uname -r)
12点收到三条10086短信,告知流量超出套餐
W3 Total Cache支持三种缓存机制,一种是Disk磁盘缓存,一种是Opcode,另一种是Memcached。关于如何开启后两种模式,在Debian系统的VPS主机上配置W3 Total Cache这篇文章中有详细说明。