I have Win98 on one partition and Linux on the other partition. I have some
files on Win98 that I want to copy to the Linux partition. What commands do
I need to do this?
Thankyou
Rod O'Brien
While in a command shell try 'man mount' check out the -t option.
mount -t vfat /dev/sda1 /mnt/windoze is what i use. the -t or type comand has
many 'file' types that can be mount in your file system you need to know what
type of fat system you want to mount. IDE disk drives are use different device
special file types i.e. _not_ sda1 etc type 'df' to see the file system your
system has been configured for.
Cheers,
Stephen Ashley,
Alice Springs,
Out Back Oz.
> Thankyou
> Rod O'Brien
> I have Win98 on one partition and Linux on the other partition. I have
> some files on Win98 that I want to copy to the Linux partition. What
> commands do I need to do this?
mount -t vfat /dev/hdax /mnt
where hdax is your Win98 partition such as hda1, hda2, hda3 etc. If
you're not sure what the Win98 partition is, typing this command:
fdisk -l (the -l is a lower case L - not a one)
will display all your partitions which may help you determine which it
is.
Once mounted, you will have access to the Win98 partition in the /mnt
directory. From there you can use the cp command to copy files, or use a
file manager such as Midnight Commander, Tkdesk etc
I used /mnt as the mount point because that directory will already exist
on your machine. There's nothing to stop you from creating a new
directory such as /win98 or whatever, and mounting the partition there.
Tom
--
Try Debian GNU/Linux - it's free, it's open source, and it rocks
http://www.debian.org
My I suggest to consult the Linux FAQ, questionQuote:> I have Win98 on one partition and Linux on the other partition. I have
some
> files on Win98 that I want to copy to the Linux partition. What commands
do
> I need to do this?
* 3.2 How do I access files on my DOS partition or floppy?
jue
--
Jrgen Exner
My I suggest to consult the Linux FAQ, questionQuote:> I have Win98 on one partition and Linux on the other partition. I have
some
> files on Win98 that I want to copy to the Linux partition. What commands
do
> I need to do this?
* 3.2 How do I access files on my DOS partition or floppy?
jue
--
Jrgen Exner
1. mount error: mount only root can mount /dev/cdrom on cdrom
"That should do it. I hope this was not to long an explaination, but
"I want you to have a fell for what you are doing before doing it.
"Now as to why...
"Most multitasking multiuser Operation system do not let users
"access the mount command. Linux makes it possible for users
"to use the command, but doesn't give the privilage to automatically.
"Root has to set the priv on a per device basis.
... oh wow. that was great. thanks ...
"it's not what you see ,
but in stead notice."
http://www.aniota.com/~twhite
3. NFS mount won't mount at boot, but mount -a works fine.
5. mount error: mount only root can mount /dev/cdrom on cdrom
7. mount: mount point /media/cdrom0 does not exist
9. Mounting timeout on NFS mount
11. Mounting Cdroms in SunOS 4.14 - error unable to mount hsfs
12. CD-ROM mount needs source <--> source needs CD-ROM mount
13. how to mount two harddisk to a single mount pointer?