首先,查看系统的磁盘代号:
fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = 扇区 of 1 * 512 = 512 bytes
Sector size (logical/physic...
分类:
其他好文 时间:
2014-08-03 20:40:35
阅读次数:
264
大致思路:1.查看分区状态2.创建分区3.重新加载分区表4.格式化分区5.挂载分区到目录查看当前分区状态:[root@localhost~]#fdisk-cul
Disk/dev/sda:21.5GB,21474836480bytes
255heads,63sectors/track,2610cylinders,total41943040sectors
Units=sectorsof1*512=512bytes
Secto..
分类:
其他好文 时间:
2014-07-31 21:13:37
阅读次数:
311
angularjs 使用ng-repeat报错
{{word}}
[ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys
发现是因为相同的内容重复引起,解决方案
{{word}}
在ng-...
分类:
其他好文 时间:
2014-07-31 13:34:04
阅读次数:
199
大纲1.添加一块超过2TB硬盘2.尝试fdisk对超过2TB分区3.使用parted分区1.可以看到添加一块硬盘超过2T[root@mail~]#fdisk-lDisk/dev/sda:21.4GB,21474836480bytes255heads,63sectors/track,2610cylindersUnits=cylindersof16065*512=8225280bytesDeviceBootStartEndBlocksIdSyste..
分类:
系统相关 时间:
2014-07-29 15:30:49
阅读次数:
295
??
Description
Keeping track of all the cows can be a tricky task so Farmer John has installed a system to automate it. He has installed on each cow an electronic ID tag that the system will read ...
分类:
其他好文 时间:
2014-07-29 13:22:46
阅读次数:
212
Cheapest PalindromeTime Limit: 2000MSMemory Limit: 65536K Total Submissions: 5627Accepted: 2734 DescriptionKeeping track of all the cows can be a tric...
分类:
其他好文 时间:
2014-07-29 11:23:06
阅读次数:
272
查看当前分区状态:[root@localhost~]#fdisk-culDisk/dev/sda:21.5GB,21474836480bytes255heads,63sectors/track,2610cylinders,total41943040sectorsUnits=sectorsof1*512=512bytesSectorsize(logical/physical):512bytes/512bytesI/Osize(minimum/optimal):512bytes/512bytes..
分类:
其他好文 时间:
2014-07-26 03:13:57
阅读次数:
286
使用repo sync时,如果当前仓库有检出本地分支,假设为dev, 对应的远程track分支为origin/dev。 而manifest.xml中指定的track分支为origin/master,那么在repo sync时会自动将当前的dev分支的远程track分支修改为origin/master, 不仅如此,同时还会将origin/master上的修改rebase到本地的这个dev分支上。...
分类:
其他好文 时间:
2014-07-24 10:42:38
阅读次数:
302
Description
There are so many different religions in the world today that it is difficult to keep track of them all. You are interested in finding out how many different religions students in your ...
分类:
其他好文 时间:
2014-07-17 16:02:36
阅读次数:
264
每一块硬盘都由一个或多个盘片组成,每一个盘片都有两个可以读写的盘面组成。硬盘的逻辑组成:磁道(Track):盘片的同心圆就称为磁道。柱面(Cylinder):所有盘片的同一个磁道就组成了柱面。柱面是分区的最小单位。扇区(Sector):存储数据的最小单位。每一个扇区为512字节..
分类:
其他好文 时间:
2014-07-15 11:54:08
阅读次数:
243