View Single Post
  #9   (View Single Post)  
Old 28th October 2015
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

Quote:
Originally Posted by gpatrick View Post
With both the USB install stick and the USB external drive in, when I get to a shell and try to mount sd1:
# mount -u /dev/sd1a /mnt
mount_ffs: /dev/sd1a on /mnt: specified device does not match mounted device
#
I am wondering why you used the -u flag here? That is for update, which assumes something is already mounted. If you got the shell right away from the USB install stick, nothing would be mounted yet, so maybe that explains the error? I would try the mount without the -u flag and see if that helps.
Reply With Quote