DJHartley / iphonedisk

Automatically exported from code.google.com/p/iphonedisk
1 stars 0 forks source link

View-Only? (can not read / write) #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. jailbreak
2. mount with iphonedisk
3. in the finder, try to drag a file one way or the other

What is the expected output?
dragging files should work?

What do you see instead?
dragging OUT of the iphone, i get the "do not enter" cursor (drag snaps
back).  dragging INTO the iphone, file appears in the destination for
1/10th second, makes the "broiang" (file copy completed) sound, then the
file disappears, i don't think it ever actually copied.

What version of the product are you using? On what operating system?
latest as of right this minute, both for MacFUSE and iPhoneDisk

Please provide any additional information below.
am i supposed to use like terminal or something?

Original issue reported on code.google.com by anbaricf...@gmail.com on 3 Aug 2007 at 11:39

GoogleCodeExporter commented 8 years ago
please follow these suggestions by amit:

http://groups.google.com/group/macfuse-devel/browse_frm/thread/71a795215a0bf4ae

Original comment by anbaricf...@gmail.com on 8 Aug 2007 at 10:43

GoogleCodeExporter commented 8 years ago
All of those methods have been implemented.

Can you confirm that your filesystem is read/write?

Original comment by allen.po...@gmail.com on 9 Aug 2007 at 2:18

GoogleCodeExporter commented 8 years ago
ummm, it is not my filesystem, it is yours.
but yes, using terminal works just fine.

Original comment by anbaricf...@gmail.com on 9 Aug 2007 at 3:08

GoogleCodeExporter commented 8 years ago
I was referring to the filesystem on the iPhone itself (ie, cat /etc/fstab when 
ssh'd
into the phone, etc)

Original comment by allen.po...@gmail.com on 9 Aug 2007 at 4:06

GoogleCodeExporter commented 8 years ago
it's the chicken and egg thing.
i can't install ssh (dropbear) until i can get the ability to write into the 
phone. 
so i don't have ssh yet.

Original comment by anbaricf...@gmail.com on 9 Aug 2007 at 4:15

GoogleCodeExporter commented 8 years ago
using Terminal i get this:
/dev/disk0s1 / hfs rw 0 1

i don't know if that's the same output i'd get in ssh, sorry for my unix 
n00bness.

Original comment by anbaricf...@gmail.com on 9 Aug 2007 at 4:28

GoogleCodeExporter commented 8 years ago
okay when ssh'd into the fone i get this:

/dev/disk0s1 / hfs rw 0 1
/dev/disk0s2 /private/var hfs rw,noexec 0 2

any ideas?

Original comment by anbaricf...@gmail.com on 21 Aug 2007 at 2:31

GoogleCodeExporter commented 8 years ago
Maybe try running iphonedisk_mount in FUSE debug mode:

./iphonedisk_mount -d -o defer_auth -o volname=iPhone -o 
volicon=./iPhoneDisk.icns
/Volumes/iPhone

Original comment by allen.po...@gmail.com on 21 Aug 2007 at 3:43

GoogleCodeExporter commented 8 years ago
it's all working now, thanks!!  :)  you can close this bug

Original comment by anbaricf...@gmail.com on 29 Aug 2007 at 12:34

GoogleCodeExporter commented 8 years ago

Original comment by allen.po...@gmail.com on 29 Aug 2007 at 4:06