LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to mount exsisting partition (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-mount-exsisting-partition-199404/)

mitchb 06-30-2004 04:32 AM

how to mount exsisting partition
 
First of all i would like to thank the following people namely xavierP, Oliv', Rylan76, Baldrick56,Jkobrien and most of all linuxquestions.org for the very hepful and quick replies. i learned so much in this site! more power to linuxquestions.org! how can you mount a windows partion using SUSE 9.0. this is the situation. i have a dual boot system that runs windows XP prof. and Suse linux 9.0. last night my windos XP crashed (duh! this always happens with windows!) and all my inportant files like pictures, some mp3s and documents are in the windows partition. how can i retrieve my files by using suse 9.0? can i also burn the spesific files in the cd? what package can i install to do the burning process? is it on KDE or the console? last question. i have a USR 33.6 external modem. how can i use this on linux? i really need internet access since i dont have my windows partition working! thanks again in advance!

XavierP 06-30-2004 04:48 AM

As far as your XP partition goes, if it is NTFS Linux has limited capacity to access it. Linux can read the files, but not write them.
http://www.linuxquestions.org/questi...ght=mount+ntfs
http://www.linuxquestions.org/questi...61#post1013761
are 2 threads/posts which may give pointers - I searched for "mount ntfs" on LQ to find these.

You modem - the USR connects via the serial port so Linux will support it. Look into KPPP (also search LQ for KPPP, this is asked a lot).

Good Luck and thanks for the thanks :)

corbis_demon 06-30-2004 05:30 AM

Have you got your windows partition on a FAT sysytem or NTFS?If on FAT,then mount the windows partition on Linux.You can Do this by the following procedure:
As root,start Terminal,type:
fdisk -l
This lists your partitions.Check for the windows partition.Make a directory by

mkdir /mnt/win

If the windows partition is the first partition (/dev/hda1).

mount -t vfat /dev/hda1 /mnt/win

Edit the /etc/fstab file:

/dev/hda1 /mnt/win vfat defaults 0 0

to make the change permanent.


If you have an NTFS partition,then you'll have to download the kernel-ntfs rpm from http://linux-ntfs.sourceforge.net/rpm or from a mirror site http://optusnet.dl.sourceforge.net/s...9.2-1.src.rpm. Install it and then you can read from the NTFS partition.

As for connecting to the net,you need to get the US robotics modem driver for linux.


All times are GMT -5. The time now is 08:09 PM.