2272943826

2272943826

0个粉丝

24

问答

0

专栏

8

资料

2272943826  发布于  2016-11-04 09:38:18
采纳率 0%
24个问答
2768

[已解决]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.

http://www.cyberciti.biz/faq/linux-disk-format/

我来回答
回答0个
时间排序
认可量排序
易百纳技术社区暂无数据
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
+ 添加网盘链接/附件

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
举报反馈

举报类型

  • 内容涉黄/赌/毒
  • 内容侵权/抄袭
  • 政治相关
  • 涉嫌广告
  • 侮辱谩骂
  • 其他

详细说明

易百纳技术社区