1422
- 收藏
- 点赞
- 分享
- 举报
[已解决]Embedded Linux 启动 Harddisk
本帖最后由 2272943826 于 2016-11-30 08:42 编辑
我现在已经做的步骤:
1 把harddisk连接到 embedded linux里面,
2 format harddisk
3 mount harddisk 成功
4 embedded linux copy file 完全可以进去 embedded linux harddisk 里面。 (embedded linux can show inside files in harddisk,but the VM linux show the fold locked)
Hard Disk Format
Step #1 : Partition the new disk using fdisk command
$ fdisk -l | grep '^Disk'
Output: Disk /dev/sdb: 251.0 GB, 251000193024 bytes
$ fdisk /dev/sdb
Step#2 : Format the new disk using mkfs.ext3 command
$ mkfs.ext3 /dev/sdb1
Step#3 : Mount the new disk using mount command
$ mkdir /disk1
$ mount /dev/sdb1 /disk1
$ df -H
Step#4 : Update /etc/fstab file
$ vi /etc/fstab
Output: /dev/sdb1 /disk1 ext3 defaults 1 2
Save and close the file.
[url]http://www.cyberciti.biz/faq/linux-disk-format/[/url]
我现在已经做的步骤:
1 把harddisk连接到 embedded linux里面,
2 format harddisk
3 mount harddisk 成功
4 embedded linux copy file 完全可以进去 embedded linux harddisk 里面。 (embedded linux can show inside files in harddisk,but the VM linux show the fold locked)
Hard Disk Format
Step #1 : Partition the new disk using fdisk command
$ fdisk -l | grep '^Disk'
Output: Disk /dev/sdb: 251.0 GB, 251000193024 bytes
$ fdisk /dev/sdb
Step#2 : Format the new disk using mkfs.ext3 command
$ mkfs.ext3 /dev/sdb1
Step#3 : Mount the new disk using mount command
$ mkdir /disk1
$ mount /dev/sdb1 /disk1
$ df -H
Step#4 : Update /etc/fstab file
$ vi /etc/fstab
Output: /dev/sdb1 /disk1 ext3 defaults 1 2
Save and close the file.
[url]http://www.cyberciti.biz/faq/linux-disk-format/[/url]
我来回答
回答0个
时间排序
认可量排序

或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片
相关问答
-
2016-04-12 17:08:43
-
2016-09-22 09:09:44
-
2016-08-29 11:56:03
-
2016-07-08 11:28:46
-
2016-07-08 13:50:10
-
2017-12-27 09:33:37
-
22018-12-27 18:56:09
-
2012-12-05 14:39:43
-
2012-12-05 13:29:58
-
2019-11-05 15:51:14
-
2016-08-12 15:42:45
-
2017-10-16 11:27:02
-
2020-04-20 16:38:36
-
2018-10-10 15:57:15
-
122015-06-04 15:03:31
-
2016-10-12 11:27:07
-
2016-08-09 13:46:36
-
2018-12-01 09:02:39
-
2017-08-17 18:55:57
无更多相似问答 去提问

点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认