Which three statements could you use to mount the DocumentsSV_Tuesday_Backup path on the /restored_backup mount point?

You have a btrfs file system mounted on the /btrfs mount point:
# btrfs filesystem show
Label: ‘Btrfs’ uuid: 7bfe3239-47ee-442b-b9f8-49f88b6b1be4 Total devices 2 FS bytes used 200.37MB devid 2 size 4.88GB used 1.51GB path / dev/sdd devid 1 size 4.88GB used 1.51GB path /dev/sdc
You have a list of subvolumes and snapshots:
# btrfs subvolume list pgct /btrfs/DocumentsSV

Which three statements could you use to mount the DocumentsSV_Tuesday_Backup path on the /restored_backup mount point?
A. mount LABEL=Btrfs -o subvol=DocumentsSV_Tuesday_Backup /restored_backup
B. mount LABEL=Btrfs -o subvol=DocumentsSV /restored_backup
C. mount LABEL=Btrfs -o subvolid=140 /restored_backup
D. mount /btrfs/DocumentsSV_Tuesday_Backup /restored_backup
E. mount LABEL=Btrfs -o subvolid=270 /restored_backup
F. btrfs subvolume set-default 270 /btrfs; mount LABEL=Btrfs /restored_backup

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.