- 收藏
- 点赞
- 分享
- 举报
[已解决]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. 内容
- 缩进内容
- 图片
-
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
-
2017-12-27 09:33:37
-
2012-12-05 14:39:43
-
22018-12-27 18:56:09
-
2016-08-12 15:42:45
-
2020-04-20 16:38:36
-
2019-11-05 15:51:14
-
2012-12-05 13:29:58
-
2013-08-25 10:20:16
-
2018-10-10 15:57:15
-
2016-08-09 13:46:36
-
2016-10-12 11:27:07
-
122015-06-04 15:03:31
-
2018-12-01 09:02:39
-
2017-08-17 18:55:57

-
5DTOF的demo运行时内核挂死
-
10Hi3516DV500+IMX482运行sample_venc,报错:HI_MPI_ISP_MemInit failed with 0xa01c800c!
-
10PQTOOL在调试的时候,出现通讯异常,是不是PQ软件问题?还是什么?
-
5hi3516dv500改了sensor驱动后使用pqtools出图出现彩色的竖条纹
-
10海思3559的VGS模块在VI上画线问题
-
53519dv500接lvds的sensor mn34120,图像出现很多竖线,sensor板接以前的3519v101没问题
-
103403外接hdmi口1024*600显示屏报错
-
5SS928点DC camera的6946,全屏紫色
-
5hi3519 的 网络传输的MTU值可以修改到比1500大嘛?
-
10WS73V100星闪扫描不到设备sle
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明