Quote:
|
Originally Posted by JN4OldSchool
my gut instinct is to play "bad cop" on this one and tell the OP to quit crying and just go get vista. But...We have all been frustrated. Unfortunatly, you have to hold your own hand on this one. The info is here, your problems are easily rectified, but you have got to want to do it. Getting pissed off at an inanimate OS isnt going to help any. It isnt Fedora or Linux's fault, it is yours for not knowing what you are doing. Once you accept that and get to work learning how to make it work things will be a lot brighter.
|
let me give you a little fast help.
Code:
su -
enter root password
this first block is copy and paste
Code:
cd /usr/local/src
mkdir rpms
cd rpms
wget http://rpm.livna.org/livna-release-6.rpm
rpm -ihv livna-release-6.rpm
rpm --import /etc/pki/rpm-gpg/*
wget http://rpm.livna.org/RPM-LIVNA-GPG-KEY
rpm --import RPM-LIVNA-GPG-KEY
cd -- (or cd ~)
whoami
select the username
choose between this two options:
Code:
ask password every time you perform sudo command-here:
echo "PASTE_USERNAME ALL=(ALL) ALL" >> /etc/sudoers
OR
dont ask for a password ever when you perform sudo command-here:
echo "PASTE_USERNAME ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
then type:
Code:
exit
sudo yum update
(if you choosed to be asked for a password, then now enterit as it will be asked for)
when the uptade is finished (will take most probably quite some time there are about 300 mb if you installed FC6 from the latest respin dvd. if you installed from the original initial release dvd, there will be about 900 MB of updates.
mp3
Code:
sudo yum install -y audacious audacious-plugins-nonfree*
java
go to java.sun.com/javase/downloads/index.jsp
select the Java Runtime Enviroment 6 (JRE) Self extracting file should be a .bin
when downloaded
Code:
sh jre-6-linux-i586.bin
answer yes
sudo mv -f jre1.6* /opt/jre1.6
sudo ln -s /opt/jre1.6/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin_oji.so
NTFS
Code:
sudo yum install -y fuse fuse-libs ntfs-3g ntfsprogs ntfsprogs-gnomevfs
cd /media
sudo mkdir /windows
now check your patritions
Code:
sudo /sbin/fdisk -l
this should show you the whole list of partitions on your computer
something like this, taken from my pc:
Quote:
[jlchafardet@phoenix ~]$ sudo /sbin/fdisk -l
Password:
Disk /dev/sda: 400.0 GB, 400088457216 bytes
255 heads, 63 sectors/track, 48641 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 9478 76132003+ 7 HPFS/NTFS
/dev/sda2 9479 9491 104422+ 83 Linux
/dev/sda3 9492 9556 522112+ 83 Linux
/dev/sda4 9557 48641 313950262+ 5 Extended
/dev/sda5 9557 48641 313950231 8e Linux LVM
Disk /dev/sdb: 2097 MB, 2097152000 bytes
64 heads, 63 sectors/track, 1015 cylinders
Units = cylinders of 4032 * 512 = 2064384 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1016 2047968+ 6 FAT16
Partition 1 has different physical/logical endings:
phys=(1014, 63, 63) logical=(1015, 55, 55)
[jlchafardet@phoenix ~]$
|
sdb is my flashdrive sda is my Hard drive.
based on where you see the HPFS/NTFS partition (or partitions), in my example is
/dev/sda1 * 1 9478 76132003+ 7 HPFS/NTFS so is /dev/sda1
Code:
for read-only:
sudo mount /dev/PARTITION_NTFS /media/windows -t ntfs-3g -ro umask=0222
for writable (not recommended):
sudo mount /dev/PARTITION_NTFS /media/windows -t ntfs-3g -rw umask=0000
sudo gedit /etc/fstab
add the following line to the end of the file:
for read-only:
/dev/PARTITION_NFS /media/windows ntfs-3g ro,defaults,umask=0222 0 0
for writable (not recommended):
/dev/PARTITION_NFS /media/windows ntfs-3g rw,defaults,umask=0000 0 0
now you have NTFS mounting (access) on boot. it doesnt matter if it is an external or an internal drive, it will be shown on the fdisk -l command.
now, back to my first quote.
Quote:
|
Originally Posted by JN4OldSchool
my gut instinct is to play "bad cop" on this one and tell the OP to quit crying and just go get vista. But...We have all been frustrated. Unfortunatly, you have to hold your own hand on this one. The info is here, your problems are easily rectified, but you have got to want to do it. Getting pissed off at an inanimate OS isnt going to help any. It isnt Fedora or Linux's fault, it is yours for not knowing what you are doing. Once you accept that and get to work learning how to make it work things will be a lot brighter.
|
Its absolutly true that is not our, nor fedora nor linux fault that your things doesnt go the way you want them. thats what happens when we want to do something without knowing a single thing about it. ERRORS AND MISTAKES. thats how we learn in life, so if you are ready to start an amazing adventure, learning proccess, and taking your IT knowledge to a level that the usual IT user DOESNT EVEN DREAM TO HAVE, welcome to the linux world, if you dont have what it takes for it, well its a shame, we will be here anyway, enjoying our linuxes fully working with all the speqs we want
dont blame on us, nor linux, nor the distro your problems, blame yourself, embrace that blame, stand up, and keep walking because thats the way to go, up and ahead.
Cheers,
__________________
JLChafardet
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
CPU: Intel Pentium 4 630 @ 3.75 Ghz
Motherboard: Asus P5WD2 Premium
Memory: 2GB DDR2 Mushkin (2 x 1GB EM2-5300)
Videocard: eVGA NVidia Geforce 7900 GT PCI-E
Storage: 400 GB HDD SATA II Seagate
Operating System: Fedora Core 9
The record ID is
#399589
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Wise man talk because they have something to say
fools because they have to say something