On 14 Jan 2002 at 10:10, prasanth george wrote: > I have two Hdd's as Primary master and Secondary master.Both are having only > one partition each.I have connected both of them, but I am seeing only one > Hdd's data.What I have to do to access both the drive's data.
# mount -t <filesystem like ext2> /dev/hdc1 <some mount point> man mount for more details. Also look into /etc/fstab and play around a bit.. Shridhar _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
