View previous topic :: View next topic |
Author |
Message |
nvideo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Nov 2007 Posts: 67 Location: belgrade
|
Posted: Wed Aug 27, 2008 2:01 pm Post subject: convert vfat 2 reiserfs or ext3? (solved) |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
el-chaote n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Aug 2008 Posts: 55 Location: Switzerland
|
Posted: Wed Aug 27, 2008 2:25 pm Post subject: |
|
|
Hi, you didn't give us a lot of information 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? You can find an ebuild here. However, you'll have to add an overlay to us it. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nvideo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Nov 2007 Posts: 67 Location: belgrade
|
Posted: Wed Aug 27, 2008 2:38 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
el-chaote n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Aug 2008 Posts: 55 Location: Switzerland
|
Posted: Wed Aug 27, 2008 2:45 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
nvideo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Nov 2007 Posts: 67 Location: belgrade
|
Posted: Wed Aug 27, 2008 2:55 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
el-chaote n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Aug 2008 Posts: 55 Location: Switzerland
|
Posted: Wed Aug 27, 2008 3:08 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
nvideo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Nov 2007 Posts: 67 Location: belgrade
|
Posted: Wed Aug 27, 2008 3:12 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
nvideo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Nov 2007 Posts: 67 Location: belgrade
|
Posted: Wed Aug 27, 2008 3:14 pm Post subject: |
|
|
<*> 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 |
|
![](templates/gentoo/images/spacer.gif) |
el-chaote n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Aug 2008 Posts: 55 Location: Switzerland
|
Posted: Wed Aug 27, 2008 3:17 pm Post subject: |
|
|
Check if "Codepage 437" is enabled in your kernel! Go to Filesystems -> Native Language Support. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nvideo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Nov 2007 Posts: 67 Location: belgrade
|
Posted: Wed Aug 27, 2008 3:24 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
el-chaote n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Aug 2008 Posts: 55 Location: Switzerland
|
Posted: Wed Aug 27, 2008 3:26 pm Post subject: |
|
|
hehe, no worries
Did you take your old kernel config? or did you start from scratch? ![Confused :?](images/smiles/icon_confused.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nvideo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Nov 2007 Posts: 67 Location: belgrade
|
Posted: Wed Aug 27, 2008 3:36 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
el-chaote n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Aug 2008 Posts: 55 Location: Switzerland
|
Posted: Wed Aug 27, 2008 3:39 pm Post subject: |
|
|
I've got tvtime running with an old tv-card and the saaSOMETHING module running
PS: If it works now, please mark this thread as solved ![Wink ;)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nvideo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Nov 2007 Posts: 67 Location: belgrade
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
el-chaote n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Aug 2008 Posts: 55 Location: Switzerland
|
Posted: Wed Aug 27, 2008 4:26 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
|