Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
convert vfat 2 reiserfs or ext3? (solved)
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
nvideo
n00b
n00b


Joined: 03 Nov 2007
Posts: 67
Location: belgrade

PostPosted: Wed Aug 27, 2008 2:01 pm    Post subject: convert vfat 2 reiserfs or ext3? (solved) Reply with quote

How to convert vfat partitions to reiserfs or ext3?
i find anyfs-tools but i didn't succeed emerge that package...
_________________
slackware/linux


Last edited by nvideo on Wed Aug 27, 2008 5:50 pm; edited 2 times in total
Back to top
View user's profile Send private message
el-chaote
n00b
n00b


Joined: 26 Aug 2008
Posts: 55
Location: Switzerland

PostPosted: Wed Aug 27, 2008 2:25 pm    Post subject: Reply with quote

Hi, you didn't give us a lot of information :D Why not formating the partition using mke2fs? Or do you want to convert the filesystem without loosing any data? Why not backing up the data, formating the partition with an ext3/reiserfs filesystem and restoring the data?

Quote:
i didn't succeed emerge that package"

It think you mean that you couldn't find the package in the portage, right? :D You can find an ebuild here. However, you'll have to add an overlay to us it.
Back to top
View user's profile Send private message
nvideo
n00b
n00b


Joined: 03 Nov 2007
Posts: 67
Location: belgrade

PostPosted: Wed Aug 27, 2008 2:38 pm    Post subject: Reply with quote

sory for short message
i try to add ebuild to /usr/local/portage
http://anyfs-tools.sourceforge.net/
last 3 versions dont work, emerge fals with die message in some lines when doing make
in ./configure everything is ok
i have 3 vfat partitions and my new kernel "2.6.26-r1" cannot mount them
kernel have some option for codepage, probably my partition is not write on that codepage
and now i must convert this partitions to ext filesystem

i can format partitions with mke2fs, but i that i lost my files
abouth 150-200Gb in all vfat partitions, i dont have this 200Gb free space
_________________
slackware/linux
Back to top
View user's profile Send private message
el-chaote
n00b
n00b


Joined: 26 Aug 2008
Posts: 55
Location: Switzerland

PostPosted: Wed Aug 27, 2008 2:45 pm    Post subject: Reply with quote

But you could mount the partitions with an older kernel? What happens if you try to mount the partitions with "mount /dev/sdXX /mnt/XXX"? Did you compile the Kernel by yourself? Have you checked that your new kernel supports vfat?
Back to top
View user's profile Send private message
nvideo
n00b
n00b


Joined: 03 Nov 2007
Posts: 67
Location: belgrade

PostPosted: Wed Aug 27, 2008 2:55 pm    Post subject: Reply with quote

yes of course, i compile kernel by myself :)
i using linux abouth 6-7 years, and my vfat partitions is very old
in kernel i have vfat support, i try to recompile kernel and eneter vfat to be module
and nothing
in 2.6.25 everything works

Quote:
ath64 anyfs-tools # mount /dev/sda3 /mnt/floppy/
mount: wrong fs type, bad option, bad superblock on /dev/sda3,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so


mount - t vfat or -t auto ... nothing...
_________________
slackware/linux
Back to top
View user's profile Send private message
el-chaote
n00b
n00b


Joined: 26 Aug 2008
Posts: 55
Location: Switzerland

PostPosted: Wed Aug 27, 2008 3:08 pm    Post subject: Reply with quote

This is strange... :?

What does "dmesg | tail -n 20" says after you've tried to mount? Did you run "fsck"?

Does dmesg say something interesting if you load the module?
Back to top
View user's profile Send private message
nvideo
n00b
n00b


Joined: 03 Nov 2007
Posts: 67
Location: belgrade

PostPosted: Wed Aug 27, 2008 3:12 pm    Post subject: Reply with quote

Unable to load NLS charset cp437
FAT: codepage cp437 not found
i dont have fsck.vfat but i have slackware linux and everything woks without any error
_________________
slackware/linux
Back to top
View user's profile Send private message
nvideo
n00b
n00b


Joined: 03 Nov 2007
Posts: 67
Location: belgrade

PostPosted: Wed Aug 27, 2008 3:14 pm    Post subject: Reply with quote

<*> MSDOS fs support │ │
│ │ <*> VFAT (Windows-95) fs support │ │
│ │ (437) Default codepage for FAT │ │
│ │ (iso8859-1) Default iocharset for FAT │ │
│ │ <*> NTFS file system support │ │
│ │ [ ] NTFS debugging support │ │
│ │ [*] NTFS write support

in kernel
_________________
slackware/linux
Back to top
View user's profile Send private message
el-chaote
n00b
n00b


Joined: 26 Aug 2008
Posts: 55
Location: Switzerland

PostPosted: Wed Aug 27, 2008 3:17 pm    Post subject: Reply with quote

Check if "Codepage 437" is enabled in your kernel! Go to Filesystems -> Native Language Support.
Back to top
View user's profile Send private message
nvideo
n00b
n00b


Joined: 03 Nov 2007
Posts: 67
Location: belgrade

PostPosted: Wed Aug 27, 2008 3:24 pm    Post subject: Reply with quote

is not enabled
in default option this codepage is in kernel
i dont know for wath codepage 437 in not in my kernel
this kernel is shit!
and my bttv dont work fine
tvtime is block everithing in every 3-4sec
thanks :)
now i run make && make modules_install
_________________
slackware/linux
Back to top
View user's profile Send private message
el-chaote
n00b
n00b


Joined: 26 Aug 2008
Posts: 55
Location: Switzerland

PostPosted: Wed Aug 27, 2008 3:26 pm    Post subject: Reply with quote

hehe, no worries ;)

Did you take your old kernel config? or did you start from scratch? :?
Back to top
View user's profile Send private message
nvideo
n00b
n00b


Joined: 03 Nov 2007
Posts: 67
Location: belgrade

PostPosted: Wed Aug 27, 2008 3:36 pm    Post subject: Reply with quote

i just simply do make menuconfig add codepage and now i must reboot gentoo
did you know something abouth tvtime, xawtv, bttv module... ?
_________________
slackware/linux
Back to top
View user's profile Send private message
el-chaote
n00b
n00b


Joined: 26 Aug 2008
Posts: 55
Location: Switzerland

PostPosted: Wed Aug 27, 2008 3:39 pm    Post subject: Reply with quote

I've got tvtime running with an old tv-card and the saaSOMETHING module running :D

PS: If it works now, please mark this thread as solved ;)
Back to top
View user's profile Send private message
nvideo
n00b
n00b


Joined: 03 Nov 2007
Posts: 67
Location: belgrade

PostPosted: Wed Aug 27, 2008 3:44 pm    Post subject: Reply with quote

how to mark this topic as sloved?
can you look this post?
https://forums.gentoo.org/viewtopic-t-704136.html
_________________
slackware/linux
Back to top
View user's profile Send private message
el-chaote
n00b
n00b


Joined: 26 Aug 2008
Posts: 55
Location: Switzerland

PostPosted: Wed Aug 27, 2008 4:26 pm    Post subject: Reply with quote

just put "[solved]" in front of your thread title ;) so that your thread is named:

[solved] convert vfat 2 reiserfs or ext3?
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