討論串[問題] 如何讀 partition table?
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 2→)留言2則,0人參與, 最新作者Xphenomenon (啦 )時間16年前 (2008/08/04 19:54), 編輯資訊
1
0
0
內容預覽:
請問一下,在 Linux 下我去 open() 某一個 device 之後,. 已知這個 device 的某一個 partition 的系統的 file,. 我要如何去讀取他的 partition table 呢?. 是不是要下 ioctl() ? 麻煩各位大大 :>. --. 發信站: 批踢踢

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者phterry (小風)時間16年前 (2008/08/04 22:58), 編輯資訊
1
0
0
內容預覽:
磁碟的最前面 512 bytes 叫做 Master Boot Record (簡稱 MBR),. 在這 512 bytes 的 MBR 裡, 前 446 個 bytes 是放 bootloader 的地方,. 而後面 66 bytes 則是放 Partition table.. 要讀取 Parti

推噓2(2推 0噓 4→)留言6則,0人參與, 最新作者Xphenomenon (啦 )時間16年前 (2008/08/06 14:29), 編輯資訊
0
0
0
內容預覽:
我寫了以下的程式:. #include <stdio.h>. #include <stdlib.h>. struct PARTITIONINFO {. unsigned char bootable; /* bootable? 0=no, 128=yes */. unsigned char begin
(還有919個字)
首頁
上一頁
1
下一頁
尾頁