I'm having way too much trouble mounting my blackberry SDCARD

July 17th, 2012 - 09:20 pm ET by Harry Putnam | Report spam
This should be sort of simple I think, and yet it turns out not to be.

I want to mount my blackberry's sdcard on a wheezy machine
I'm getting an odd comment when I try the mount

mount /mnt/bbsd

Unable to find suitable address

- = --

The mount point looks like:

ls -d /mnt/bbsd
drwxr-xr-x 2 reader reader 4096 Feb 29 09:46 /mnt/bbsd

(I've also tried with it set to root:root)

My fstab file looks like: (Each one is on a single line)

//192.168.1.21/SDCARD /mnt/bbsd cifs
noauto,username=reader,credentials=/etc/samba/CifsCredentials

//192.168.1.21/SYSTEM /mnt/bbsy cifs
noauto,username=reader,credentials=/etc/samba/CifsCredentials

//192.168.1.21/STORE /mnt/bbst cifs
noauto,username=reader,credentials=/etc/samba/CifsCredentials

The /etc/samba/CifsCredentials file looks like this:

# user=harry
# user=root
username=reader
uid=reader
password=XXXXXXX
(Passwrd munged)


Far as I know, all that is in order. I was once able to mount those
shares above without incidental and I am able to mount other cifs
mount points, that use the same stuff.

For example running `mount /mnt/m2-c', quickly and efficiently mounts
that share. Here are the details for it from fstab and
/etc/samba/CifsCredentials

//m2/m2-d /mnt/m2-d cifs
noauto,username=reader,credentials=/etc/samba/CifsCredentials

That share is on a win7 laptop
the same content as above for CifsCredentials


To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/87y5mhrhwx.fsf@newsguy.com
email Follow the discussionReplies 1 replyReplies Make a reply

Similar topics

Replies

#1 Camale
July 18th, 2012 - 11:50 am ET | Report spam
On Tue, 17 Jul 2012 21:12:46 -0400, Harry Putnam wrote:

This should be sort of simple I think, and yet it turns out not to be.

I want to mount my blackberry's sdcard on a wheezy machine I'm getting
an odd comment when I try the mount

mount /mnt/bbsd

Unable to find suitable address



(...)

Never saw that message before coming from samba :-?

Are you getting additional entries in "dmesg"?

Consider using "smbclient" to make a first attempt to connect to the
share. This usually helps to debug the problem because all the errors
will be printed out in the screen.

For instance:

smbclient -L hostname -U reader

If that succeeds, go on:

smbclient \\\\hostname\\SDCARD -U reader

Greetings,

Camaleón


To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Archive: http://lists.debian.org/ju6lp7$d1g$
email Follow the discussion Replies Reply to this message
Help Create a new topicReplies Make a reply
Search Make your own search