11 September 2006 02:30
Two Ells ยป Adding a hard drive to a Ubuntu Linux box
dit /etc/fstab and add the following line to the end (again, substituting the drive identifier and directory the disk should be mounted on in columns one and two):/dev/hdb1 /bak ext3 defaults 0 0 sudo mount /bak
1
(1 marks)