billw2 / rpi-clone

A shell script to clone a booted disk.
BSD 3-Clause "New" or "Revised" License
2.56k stars 333 forks source link

How to find where mounted #11

Closed Glasairman closed 7 years ago

Glasairman commented 9 years ago
  1. my version does not show where the new SD is mounted, either by df -h or (proc/partitions, leaving me blindly trying sdx where x is anywhere between a and e without any system.

2 I think for consistency with other utilities the parameter should be /dev/sdx and not sdx

Otherwise great job

ghost commented 9 years ago

Try

sudo fdisk -l

to locate your SD-Card.

SpoddyCoder commented 7 years ago

@Glasairman it looks like @crowzero has helped you locate your card. For 2 - using /dev/sdN format was added to the 1.5 release.

Please download and install latest rpi-clone. If this resolves your issue, please click close, thanks :)