Checking Hard Drive

Richard cms01 at tampabay.rr.com
Fri May 19 04:19:18 UTC 2006


>Richard wrote:
>
>  
>
>>Okay, so how does one re-format the hdb slave drive?
>>    
>>
>
>You might look at: https://wiki.ubuntu.com/InstallingANewHardDrive
>
>The quick manual method is as follows:
>
>Open a terminal window.
>
>List the existing partitions:
>
>  /sbin/fdisk -l /dev/hdb
>
>Read the man page
>
>  man fdisk
>
>Partition the disk:
>
>  sudo /sbin/fdisk /dev/hdb
>
>Read the man page:
>
>  man mkfs.ext3
>
>Create the filesystem(s):
>
> sudo /sbin/mkfs.ext3 /dev/hdb1
> etc
>
>Read the man page:
>
>  man fstab
>
>Edit fstab to add the partitions:
>
>  sudo vi /etc/fstab
>
>Mount the new partition(s):
>
>  sudo mount /dev/hdb1
>  etc
>
>Toby
>
>  
>
Toby Thanks, for the quick reply
did not know it was this evolved, that there was a app,
you click, and select drive, and format (done.) coming from a Mac

Enclosing all these commands can be done all at once?
now this drive, is going to be used for sharing, mp3, vid's, pdf's etc.
a drop off storage area, would vfat be a better choice?

Thanks-
Rich





More information about the ubuntu-users mailing list