Add fstab/fstab
This commit is contained in:
18
fstab/fstab
Normal file
18
fstab/fstab
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# /root/fstab: static file system information.
|
||||||
|
#
|
||||||
|
# This is a file system table that remains persistent on the CloudKey
|
||||||
|
# Use it for mounting your internal drive and any USB drives you connect
|
||||||
|
# externally. Note, the USB C port doesn't supply voltage, so external
|
||||||
|
# drives need to be powered and if more than one is connected, then you
|
||||||
|
# need to use a powered USB Hub. I purchased a USB C to USB A dongle
|
||||||
|
# online and it worked like a charm. Even passed through USB 3 and USB 2.
|
||||||
|
#
|
||||||
|
# Use 'blkid' to print the universally unique identifier for a
|
||||||
|
# device; this may be used with UUID= as a more robust way to name devices
|
||||||
|
# that works even if disks are added and removed. See fstab(5).
|
||||||
|
#
|
||||||
|
# Mount with UUIDs as they remain consistent.
|
||||||
|
# Example:
|
||||||
|
# UUID=00357c03-32c9-40f5-9407-649d19ce9a2a /volume1 ext4 defaults 0 0
|
||||||
|
#
|
||||||
|
# <file system> <mount point> <type> <options> <dump> <pass>
|
||||||
Reference in New Issue
Block a user