- 收藏
- 点赞
- 分享
- 举报
[已解决]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 13:50:10
-
2016-07-08 11:28:46
-
2012-12-05 14:39:43
-
2017-12-27 09:33:37
-
22018-12-27 18:56:09
-
2020-04-20 16:38:36
-
2016-08-12 15:42:45
-
2019-11-05 15:51:14
-
2013-08-25 10:20:16
-
2012-12-05 13:29:58
-
2017-08-17 18:55:57
-
2018-10-10 15:57:15
-
2016-08-09 13:46:36
-
2016-10-12 11:27:07
-
2018-12-01 09:02:39
-
122015-06-04 15:03:31
-
50如何获取vpss chn的图像修改后发送至vo
-
5FPGA通过Bt1120传YUV422数据过来,vi接收不到数据——3516dv500
-
50SS928 运行PQtools 拼接 推到设备里有一半画面会异常
-
53536AV100的sample_vdec输出到CVBS显示
-
10海思板子mpp怎么在vi阶段改变视频数据尺寸
-
10HI3559AV100 多摄像头同步模式
-
9海思ss928单路摄像头vio中加入opencv处理并显示
-
10EB-RV1126-BC-191板子运行自己编码的程序
-
10求HI3519DV500_SDK_V2.0.1.1
-
5有偿求HI3516DV500 + OV5647驱动
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明