Okay. Now I've:
Installed: kernel-smp.x86_64 0:2.6.9-22.0.1.106.unsupported
Complete!
That should give me NTFS support although I have to admit to not liking that word 'unsupported' being anywhere near the word 'kernel'. Probably I'm just a too easily freaked out novice though. Here goes...
So for the record, the commands were:
yum --enablerepo centosplus install kernel-smp
Reboot
Then I made a directory to mount the drive in:
mkdir /mnt/windows
Then mounted it (read only):
mount /dev/sdd1 /mnt/windows -t ntfs -r
Not very hard, just takes some courage. And a lot of googling. Yee-haw. Time for dinner.
|
Installed: kernel-smp.x86_64 0:2.6.9-22.0.1.106.unsupported
Complete!
That should give me NTFS support although I have to admit to not liking that word 'unsupported' being anywhere near the word 'kernel'. Probably I'm just a too easily freaked out novice though. Here goes...
- jim 11-19-2005 5:41 am
So for the record, the commands were:
yum --enablerepo centosplus install kernel-smp
Reboot
Then I made a directory to mount the drive in:
mkdir /mnt/windows
Then mounted it (read only):
mount /dev/sdd1 /mnt/windows -t ntfs -r
Not very hard, just takes some courage. And a lot of googling. Yee-haw. Time for dinner.
- jim 11-19-2005 6:07 am