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
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
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.
Summary: I have a XP/Linux RH9 dual-boot PC. I want to mount my windows C and D drives so that I can access the directories read-write from a normal user account. As root, I create a mount point /mnt/dwind and...
Summary: I have been trying to get some answers as to mounting hard drives so I can play music from XP in Linux. However, being a newbie to Linux, nothing really makes sense. Could someone please give me a d...
Summary: Hi, I have a linux system (Suse 8.1) and have managed to get samba set up to access my Windows Share. I have edited the fstab file and entered all details (After alot of tweaking) and am able to s...