Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutLiity Ubuntu Suomen seuraan muualla: Discourse, Facebook, Mastodon, Matrix, Telegram, X
# /etc/fstab: static file system information.## <file system> <mount point> <type> <options> <dump> <pass>proc /proc proc defaults 0 0# /dev/sda1UUID=dcbdaac3-fbbd-43a6-a568-ad60a99dc30c / ext3 defaults,errors=remount-ro 0 1# /dev/sda6UUID=8a52bd0b-217c-479b-877a-e497c4436173 /home ext3 defaults 0 2# /dev/sda5UUID=6ac130a4-167c-4c82-9b1c-6262a582ef16 /testausosio ext3 defaults 0 2# /dev/sda2UUID=064be2c4-4f5f-4fce-b102-bd764e5d8580 /virtualmachines ext3 defaults 0 2# /dev/sda3UUID=1c9c99ac-2fea-4b60-bf21-b7f0d4e8ec43 none swap sw 0 0/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
Mikähän logiikka tossa on? :D Kaikki toimii ei siinä mitään mutta mikä ihme tuo uusi nimeämistapa on?
$ man fstab
...Instead of giving the device explicitly, one may indicate the (ext2 orxfs) filesystem that is to be mounted by its UUID or volume label (cf.e2label(8) or xfs_admin(8)), writing LABEL=<label> or UUID=<uuid>,e.g., ‘LABEL=Boot’ or ‘UUID=3e6be9de-8139-11d1-9106-a43f08d823a6’.This will make the system more robust: adding or removing a SCSI diskchanges the disk device name but not the filesystem volume label....
Eli onko toi nyt siis myönteinen asia?