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 06-30-2004, 09:50 PM   #61
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47

Is the disk linux formatted or dos/fat? Sounds like it is in a Linux format which windows can't read.
 
Old 06-30-2004, 09:51 PM   #62
Wolfy
Member
 
Registered: Jun 2004
Location: WA
Distribution: Slackware 11 Kernel 2.6.20.7-SMP
Posts: 144

Original Poster
Rep: Reputation: 15
mount cleanly?

what ever do you mean?
 
Old 06-30-2004, 09:53 PM   #63
BlueOrb
Member
 
Registered: Feb 2004
Distribution: Debian 3.1 "sarge"
Posts: 31

Rep: Reputation: 15
to make sure its not linux format, have Win format it and then mount with this:

mount -t msdos /dev/fd0 /mnt/root
 
Old 06-30-2004, 09:53 PM   #64
BlueOrb
Member
 
Registered: Feb 2004
Distribution: Debian 3.1 "sarge"
Posts: 31

Rep: Reputation: 15
like is there an error, i guess not if you dont know
 
Old 06-30-2004, 09:58 PM   #65
Wolfy
Member
 
Registered: Jun 2004
Location: WA
Distribution: Slackware 11 Kernel 2.6.20.7-SMP
Posts: 144

Original Poster
Rep: Reputation: 15
Darthtux,
Formated in windows with whatever windows uses i.e. FAT

tried:mount -t msdos /dev/fd0 /mnt/root
reply was: mount: mount point /mnt/root does not exist
 
Old 06-30-2004, 09:59 PM   #66
BlueOrb
Member
 
Registered: Feb 2004
Distribution: Debian 3.1 "sarge"
Posts: 31

Rep: Reputation: 15
ack sorry, ive reinstalled too many times with core....

that mount point should be /mnt/root
 
Old 06-30-2004, 10:01 PM   #67
Wolfy
Member
 
Registered: Jun 2004
Location: WA
Distribution: Slackware 11 Kernel 2.6.20.7-SMP
Posts: 144

Original Poster
Rep: Reputation: 15
you just told me the same thing I think.
 
Old 06-30-2004, 10:06 PM   #68
BlueOrb
Member
 
Registered: Feb 2004
Distribution: Debian 3.1 "sarge"
Posts: 31

Rep: Reputation: 15
GOD!!! /mnt/floppy that is!!!!!!!

hey i got it right
 
Old 06-30-2004, 10:11 PM   #69
Wolfy
Member
 
Registered: Jun 2004
Location: WA
Distribution: Slackware 11 Kernel 2.6.20.7-SMP
Posts: 144

Original Poster
Rep: Reputation: 15
darthtux,
I just thought of something, what if I run dpkg-reconfigure again and select the Xserver as
"kdm" instead of "gdm" would that solve the Gnome to KDE conflict?
 
Old 06-30-2004, 10:13 PM   #70
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47
Shouldn't have anything to do with it.
 
Old 06-30-2004, 10:14 PM   #71
Wolfy
Member
 
Registered: Jun 2004
Location: WA
Distribution: Slackware 11 Kernel 2.6.20.7-SMP
Posts: 144

Original Poster
Rep: Reputation: 15
tried: mount -t msdos /dev/fd0 /mnt/floppy
reply: mount: according to mtab, /dev/fd0 is mounted on floppy


WHAT DOES THAT MEAN?????
 
Old 06-30-2004, 10:17 PM   #72
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47
Yeah in Debian the mount point is /floppy. So try

mount -t msdos /dev/fd0 /mnt/floppy

EDIT: Sorry that should be

mount -t vfat /dev/fd0 /floppy

Last edited by darthtux; 06-30-2004 at 10:19 PM.
 
Old 06-30-2004, 10:24 PM   #73
Wolfy
Member
 
Registered: Jun 2004
Location: WA
Distribution: Slackware 11 Kernel 2.6.20.7-SMP
Posts: 144

Original Poster
Rep: Reputation: 15
Okay I treid: mount -t vfat /dev/fd0 /floppy
reply: mount: according to mtab, /dev/fd0 is already mounted on /floppy

Help please I getting confused
 
Old 06-30-2004, 10:25 PM   #74
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47
umount /dev/fdo

then

mount -t vfat /dev/fd0 /floppy

then do your cp

EDIT: Always unmount BEFORE removing floppy from drive.
 
Old 06-30-2004, 10:32 PM   #75
Wolfy
Member
 
Registered: Jun 2004
Location: WA
Distribution: Slackware 11 Kernel 2.6.20.7-SMP
Posts: 144

Original Poster
Rep: Reputation: 15
darthtux,
I did:umount /dev/fdo

then

mount -t vfat /dev/fd0 /floppy

then do your cp

EDIT: Always unmount BEFORE removing floppy from drive.


nothing happens with drive light and there is nothing on disk in the windows box.

Any Idea's?
 
  


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
Almost ready to give up!! :( tecnolover Mandriva 24 02-26-2005 11:46 PM
So ready to give up =( duerra Linux - Newbie 4 01-18-2004 11:28 AM
I Give Up; Linux Just Isn't Ready For Primetime johnleemk Linux - Networking 23 11-13-2003 05:21 AM
That is it, I give up, Linux is truely not ready for prime time.... MAWipf General 175 11-10-2003 04:42 AM
Can't add hard drive- simple task- about ready to give up linux saxblue Linux - Hardware 4 07-30-2003 11:23 AM

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

All times are GMT -5. The time now is 09:18 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