Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem z montowaniem vfat
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
dAdi82
Tux's lil' helper
Tux's lil' helper


Joined: 16 Mar 2008
Posts: 134

PostPosted: Wed Jun 03, 2009 9:49 pm    Post subject: problem z montowaniem vfat Reply with quote

Po przejsciu na jajko 2.6.29-r5 nie moge zamontować fat32
cat /etc/fstab
Code:

....
/dev/sda6       /home/wspolny   vfat    rw,uid=1000,gid=100,umask=0,quiet,showexec 0 0
..

.config
Code:

.....
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=852
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-2"
CONFIG_NTFS_FS=y
CONFIG_NTFS_DEBUG=y
CONFIG_NTFS_RW=y
....
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
CONFIG_OSF_PARTITION=y
CONFIG_AMIGA_PARTITION=y
# CONFIG_ATARI_PARTITION is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
CONFIG_SGI_PARTITION=y
# CONFIG_ULTRIX_PARTITION is not set
CONFIG_SUN_PARTITION=y
CONFIG_KARMA_PARTITION=y
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
CONFIG_NLS_CODEPAGE_1250=m
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=m
CONFIG_NLS_ISO8859_2=m
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y
# CONFIG_DLM is not set


a przy probie montowanie mam
Code:

mount: wrong fs type, bad option, bad superblock on /dev/sda6,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
Back to top
View user's profile Send private message
SlashBeast
Retired Dev
Retired Dev


Joined: 23 May 2006
Posts: 2922

PostPosted: Wed Jun 03, 2009 10:11 pm    Post subject: Reply with quote

A teraz sprawdz co w dmesg dostajesz.
Back to top
View user's profile Send private message
dAdi82
Tux's lil' helper
Tux's lil' helper


Joined: 16 Mar 2008
Posts: 134

PostPosted: Thu Jun 04, 2009 3:41 pm    Post subject: Reply with quote

Code:

gEnToO_dAdI dadi # dmesg | tail
[   20.647332] usb 3-0:1.0: uevent
[   20.647613] usb usb4: uevent
[   20.647669] usb 4-0:1.0: uevent
[   20.647932] usb usb5: uevent
[   20.647988] usb 5-0:1.0: uevent
[   20.648630] usb usb1: uevent
[   20.648687] usb 1-0:1.0: uevent
[   25.493685] IRQ 16/nvidia: IRQF_DISABLED is not guaranteed on shared IRQs
[   27.826009] wlan0: no IPv6 routers present
[  131.369991] NVRM: Xid (0001:00): 6, PE0000 0200 05000000 0000fbe8 00dddaec 00000000
Back to top
View user's profile Send private message
SlashBeast
Retired Dev
Retired Dev


Joined: 23 May 2006
Posts: 2922

PostPosted: Thu Jun 04, 2009 4:49 pm    Post subject: Reply with quote

Ty tak na serio? Masz dac to co mount wrzuca do dmesga po nieudanej probie montowania.
Back to top
View user's profile Send private message
dAdi82
Tux's lil' helper
Tux's lil' helper


Joined: 16 Mar 2008
Posts: 134

PostPosted: Thu Jun 04, 2009 5:07 pm    Post subject: Reply with quote

Code:

[  146.845889] FAT: IO charset iso8859-2 not found


Teraz wkompilowałem wszystko na stałe w jajko i ten sam problem.
Na jajku 2.6.29.4-vanilla smiga ok.
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2503
Location: Wroclaw, Poland

PostPosted: Thu Jun 04, 2009 5:28 pm    Post subject: Reply with quote

bo NLSa brakuje...
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt 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