CubieBoard中文论坛

 找回密码
 立即注册
搜索
热搜: unable
查看: 6214|回复: 6

分区请教

[复制链接]
发表于 2013-12-7 17:10:04 | 显示全部楼层 |阅读模式
按照教程:
Partitioning
$ sudo fdisk /dev/sddUsing the fdisk command to create 2 partitions on the SD Card, e.g.
  • 1st partitions start from 2048 sectors, 64MB in size
  • 2nd partitions just keep it all default

Show bellow
Device Boot      Start         End      Blocks   Id  System/dev/sdd1            2048      133119       65536   83  Linux/dev/sdd2          133120    15278079     7572480   83  Linux

具体是如何用fdisk创建"1st partitions start from 2048 sectors, 64MB in size"这样的分区?

回复

使用道具 举报

发表于 2013-12-7 17:30:11 | 显示全部楼层
ubuntu 下默认从2048开始
fdisk /dev/sdb
n
p
回车
回车
+16M
不一定正确,看你具体操作了                        
回复 支持 反对

使用道具 举报

 楼主| 发表于 2013-12-8 09:27:24 | 显示全部楼层
@allen 发表于 2013-12-7 17:30
ubuntu 下默认从2048开始
fdisk /dev/sdb
n

已经找到具体方法了,可惜又出现问题了。。。
用“W”写入的时候出现:
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 or after you run partprobe(8) or kpartx(8)
Syncing disks.
回复 支持 反对

使用道具 举报

发表于 2013-12-8 16:37:00 | 显示全部楼层
wake 发表于 2013-12-8 09:27
已经找到具体方法了,可惜又出现问题了。。。
用“W”写入的时候出现:
WARNING: Re-reading the partiti ...

我也遇到过,不过能成功分区  不知道警告什么意思
回复 支持 反对

使用道具 举报

 楼主| 发表于 2013-12-9 08:40:31 | 显示全部楼层
@allen 发表于 2013-12-8 16:37
我也遇到过,不过能成功分区  不知道警告什么意思

我用fdisk -l显示还是原来SD的分区,但用fdisk /dev/sdb1可以看到里面已经有的分区,而且用
$sudo mkfs.ext2 ${card}1
$sudo mkfs.ext4 ${card}2
这两个格式化命令说找不到分区,什么原因???
回复 支持 反对

使用道具 举报

发表于 2013-12-9 09:19:07 | 显示全部楼层
wake 发表于 2013-12-9 08:40
我用fdisk -l显示还是原来SD的分区,但用fdisk /dev/sdb1可以看到里面已经有的分区,而且用
$sudo mkfs.e ...

card 指定错了吧  你的应该是card=/dev/sdb
回复 支持 反对

使用道具 举报

 楼主| 发表于 2013-12-9 17:15:24 | 显示全部楼层
@allen 发表于 2013-12-9 09:19
card 指定错了吧  你的应该是card=/dev/sdb

没有错,用fdisk -l显示的就是sdb1,所以我觉得很奇怪
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|粤ICP备13051116号|cubie.cc---深刻的嵌入式技术讨论社区

GMT+8, 2024-11-24 01:57 , Processed in 0.024487 second(s), 15 queries .

Powered by Discuz! X3.4

© 2001-2012 Comsenz Inc. | Style by Coxxs

返回顶部