atrocity wrote: 
> OK, I've been fooling around on Ubuntu and making sure the card isn't
> mounted, I'm trying to run:
> 
> > 
Code:
--------------------
  >   > 
  > sudo ./create-sdcard-soa-wand.sh quad /dev/sde1
  > 
--------------------
> > 
> 
> And I'm seeing this message come up in the middle of everything:
> 
> > 
Code:
--------------------
  >   > 
  > Syncing disks.
  > 
  > Creating disk partion.......
  > 
  > mke2fs 1.42 (29-Nov-2011)
  > Could not stat /dev/sde11 --- No such file or directory
  > 
  > The device apparently does not exist; did you specify it correctly?
  > mount: special device /dev/sde11 does not exist
  > 
  > Fetching Arch Linux.......
  > 
--------------------
> > 
> 
> In the script I see these lines:
> 
> > 
Code:
--------------------
  >   > 
  > if [[ $CARD =~ mmc ]];then
  > PART="${CARD}p1"
  > else
  > PART="${CARD}1"
  > 
--------------------
> > 
> 
> Is there possibly an issue with the script adding a spurious "1" at
> the end?
> 
> Thanks.

The script assumes you give it the device not a partition on the device
- so /dev/sde in your case.  This is relevant as the partition may not
be there in the first case or in other devices multiple partitions are
needed on the card.


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to