Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kernel-2.6.37 UDF support
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
costel78
Guru
Guru


Joined: 20 Apr 2007
Posts: 407

PostPosted: Wed Feb 23, 2011 8:04 pm    Post subject: kernel-2.6.37 UDF support Reply with quote

Hello,

I'm using gentoo-sources-2.6.37 and UDF file system support just disappear.
In kernel config (menuconfig) it was under
Code:
File systems  --->
CD-ROM/DVD Filesystems  --->
UDF file system support

but now I have only:
Code:
<*> ISO 9660 CDROM file system support
[*]   Microsoft Joliet CDROM extensions
[*]   Transparent decompression extension


What I found:
Code:
Prompt: UDF file system support
Defined at fs/udf/Kconfig:1
Depends on: BLOCK [=y] && BKL [=n]
Location:
-> File systems
-> CD-ROM/DVD Filesystems


and in .config:
Code:

....
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
# CONFIG_BLK_DEV_INTEGRITY is not set
CONFIG_BLOCK_COMPAT=y
....
# CONFIG_SLUB_STATS is not set
# CONFIG_BKL is not set
# CONFIG_SPARSE_RCU_POINTER is not set
....


So, where is UDF support ?
What should I enable or disable ?
_________________
Sorry for my English. I'm still learning this language.
Back to top
View user's profile Send private message
Gusar
Advocate
Advocate


Joined: 09 Apr 2005
Posts: 2665
Location: Slovenia

PostPosted: Wed Feb 23, 2011 8:39 pm    Post subject: Reply with quote

You should enable the big kernel lock. Or switch to 2.5.38-rc, there you can use UDF without the big kernel lock.
Back to top
View user's profile Send private message
chithanh
Developer
Developer


Joined: 05 Aug 2006
Posts: 2158
Location: Berlin, Germany

PostPosted: Wed Feb 23, 2011 8:59 pm    Post subject: Reply with quote

Code:
Depends on: BLOCK [=y] && BKL [=n]
Everything which is shown as [=n] must be made [=y] (or m) first before the option is shown.
Back to top
View user's profile Send private message
costel78
Guru
Guru


Joined: 20 Apr 2007
Posts: 407

PostPosted: Wed Feb 23, 2011 9:48 pm    Post subject: Reply with quote

I enabled Big Kernel Lock and UDF it's back in config.

Thank you very much!
_________________
Sorry for my English. I'm still learning this language.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum