Project

General

Profile

RE: How to load Linux Kernel and files system with no Eth... ยป Prepare_SD_Card.txt

Vivek Ponnani, 05/10/2017 12:18 PM

 
1
root@vagrantup:/# cd media
2
root@vagrantup:/media# ls
3
cdrom  mitydsp  sf_Downloads
4
root@vagrantup:/media# cd mitydsp
5
root@vagrantup:/media/mitydsp# ls
6
E4DE-5094  VBOXADDITIONS_5.1.22_115126
7
root@vagrantup:/media/mitydsp# cd ..
8
root@vagrantup:/media# cd ..
9
root@vagrantup:/# cd dev
10
root@vagrantup:/dev# sudo mkdir E4DE-5094
11
root@vagrantup:/dev# cd ..
12
root@vagrantup:/# umount /media/mitydsp/E4DE-5094
13
root@vagrantup:/# mke2fs -j /dev/E4DE-5094
14
mke2fs 1.42.9 (4-Feb-2014)
15
/dev/E4DE-5094 is not a block special device.
16
Proceed anyway? (y,n) y
17
mke2fs: Device size reported to be zero.  Invalid partition specified, or
18
	partition table wasn't reread after running fdisk, due to
19
	a modified partition being busy and in use.  You may need to reboot
20
	to re-read your partition table.
21

    
22
root@vagrantup:/# mount /dev/E4DE-5094 /media/mitydsp/E4DE-5094
23
mount: mount point /media/mitydsp/E4DE-5094 does not exist 
    (1-1/1)
    Go to top
    Add picture from clipboard (Maximum size: 1 GB)