LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-22-2005, 02:45 PM   #1
M O L8ingN2dust
Member
 
Registered: Mar 2005
Location: The People's Republic of Lumps in my Oatmeal!
Distribution: Mepis 3.2.1-1
Posts: 104

Rep: Reputation: 15
moving files from windows partition to linux partition


Ever since I installed mandrake, my windows partition has gone steadily downhill, which to me, means that it's time to reformat, and reinstall windows. The only problem is that I need my music, videos, and documents off of the windows drive before I reformat so I don't lose all that stuff. Can someone tell me how I can go about doing this? I have a lot of files to move, so I prefer to do it whole folders at a time if possible. If not, well then I will live...
 
Old 03-22-2005, 02:50 PM   #2
Thoreau
Senior Member
 
Registered: May 2003
Location: /var/log/cabin
Distribution: All
Posts: 1,167

Rep: Reputation: 45
You should currently be able to see your windows partition under /mnt/windows or /mnt/C. Mandrake mounts it by default I believe. If not, then tell us your partition and hardware setup and we can help you mount it.
 
Old 03-22-2005, 02:54 PM   #3
Damnation
Member
 
Registered: Mar 2005
Location: England
Distribution: Mandrake 10.1
Posts: 88

Rep: Reputation: 15
i found a tutorial, that told me to do this and i was able to access my windows partitions and grab my mp3's (didn't touch anything else)

open consol type: su
password

type : mount -a -t msdos

and then ALL windows partitons are mounted, i had to go to

/mnt/###
to view them but hey that wasn't really a problem.


hope that helps!
 
Old 03-22-2005, 03:13 PM   #4
M O L8ingN2dust
Member
 
Registered: Mar 2005
Location: The People's Republic of Lumps in my Oatmeal!
Distribution: Mepis 3.2.1-1
Posts: 104

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Thoreau
You should currently be able to see your windows partition under /mnt/windows or /mnt/C. Mandrake mounts it by default I believe. If not, then tell us your partition and hardware setup and we can help you mount it.
I typed that in the console, it said that windows is a directory, and then didn't do anything. So I hit cd windows, hoping dos commands would work... it changed directory, but now dir/p dont work, so I am stuck here...
 
Old 03-22-2005, 03:26 PM   #5
M O L8ingN2dust
Member
 
Registered: Mar 2005
Location: The People's Republic of Lumps in my Oatmeal!
Distribution: Mepis 3.2.1-1
Posts: 104

Original Poster
Rep: Reputation: 15
ok... dir worked, but now I don't know how to switch directories from there...

Word of advice to all linux programmers and designers... Make the console act like DOS. To someone who is unfamiliar with linux like me, this is a nightmare! There is nothing wrong with making software that is easy to learn.

As soon as I begin college and get my computer science degree, I plan to come back to this and design some software that is easy to use as windows or at bare minimum DOS. I don't see any reason why this can't be done. Maybe there is a distro that is already like this, and I am just missing it...

Think I need a tutorial, anyone know where to find a good one?
 
Old 03-22-2005, 03:30 PM   #6
Damnation
Member
 
Registered: Mar 2005
Location: England
Distribution: Mandrake 10.1
Posts: 88

Rep: Reputation: 15
i dunno about tutorials, but google for linux consol commands.

or somthing like that

windows dir = ls on Linux

thats about all i know : oX

but i personally can't see why you can't dbl click on home, click the ^ arrow a few times dbl click on mnt and access the folders that way ?

thats how i did it. maybe i was lucky for once : o)



[edit]ooopsey wrong os command : oP[/edit]

Last edited by Damnation; 03-22-2005 at 03:43 PM.
 
Old 03-22-2005, 03:40 PM   #7
M O L8ingN2dust
Member
 
Registered: Mar 2005
Location: The People's Republic of Lumps in my Oatmeal!
Distribution: Mepis 3.2.1-1
Posts: 104

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Damnation
i dunno about tutorials, but google for linux consol commands.

or somthing like that

windows dir = ls on windows

thats about all i know : oX

but i personally can't see why you can't dbl click on home, click the ^ arrow a few times dbl click on mnt and access the folders that way ?

thats how i did it. maybe i was lucky for once : o)
WOW! That worked! Thanks! I was under the impression that you had to do it from the console for some reason! I STILL think the console would be better off following DOS commands though. And I wish there was a way to cut and paste the files from windows to linux, rather then copy them, since there is almost 16 gigs of files I am moving. I need to resize my partitions so windows gets the minimum space needed to run properly. Even despite the trouble I am having with linux, I HATE M$! would rather use them little as possible. Don't ya hate it, when you hate an OS you know like the back of your hand?!
 
Old 03-23-2005, 02:27 AM   #8
phuongbd
LQ Newbie
 
Registered: Mar 2005
Location: VietNam
Posts: 21

Rep: Reputation: 15
I think when we setup linux, we can mount paritition ntfs in that, after setup linux finished, we needs mount in terminal. that's all
 
Old 03-23-2005, 02:50 AM   #9
harken
Member
 
Registered: Jan 2005
Location: Between the chair and the desk
Distribution: Debian Sarge, kernel 2.6.13
Posts: 666

Rep: Reputation: 30
You can use aliases for Linux commands so they would look like DOS ones. There's no need for one to rethink the names of Linux commands just to make it easy for someone used to use to DOS.
See http://www.tldp.org/LDP/Bash-Beginne...ect_03_05.html for using and creating aliases.
 
Old 03-23-2005, 10:17 AM   #10
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
mandrake uses a lot of commands that are DOS like..

cd /dir works to change your directory

dir and ls both display contents...

The commands for the console might be slightly different beyond that, but it is far more intuitive than dos, imho.
 
Old 01-08-2006, 08:57 PM   #11
LeftyAce
Member
 
Registered: Oct 2005
Distribution: Debian
Posts: 69

Rep: Reputation: 15
I agree that the learning curve is steeper because linux commands don't = dos commands, but at least in the instance of ls, they can be "better." ls is shorter and uses letters on the home row...
 
Old 01-08-2006, 09:11 PM   #12
thewonka
Member
 
Registered: Feb 2005
Location: Cambs UK/San Diego US/Tijuana MX
Distribution: Slackware/Debian!
Posts: 53

Rep: Reputation: 15
If you get a change you might want to make a partition for data next time, i use a ext3 partition for general data and another for multimedia, there are free drivers out there so you can read ext2/3 in windows.

If you dont want to have your data of microshaft land you can make a data partition in fat32.

that way you will have them in a safe place, since microshaft winblows needs constant reformats.
Cheers
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux/Windows Partition and Sharing Files njschroe Linux - General 2 11-30-2004 01:43 AM
How can I access files in my Windows 98 partition from my Linux partition, /w BASH? Fabyfakid Linux - Newbie 4 09-17-2004 11:05 PM
Accessing files on the Windows Partition from Linux sci0x Linux - Software 6 03-21-2004 02:34 PM
Modifying files in Linux partition from Windows yrraja Linux - General 6 05-09-2003 05:02 AM
Moving files to Windows partition... frkstein Linux - General 6 08-11-2002 01:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration