fdisk -l …. Device Boot Start End Blocks Id System /dev/sdb1 1 1947 15633392 c W95 FAT32 (LBA)
mkfs.ext3 /dev/sdb1
mkdir /mnt/usbdrive mount /dev/sdb1 /mnt/usbdrive
IMPORTANT: In order to have your thumb drive mounted each time your server is restarted, you MUST edit the /etc/fstab file at the BFC. Simply add at the bottom of the file the following line
/dev/sdb1 /mnt/usbdrive ext3 defaults 0 0
[root@BFC backup]# mount /dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/sda1 on /boot type ext3 (rw) tmpfs on /dev/shm type tmpfs (rw) /dev/sdb1 on /mnt/usbdrive type ext3 (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) nfsd on /proc/fs/nfsd type nfsd (rw)
mkdir backup
chown bfcadmin backup chmod 777 backup
This directory is the location where the BFC will store the backup.
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|