I'm trying to use obexfs with my Nokia 6630 over USB on Debian. I managed to
compile and install obexfs 0.8, and after applying this patch from the
forums:

http://sourceforge.net/forum/message.php?msg_id=3616891

it also works with USB. However, although I can copy files into the
mounted filesystem, I can't create directories, either in the 'C:'
directory (phone memory) or the 'E:' directory (MMC card). Here's an
example invocation and error message:

[EMAIL PROTECTED]:/home/ferriera$ obexfs -u 1 /mnt/phone/
[EMAIL PROTECTED]:/mnt/phone/E:$ mkdir blah
mkdir: cannot create directory `blah': No such file or directory

I've tried 'strace mkdir blah', and I think this part might be
relevant, although I'm not sure whether it helps:

umask(0)                                = 077
umask(077)                              = 0
mkdir("blah", 0777)                     = -1 ENOENT (No such file or directory)
stat64("blah", 0xbf95bb50)              = -1 ENOENT (No such file or directory)
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2539, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7f47000
read(3, "# Locale name alias data base.\n#"..., 4096) = 2539
read(3, "", 4096)                       = 0
close(3)                                = 0

Is this a known problem? Does anyone have any further suggestions for
diagnosing it?

Thanks,
Andrew.

-- 
Andrew Ferrier

email: [EMAIL PROTECTED]

photo gallery: www.new-destiny.co.uk/andrew/gallery2/
blog: www.new-destiny.co.uk/andrew/blog/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to