View Single Post
Old 09-06-2006, 12:25 AM   #10 (permalink)
mehulved
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: UBuntu 5.1 installed:need Drivers

Quote:
Originally Posted by gary4gar
1)mounting windows partion:i have four partions on a sata drive with NTFS as fileing system.now i deleted 2nd partion & insatlled linux on it.pls give exaxt command as earlier command gave not found error
Use
Code:
mount -t ntfs /dev/sda1 /mnt/C-drive
Code:
mount -t ntfs /dev/sda3 /mnt/D-drive
Code:
mount -t ntfs /dev/sda4 /mnt/E-drive
You will get read-only access though.
To read-write use ntfs-captive.But it takes loooong time to wrie so preferably make one partition as fat32.

Quote:
Originally Posted by gary4gar
2)i have firefox version of 1 which need to be updated to 1.5.how to do that
download latest version. untar it and copy it to /usr/lib/firefox using sudo command.
Code:
sudo cp firefox /usr/lib/firefox
And please start learning basic linux commands. They will be very helpful to maintain your system.
mehulved is offline