Add an Additional Disk Drive to Your Linux Computer

Add an Additional Disk Drive to Your Linux Computer

just format the whole disk and mount them somewhere.

mkfs.ext3 /dev/sdb

mount /dev/sdb /var/www

etc.

to make mount permanent, add the line to /etc/fstab

/dev/sdb /var/www ext3 defaults

there are many variations and you should look up more information and understand different filesystems etc. to be sure that is what you want.

Discussion (0)

There are no comments for this doc yet.

Leave a Reply

©2024  gTokTok.COM

CONTACT US

We're not around right now. But you can send us an email and we'll get back to you, asap.

Sending
0

Log in with your credentials

or    

Forgot your details?

Create Account