y**b 发帖数: 10166 | 1 首次parted /dev/dm-2
print显示的是:
Model: linux device-mapper (linear) (dm)
disk /dev/dm-2: 12.2TB
sector size: 512B/512B
partition table: loop
number start end size filesystem flags
1 0.00B 12.2TB 12.2TB ext4
mklabel gpt之后print显示的是:
Model: linux device-mapper (linear) (dm)
disk /dev/dm-2: 12.2TB
sector size: 512B/512B
partition table: gpt
number start end size filesystem flags |
|
l**i 发帖数: 19 | 2 照著做了,可是testdisk好像檢測不到那個drive。列出了系統槃C,還有一格512B的不
知道是什麽的drive。按照testdisk的instruction嘗試檢測這個512B的東西,什麽都沒
發現。
請問高手還有其他什麽辦法麽?數據還有機會恢復麽?
謝謝啦! |
|
S*A 发帖数: 7142 | 3 backup the rescue partition before installing Linux.
Acer 带一个 rescue partition, 开机按 Alt-F10 可以恢复
出场配置。这个 partition 内容大概 14G 左右。
思路是先把前面的 GPT partition 到 windows ntfs 以前都
保存下来,大概 800M 左右。然后把那个 rescue partition
用 ntfsclone 保存下来。
Boot with FC20 LiveCD in USB disk.
## saved partition info
# parted /dev/sda unit s print > sda-parted.txt
# cat sda-parted.txt
Disk /dev/sda: 976773168s
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size ... 阅读全帖 |
|
D**a 发帖数: 757 | 4 我的NAS突然之间就当机了, 好像是ROM或者FIRMWARE出了问题,HDD读不出了。 NAS是
个LINUX BASED的盒子,我把硬盘去了出来, 接到了我的VM上,现在是如下情况, 请
问该如何处理? HDD上是所有的照片和文档, 不能格式化。是下面那个1T的盘。
To run a command as administrator (user "root"), use "sudo ".
See "man sudo_root" for details.
lbblmm@lbblmm-VirtualBox:~$ xfs_repair
Usage: xfs_repair [options] device
Options:
-f The device is a file
-L Force log zeroing. Do this as a last resort.
-l logdev Specifies the device where the external log resides.
-m maxmem ... 阅读全帖 |
|
|
i*****e 发帖数: 113 | 6 我想还是按扇区512B或者页面2kB
按照2k读到内存,处理然后写回
而且cache一般大小也是等同于page大小 |
|
S*******e 发帖数: 379 | 7 我的想法是
1) mutex应该改read-write lock吧
2) 应该partition data,而不是用single mutex
3) 应该用write 到一个buffer而不是直接write的final destination来improve write
performance.这样dictionary本身就不需要lock了。nosql db基本都这么干。
不知道是不是面试官想要的方向。那个mutex takes 512B不知道有什么关系。
them? |
|
h**e 发帖数: 446 | 8 第一题就是要用多个mutex, 每一个mutex保护一段key range. mutex 大小是512B, 就
是提醒你需要考虑mutex的个数
跟内存的使用量的关系:mutex个数越多,dictionary的存取等待越短,但是同时意味
着更多的内存消耗量。
them? |
|
a**n 发帖数: 269 | 9 genki sushi
14902 preston rd. suite 512b dallas tx 75254
9727882629
sushi buffet
$17 per person
authenticity with variety.
了.. |
|
|
|
f****a 发帖数: 4708 | 12 应该没有关系。这个走的应该是HPC的路线。
从这张图片说SW1600的主频是1.1GHZ,核心是16个,65nm工艺,
Peak浮点性能是140GFlops。
对比一下:Intel Nehalem-EX是3G,8核心,45nm工艺,96GFlops[注1]
目前能达到SW这样性能(和这样的效率)的体系只可能是GPU一族。
估计SW1600是小通用CPU核+大vector extension这样的架构(比如
Intel的larrabee[注2]),不排除SW使用256b/512b浮点单元的可能。
如果只注重浮点性能的话,In-order执行是完全可以的,大大简化了
内核的设计。
为16核140GFlops设计memory subsystem是很挑战的任务。
看这张图,每个socket应该有四个DDR3 channel,这个很强大,但是
针脚一定很多,估计有1500以上。
SW的一个亮点是集成了1G以太网,不过以太网在HPC上的应用似乎不多。
总结:我认为最接近SW的很可能是Intel的larrabee。这个SW的出现再次
证明了IC是新兴的夕阳产业,大有替代汽车产业的趋势。等到金融产业
... 阅读全帖 |
|
f****a 发帖数: 4708 | 13 原来的x86代码如果用了512b Larrabee指令的话,倒是不用改写。 |
|
g*****g 发帖数: 34805 | 14 你丫真是气急败坏,厂家同一数据连续写SSD的峰值速度。可以让你来当作网络IO?
你的数据每次一样,你的数据每次都512B?你每次写都连续? |
|
|
|
g*****g 发帖数: 34805 | 17 我已经说过很多次了,顺序写和并行写差距是很大的。你要维护余票,就只能顺序写。
厂商的这个测试不符合要求。硬件写的能力跟数据大小关系也很大,这是64bytes的写,
超过512B,这个硬件的只能写140K/秒。你如果要对数据压缩,CPU解压又受不了了。
总之,20行的程序不敢写,打嘴炮是没用的。
nanoseconds,
the |
|
n*****t 发帖数: 22014 | 18 前端可以 combine requests,一个包 512B,包含 40 个 requests |
|
w***g 发帖数: 5958 | 19 1. 不好意思我没去考古,想请你再解释清楚点。我觉得这个不是路由问题啊,
用户需要从哪儿到哪儿,车次和中间在哪儿转车都是用户的事情。即使网站提供查询,
但是跟出票是独立的。我觉得其实出票是分段卖座位的问题。我记得有过关于
是否可以要求用户在中途换座位的争论。如果不能换座位,那背后确实有一个
优化问题。我觉得这种座位分配要做到最优是NP难的。实际可能只能有座位就卖,
或者事先规划好,某些车厢的座位必须怎么卖。不知道有没有同学知道实际
铁路系统是怎么做的。
2. 我查了下TPC-C benchmark,第一名是oracle,8552523 tpmC,也就是说
14万查询/秒。这种机器一台要近五百万美元,13年的数据。系统是8核,
128 core, 1024个线程。考虑用来测TPC-C的系统都是generic SQL数据库,
如果按应用用C/C++手写,去掉SQL解析查询优化啥的,快个100倍我觉得是
有可能的。这个oracle的spark是个奇葩机器。那么换成第三名的戴尔,
poweredge T620,要价2w. 14年的数据,tpmC是112890, 也就是每秒1881。
老魏需要把... 阅读全帖 |
|
w*******y 发帖数: 60932 | 20 Western Digital Scorpio Blue WD6400BPVT 640GB 5400 RPM 8MB Cache 2.5" SATA 3
.0Gb/s Internal Notebook Hard Drive -Bare Drive - 74.99 lowest price
according to camelegg
Link:
http://www.newegg.com/Product/Product.aspx?Item=N82E16822136568
Note this is the one of the cheapest 4kb sector drives (aka advanced format
technology) per gb seen in sometime. Google it.
this is the -PVT not the PET model. The rest are 512b. The larger 4kb drives
are the 750gb 7200gb momentus by seagate and the 1tb and 750g |
|