fedora @ workplace and will install kubuntu on my laptop.c0ldfyr3 wrote:what Distro are you using?
Moderators: Forum Experts, Management


Install NTFS write support for Fedora Core 6
# su -
# yum -y install ntfs-3g
# mkdir /mnt/ntfs
# fdisk -l
/dev/hda3 * 14925 17218 18426555 c HTFS/NTFS
/dev/hda3 is your NTFS partition. It could be /dev/sdaX if you have a S-ATA drive.
/dev/hda3 /mnt/ntfs_p ntfs-3g defaults,umask=0 0 0
SELINUX=restrictive
SELINUX=disabled
SELINUX=permissive
deb http://givre.cabspace.com/ubuntu/ dapper main main-all
deb http://ntfs-3g.sitesweetsite.info/ubuntu/ dapper main main-all
deb http://flomertens.keo.in/ubuntu/ dapper main main-all
deb http://givre.cabspace.com/ubuntu/ edgy main
deb http://ntfs-3g.sitesweetsite.info/ubuntu/ edgy main
deb http://flomertens.keo.in/ubuntu/ edgy main
# wget http://flomertens.keo.in/ubuntu/givre_key.asc -O- | sudo apt-key add -
# wget http://givre.cabspace.com/ubuntu/givre_key.asc -O- | sudo apt-key add -
# sudo apt-get update
# sudo apt-get install ntfs-3g
# fdisk -l
# mkdir /media/ntfs_p
/dev/hda3 /media/ntfs_p ntfs-3g defaults,locale=en_US.utf8 0 0
# locale -a

well i formatted my d drive to ext2 , my windows xp didnt detect it, and now when i formated it to ext3 it still doesnt detect it , why when i remember that i have ext2 partition at my workplace on my computer, i used partioition magic 8 to format the drive.





tell me in advance , how do i add it to boot loader menu later, i was reading the topic of GRUB on it site thoughc0ldfyr3 wrote:when you install kubuntu, it shouold install grub as the default boot loader. Grub should detect that there is another loader ( for XP ) and allow you to boo tto taht if you wish.. if for some reason it doesn't you can add it to the boot loader menu later.




sudo cp /boot/grub/menu.lst /boot/grub/menu.lst-backup
sudo gedit /boot/grub/menu.lst
default 1
timeout 10
title Microsoft Windows XP Professional
root (hd0,1)
savedefault
makeactive
chainloader +1
title Ubuntu, kernel 2.6.17-10-generic
root (hd0,4)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda5 ro quiet splash
initrd /boot/initrd.img-2.6.17-10-generic
quiet
savedefault
boot
title Ubuntu, kernel 2.6.17-10-generic (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda5 ro single
initrd /boot/initrd.img-2.6.17-10-generic
boot
title Ubuntu, memtest86+
root (hd0,4)
kernel /boot/memtest86+.bin
quiet
boot

DEVILSAN wrote:btw what is mount point in linux system ?


Users browsing this forum: No registered users and 2 guests