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.