13 lines
789 B
Plaintext
13 lines
789 B
Plaintext
# /etc/fstab: static file system information.
|
|
#
|
|
# 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).
|
|
#
|
|
# <file system> <mount point> <type> <options> <dump> <pass>
|
|
# / was on /dev/sda1 during installation
|
|
UUID=3ffe6c1e-2815-4250-86d8-2e6599ccf477 / ext4 errors=remount-ro 0 1
|
|
# swap was on /dev/sda5 during installation
|
|
UUID=62c3e80d-02ea-42fc-9874-09cdc2c80f14 none swap sw 0 0
|
|
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
|
|
//192.168.1.37/PMaster /PMaster cifs credentials=/etc/.smbcredentials,username=mc007,uid=1000,iocharset=utf8 0 0 |