Ga naar inhoud


Aanbevolen berichten

Geplaatst:

Hoi,

Ik heb kubuntu en xp op een pc staan...draait verder perfect, alleen wil ik van de windows xp schijf bestanden inladen. Wat met unbutu wel ging gaat met kubuntu niet onder media dolphin. (het benaderen van de schijf)( Windows is ntfs geformatteerd ) Ik ben een leek met linux dus alles is welkom!!!

 

Thanks Bassie


Geplaatst:

Er staat mij iets van bij dat je een kernel module moet laden.

 

ff googlen leverde dit resultaat op.

 

Citaat:

Yes it can.

 

2.4.x and 2.6.x kernels can read (works great and is perfectly safe) and write (still a bit experimental) to NTFS filesystems, however you may have to compile the NTFS module by hand since some distributions do not provide it.

 

You will need to either create an ext3 partition (backup all your data and resize your NTFS partition with Partition Magic or FIPS to make room for ext3 or backup everything, delete and repartition from scratch) on your existing HDD or add a 2nd HDD.

 

It is a lot easier to just add a 2nd HDD ($40 - $100 on newegg).

 

Grub can handle booting from multiple drives without any problems and can also allow you to dual or triple boot (Linux + XP or Linux + BSD + XP or any combination of operating systems thereof).

 

Message me if you have any other questions <img src="/forums/images/graemlins/laugh.gif" alt="" />

 

Code:
 You can run: locate ntfs # to see if you have the ntfs driver # or find / -iname "*ntfs*" # normally your modules are in /lib/modules/$your_kernel_version/kernel/fs# you can run uname -a to find out what kernel you are running# on FC3 for example it would be in /lib/modules/2.6.12-1.1372_FC3/kernel/fs# FC3 does not provide the ntfs driver by default, kubuntu might - if not I think you can aptget it or something like that # if you run mount /dev/hd?? /mnt # or mount /dev/sd?? /mnt # the kernel should autoload the ntfs kernel module if it is available # you can run: lsmod # to see what kernel modules are loaded # you can also: lsmod | grep -i ntfs # or lsmod |less 

 

Geplaatst:

je kan ook de driver van ntfs-3g gebruiken

http://www.ntfs-3g.org/

 

ik gebruik zelf debian maar de commando's zijn dacht ik het zelfde

als bij (k)ubuntu

 

1) instaleer ntfs-3g

apt-get install ntfs-3g

 

2) maak een nieuwe directory

mkdir /mnt/windows

 

2.1) zoek waar je ntfs hard disk is

/sbin/fdisk -lu | grep NTFS

 

3) test of je de schijf kan mounten

mount -t ntfs-3g /dev/hd** /mnt/windows

of

mount -t ntfs-3g /dev/sd** /mnt/windows

 

4)als de schijf succesvol is gemount

dan zet je het volgende in bestand /etc/fstab

/dev/hd** /mnt/windows ntfs-3g defaults,nls=utf8,umask=007,gid=46 0 1

of

/dev/sd** /mnt/windows ntfs-3g defaults,nls=utf8,umask=007,gid=46 0 1

 

hd** = de harde schijf waar windows staat

sd** = de harde schijf waar windows staat

 

als alles goed is gegaan kan je lezen en schrijven naar de ntfs disk

Technotrend DVB-S2300, VDR

Maak een account aan of log in om te reageren

Je moet een lid zijn om een reactie te kunnen achterlaten

Account aanmaken

Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!

Registreer een nieuwe account

Inloggen

Heb je reeds een account? Log hier in.

Nu inloggen
  • Wie is er online   0 leden

    • Er zijn geen geregistreerde gebruikers deze pagina aan het bekijken
×
×
  • Nieuwe aanmaken...