On Wed, 2011-04-13 at 20:17 +0100, Mike Fleetwood wrote:
> On 13 April 2011 18:40, Rick Stevens <ri...@nerd.com> wrote:
> > Judging from that, it's /dev/sdb.  Do an "fdisk -l /dev/sdb" and you
> > should find the partition (IIRC, it'll be /dev/sdb1).  By default,
> > Fedora doesn't automount those devices unless you put in a udev rule
> > for it.  So must "mount /dev/sdb1 /mnt" and access /mnt.
> 
> Yup,
> 
> Sdb is where my BlackBerry is attached, but it doesn't seem to work.
> 
> [root@edge ~]# fdisk -l /dev/sdb
> [root@edge ~]# mount /dev/sdb /mnt/0
> mount: no medium found on /dev/sdb
> [root@edge ~]# dd if=/dev/sdb of=/tmp/bb count=1
> dd: opening `/dev/sdb': No medium found

/dev/sdb is the device, /dev/sdb1 is the first partition. You need to
mount the partition, not the device.

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to