Results 1 to 6 of 6
I recently installed Redhat Linux in my friends System. And now every thing is ok. Now how can i mount the Windows Partitions in linux system, so as to access ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-13-2003 #1Just Joined!
- Join Date
- Jun 2003
- Posts
- 25
Mounting Windows Partitions?
I recently installed Redhat Linux in my friends System. And now every thing is ok. Now how can i mount the Windows Partitions in linux system, so as to access the files there
- 08-13-2003 #2Just Joined!
- Join Date
- Jun 2003
- Location
- /dev/ocean
- Posts
- 20
Check manpage for mount command, $ man mount
You could also put mount details in /etc/fstab to make it mount your windoze partition automagically.
If all else fails, google for "Linux mount windows".
G'luck
- 08-13-2003 #3Just Joined!
- Join Date
- Aug 2003
- Posts
- 5
smbmnt -u uid //windows_servername/share_name /mnt/windows
- 08-13-2003 #4Just Joined!
- Join Date
- Apr 2003
- Location
- Australia & England
- Posts
- 75
Really, easiest thing is to put an entry in /etc/fstab for it. You would put something like:
Of course, you need to change the appropriate bits, such as the device, mount point and uid for example, based on the machine and user. As pointed out, the manpage will explain these.Code:/dev/hda1 /mnt/windows vfat auto,ro,umask=0222,uid=501 0 0
- 08-13-2003 #5"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 08-15-2003 #6Just Joined!
- Join Date
- Jun 2003
- Location
- /dev/ocean
- Posts
- 20
Perfect ByLine.
Originally Posted by sarumont


Reply With Quote
