What's the problem to mount a hdd after Linux booted?
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
"sudo fdisk /dev/sda" then "n p 1 default default , t 83 p w"
"sudo parted --script /dev/sda set 1 boot on sudo mkfs.ext4 /dev/sda1 -L rootfs"
But i`m receiving "invalid option -- 'L'" ...
Note that i have changed 'sdc' to 'sda' , beacuse this is how it is visible on BBB.
And in uEnv.txt (that is located /boot/uEnv.txt) file i need to add following lines :
"
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/peVCFCPfNr0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.