Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

STEP 2: Then you need to format the partition as ext3 ext4 using the following command:

Code Block
mkfs -t ext3ext4 /dev/sdb1

STEP 3: Create a directory for the new partition and mount it:

...

Add the following lines into /etc/fstab:

/dev/sdb1 /newdrive ext3ext4 defaults 1 2
/newdrive/monitor /var/spool/asterisk//monitor bind defaults,bind 0 0
/newdrive/voicemail /var/spool/asterisk/voicemail bind defaults,bind 0 0

...

Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.