> But then, the drive isn't usable in YDL after installation. I'm not
> stuck on doing it in the installer, but I can't find/figure out which
> utility to use to format and mount that drive, once YDL is up.
To partition:
parted /dev/hdb
To format partition (ext3, X=partition number):
mke2fs -j /dev/hdbX
To mount
mount /dev/hdbX /some/directory
To mount at startup, edit /etc/fstab and add a line for the partition.
-Bill
--------------------------------------------
http://YDL.net - The online community for Yellow Dog Linux users
_______________________________________________
yellowdog-general mailing list
[email protected]
http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
HINT: to Google archives, try '<keywords> site:terrasoftsolutions.com'