Jason, > but cannot mount drive... Did you make a file system on the partition? . partition disk (fdisk /dev/hda) . make file system (mkfs /dev/hda1) . create mount point (mkdir /somedir) . mount filesystem (mount -t ext2 /dev/hda1 /somedir) . edit fstab for automount at boot etc. HTH Pete -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
- [SLUG] Adding a new HDD - how to set mount point? root
- Re: [SLUG] Adding a new HDD - how to set mount point? Ian Tester
- Peter Rundle
