View previous topic :: View next topic |
Author |
Message |
costel78 Guru

Joined: 20 Apr 2007 Posts: 407
|
Posted: Wed Feb 23, 2011 8:04 pm Post subject: kernel-2.6.37 UDF support |
|
|
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 |
|
 |
Gusar Advocate

Joined: 09 Apr 2005 Posts: 2665 Location: Slovenia
|
Posted: Wed Feb 23, 2011 8:39 pm Post subject: |
|
|
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 |
|
 |
chithanh Developer


Joined: 05 Aug 2006 Posts: 2158 Location: Berlin, Germany
|
Posted: Wed Feb 23, 2011 8:59 pm Post subject: |
|
|
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 |
|
 |
costel78 Guru

Joined: 20 Apr 2007 Posts: 407
|
Posted: Wed Feb 23, 2011 9:48 pm Post subject: |
|
|
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 |
|
 |
|