各位好:
小弟今天我想要格式化MicroSD卡 , 首先利用fdisk將磁碟切割成兩個等大小的
partition , 如最後所示但在最後要write的時候卻出現
"WARNING: Re-reading the partition table failed with error 22: 不適用的引數"
這段訊息之後我用fdisk -l去看結果仍然只有/dev/sdb1 !!!? , 但在fdisk /dev/sdb1
去看確實有sdb1p1和sdb1p2 , 但我無法格式化這樣個dev/number , 因為都會出現
No such file or directory , 所以想當然是失敗的....
請教各位這是哪出了問題 , 那一個WARNING代表的是甚麼意思是不是甚麼地方我沒
注意到的
謝謝
感謝您的瀏覽
Command (m for help): p
Disk /dev/sdb1: 1017 MB, 1017515520 bytes
32 heads, 61 sectors/track, 1018 cylinders
Units = cylinders of 1952 * 512 = 999424 bytes
Device Boot Start End Blocks Id System
/dev/sdb1p1 1 509 496753+ 83 Linux
/dev/sdb1p2 510 1018 496784 83 Linux
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 22: 不適用的引數.
The kernel still uses the old table.
The new table will be used at the next reboot.
Syncing disks.
--
小弟今天我想要格式化MicroSD卡 , 首先利用fdisk將磁碟切割成兩個等大小的
partition , 如最後所示但在最後要write的時候卻出現
"WARNING: Re-reading the partition table failed with error 22: 不適用的引數"
這段訊息之後我用fdisk -l去看結果仍然只有/dev/sdb1 !!!? , 但在fdisk /dev/sdb1
去看確實有sdb1p1和sdb1p2 , 但我無法格式化這樣個dev/number , 因為都會出現
No such file or directory , 所以想當然是失敗的....
請教各位這是哪出了問題 , 那一個WARNING代表的是甚麼意思是不是甚麼地方我沒
注意到的
謝謝
感謝您的瀏覽
Command (m for help): p
Disk /dev/sdb1: 1017 MB, 1017515520 bytes
32 heads, 61 sectors/track, 1018 cylinders
Units = cylinders of 1952 * 512 = 999424 bytes
Device Boot Start End Blocks Id System
/dev/sdb1p1 1 509 496753+ 83 Linux
/dev/sdb1p2 510 1018 496784 83 Linux
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 22: 不適用的引數.
The kernel still uses the old table.
The new table will be used at the next reboot.
Syncing disks.
--
All Comments