Results 1 to 2 of 2
hello everybody,
In my system , iam using ( linux and windows)
windows is in one partition. if i want to use the files in windows , iam every time ...
- 02-20-2007 #1Linux Newbie
- Join Date
- Oct 2006
- Posts
- 107
services
hello everybody,
In my system , iam using ( linux and windows)
windows is in one partition. if i want to use the files in windows , iam every time mounting the corresponding partitions in linux...
so, instead of that one , i simply wrote a script for that one.
But the problem is , i don't know how to make my script to execute at system start up time.
pls help me........
- 02-20-2007 #2
no need to write a script for automounting Windows partitions at boot up. add an entry for Windows in /etc/fstab file.
for FAT32, <file_system> is 'vfat' and for NTFS, its 'ntfs'.Code:/dev/<win_partition> <mount_point> <file_system> defaults,umask=0 0 0
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote