> I'm trying to mount my Windows98 partition from Linux
>
> Cannot seem to work out the command
>
Make sure you got vfat in your kernel (as module or not) and do:
mount -t vfat /dev/ /
eg. mount -t vfat /dev/hda3 /mnt
Ron
On Thu, Feb 03, 2000 at 02:24:24PM -0800, davidturetsky wrote:
> I'm trying to mount my Windows98 partition from Linux
>
> Cannot seem to work out the command
mount -t vfat /path/to/win98/partition /path/to/mount/point
For example if the Win98 partition is /dev/hda3 and you want it mounted
as /mn
My Windows drive is /dev/hda1, I mount it with the following
command.
mount -t vfat /dev/hda1 /cdrive
where cdrive is a mount point I created in the root of my Debian
Filesystem
You would just have to find out which drive and partition your windows
drive is.
Good Luck,
Todd
At 02:24 PM 2/3
I'm trying to mount my Windows98 partition from
Linux
Cannot seem to work out the command
I presume the idea is to mount the entire partition
and then access the files there through ordinary Linux resources
David
4 matches
Mail list logo