- 收藏
- 点赞
- 分享
- 举报
[已解决]Embedded Linux 启动 Harddisk
[i=s] 本帖最后由 2272943826 于 2016-11-30 08:42 编辑 [/i]
我现在已经做的步骤:
1 把harddisk连接到 embedded linux里面, 2 format harddisk 3 [color=Red]mount harddisk 成功[/color] 4 embedded linux copy file 完全可以进去 embedded linux harddisk 里面。 (embedded linux can show inside files in harddisk,[color=Red]but the VM linux show the fold locked[/color])
[color=Red]Hard Disk Format
[/color]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.
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
-
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
-
2019-11-05 15:51:14
-
2016-08-12 15:42:45
-
2012-12-05 14:39:43
-
2012-12-05 13:29:58
-
2018-10-12 15:18:10
-
2017-08-17 18:55:57
-
122015-06-04 15:03:31
-
2018-12-01 09:02:39
-
2018-10-10 15:57:15
-
2016-08-09 13:46:36
-
2016-10-12 11:27:07
-
2020-04-20 16:38:36
-
5SS928的emmc有32GB,bootargs设置使用16GB,但是为啥能用的只有rootfs的大小
-
33SS928怎样烧写ubuntu系统
-
10ToolPlatform下载rootfs提示网络失败
-
10谁有GK7205V500的SDK
-
5Hi3516CV610 烧录不进去
-
10Hi3559AV100 芯片硬解码h265编码格式的视频时出现视频播放错误,解码错误信息 s32PackErr:码流有错
-
5海思SS928 / SD3403的sample_venc.c摄像头编码Demo中,采集到的摄像头的YUV数据在哪个相关的函数中?
-
5海鸥派openEuler无法启动网卡,连接WIFI存在问题
-
66有没有ISP相关的巨佬帮忙看看SS928对接IMX347的图像问题
-
50求助hi3559与FPGA通过SLVS-EC接口对接问题
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明