Triode wrote: 
> I reuse the same card all the time... The key point is to make sure the
> card is not automatically mounted on the machine you run the create
> script on.  (Ubuntu will do this by default - wait a few seconds until
> it has then ensure all the partitions are unmounted.

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.


------------------------------------------------------------------------
atrocity's Profile: http://forums.slimdevices.com/member.php?userid=16009
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