View Single Post
Posts: 9 | Thanked: 6 times | Joined on Oct 2011
#4
Thanks for the replies.

I had to give up on UDF (for now), because tar hangs when it's trying to extract ".sounds/Ringtones/Low.aac" to an UDF filesystem. Ugh.

It appears that my GNU/Linux laptop practically can't write to UDF.

I was expecting a failure much later on... And a more subtle one...
Code:
[  360.652166] tar             D ffff880051635020     0  3570   3121 0x00000000
[  360.652179]  ffff880051635020 0000000000000086 ffffea0000e4daf0 0000000000000001
[  360.652191]  ffff88007ec71590 0000000000012800 ffff8800438fffd8 ffff8800438fffd8
[  360.652201]  0000000000012800 ffff880051635020 0000000000012800 0000000000012800
[  360.652211] Call Trace:
[  360.652230]  [<ffffffff8104064c>] ? select_task_rq_fair+0x38f/0x61b
[  360.652243]  [<ffffffff813369e3>] ? rwsem_down_failed_common+0xda/0x10e
[  360.652256]  [<ffffffff811ac8a3>] ? call_rwsem_down_write_failed+0x13/0x20
[  360.652267]  [<ffffffff8111fca1>] ? bit_spin_lock.clone.13+0x22/0x22
[  360.652278]  [<ffffffff813363aa>] ? down_write+0x25/0x27
[  360.652294]  [<ffffffffa08e82c0>] ? udf_get_block+0x7b/0x112 [udf]
[  360.652304]  [<ffffffff8111f24f>] ? __block_write_full_page+0x110/0x2d7
[  360.652313]  [<ffffffff8111fca1>] ? bit_spin_lock.clone.13+0x22/0x22
[  360.652326]  [<ffffffffa08e8245>] ? udf_block_map+0xb6/0xb6 [udf]
[  360.652339]  [<ffffffffa08e5e8b>] ? udf_expand_file_adinicb+0x152/0x1fb [udf]
[  360.652352]  [<ffffffffa08e4762>] ? udf_file_aio_write+0xab/0x11a [udf]
[  360.652361]  [<ffffffff810fb7eb>] ? do_sync_write+0xb1/0xea
[  360.652374]  [<ffffffff811653e9>] ? security_file_permission+0x18/0x33
[  360.652383]  [<ffffffff810fbe02>] ? vfs_write+0xa6/0xf9
[  360.652391]  [<ffffffff810fbff7>] ? sys_write+0x45/0x6b
[  360.652401]  [<ffffffff8133bd12>] ? system_call_fastpath+0x16/0x1b

Last edited by Warrior; 2011-10-31 at 14:19.