Computing.Net > Forums > Linux > mounting windows drives

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

mounting windows drives

Reply to Message Icon

Name: sunny
Date: March 7, 2004 at 22:11:26 Pacific
OS: linux
CPU/Ram: 256 MB
Comment:

i installed linux it is working fine. the problem is i could mount the windows drives.
i tried this command 'mount -t vfat /dev /hda1' it says mount point does not exist. pls tell me how to do this.
i have win xp also.
thanku



Sponsored Link
Ads by Google

Response Number 1
Name: heart_debian
Date: March 8, 2004 at 00:21:09 Pacific
Reply:

You have to create a dir. to mount your parition. Do something like this:

mkdir /mnt/windows
mount -t vfat /dev/hda1 /mnt/windows

You can enter the info in your fstab so it gets automatically mounted at boot. You can use "nomount" if you don't want to mount automatically, then you can just do:
mount -t vfat /dev/hda1
to mount it in /mnt/windows.

Make sure /dev/hda1 _is_ actually your windows partition.


0

Response Number 2
Name: sunny
Date: March 8, 2004 at 19:48:25 Pacific
Reply:

thanku very much audiophile. iam able to mount the windows partitions.
ok now tell me what is 'hda' and 'hdb' .
when i gave hda1 it said no mount point but when i gave hdb1,2... it mounted.

my linux version is redhat 9 do i have any player to play .dat files(movies)?
tell me how to play movies in linux.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: mounting windows drives

Mounting windows drive RW www.computing.net/answers/linux/mounting-windows-drive-rw/24829.html

Need Some Help Mounting a Drive www.computing.net/answers/linux/need-some-help-mounting-a-drive/14358.html

Mounting SMB drives on boot www.computing.net/answers/linux/mounting-smb-drives-on-boot/16606.html