On 16 Jan 2002 at 6:55, Nair Jayamohan wrote: > 1. How can i mount my second (extended partition d > drive ) windows partition? I am able to mount my > primary partition which is the c drive.
man mount, man fstab should help you.. > > 2. Pl. tell me how i can see my partition info in > Linux. I am unable to run fdisk -l /dev/hda as it says > command not found. You need to be root for that. The binary is in /sbin i believe, which is not in path of regular user. > 3. Also pl tell me how to save a script file in the > sbin directory. when i copy the script text to text > editor and save i get the message 'error writing to > directory' That's should be a permission denied message. No ordinary user would have permission to do that. What are you trying to do exactly? Shridhar _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
