Subversion Repositories freemyipod

Rev

Rev 771 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 771 Rev 784
Line 39... Line 39...
39
Starting: ./emcorefs <mountpoint>
39
Starting: ./emcorefs <mountpoint>
40
Stopping: fusermount -u <mountpoint as seen in /etc/mtab>
40
Stopping: fusermount -u <mountpoint as seen in /etc/mtab>
41
 
41
 
42
Known bugs/issues
42
Known bugs/issues
43
-----------------
43
-----------------
44
* Read-only support at the moment.
44
* Write support not tested very well.
45
* Running FUSE with multithreading breaks file reading because of
45
* Running FUSE with multithreading breaks file reading because of
46
    the way these are implemented on emCORE's side.
46
    the way these are implemented on emCORE's side.
47
    Workaround: use the "-s" option.
47
    Workaround: use the "-s" option.
48
* Most errors are not handled properly, EIO (Input/output error) is
48
* Most errors are not handled properly, EIO (Input/output error) is
49
    given in many cases where there's a more descriptive error
49
    given in many cases where there's a more descriptive error
50
    message available. Will be fixed in the future.
50
    message available. Will be fixed in the future.
51
 
51
 
52
Future plans
52
Future plans
53
------------
53
------------
54
* Implement write support.
-
 
55
* Merge some functions that are doing similar tasks to reduce code
54
* Merge some functions that are doing similar tasks to reduce code
56
    duplication. Return proper error codes in FS operations.
55
    duplication. Return proper error codes in FS operations.
57
 
56
 
58
Bug reporting
57
Bug reporting
59
-------------
58
-------------