Dimensione: 4580
Commento:
|
Dimensione: 1864
Commento:
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 1: | Linea 1: |
* [http://66.249.91.104/translate_c?hl=it&ie=UTF-8&oe=UTF-8&langpair=it|en&u=http://wiki.ubuntu-it.org/Fstab?action=fullsearch&value=linkto%3A%22Fstab%22&context=180&prev=/language_tools Fstab] | = Introduction = The configuration file {{{/etc/fstab}}} contain the necessary information to ''mount'' of the disk. This file comes read at the start of the system and can be modified only by [:SudoRoot:root] user. |
Linea 3: | Linea 4: |
||<tablestyle="margin: 0pt 0pt 1em 1em; background: rgb(241, 241, 237) none repeat scroll 0% 50%; float: right; font-size: 0.9em; width: 25%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"style="padding: 0.5em;">'''Index''' || Introduction The rows of {{{/etc/fstab}}} configuration contain the necessary information to the ''assembly'' of the peripheral ones of memorization of the system. Such rows come read to the start of the system and can be modified solo from the customer [http://66.249.91.104/translate_c?hl=it&ie=UTF-8&oe=UTF-8&langpair=it|en&u=http://wiki.ubuntu-it.org/Sudo&prev=/language_tools root]. Contained of the rows It is possible to visualize such rows with the being followed commando: |
= Content of the file = It is possible to visualize this file with the followed commands: |
Linea 18: | Linea 11: |
{{{ # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> |
|
Linea 19: | Linea 16: |
{{{ # /etc/fstab: static rows system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/hda1 UUID=12102C02102CEB83 /media/windows ntfs silent, umask=0, locale=it_IT.utf8 0 0 # /dev/hda2 UUID=cee15eca-5b2e-48ad-9735-eae5ac14bc90 ninth swap sw 0 0 # /dev/hda3 UUID=98E0-6D24 /media/dati vfat defaults, utf8, umask=007, uid=0, gid=46, car, rw, nouser 0 0 # /dev/hda4 UUID=0aa86c61-0df9-4f1a-8b0b-34abbee6b769/ext3 nouser, defaults, errors=remount-ro, atime, car, rw, dev, exec, suid 0 0 /dev/hdc /media/cdrom0 udf, iso9660 user, atime, noauto, rw, dev, exec, suid 0 0 }}} |
proc /proc proc defaults 0 0 |
Linea 22: | Linea 18: |
Every commented line is not composed from six lives: | # /dev/hda1 UUID=12102C02102CEB83 /media/windows ntfs silent,umask=0,locale=it_IT.utf8 0 0 |
Linea 24: | Linea 21: |
||<style="background-color: rgb(254, 183, 109); text-align: center;">'''Field''' ||<style="background-color: rgb(254, 183, 109); text-align: center;">'''Description''' || || rows system || it indicates the containing device the rows system || |
# /dev/hda2 UUID=cee15eca-5b2e-48ad-9735-eae5ac14bc90 none swap sw 0 0 # /dev/hda3 UUID=98E0-6D24 /media/dati vfat defaults,utf8,umask=007,uid=0,gid=46,auto,rw,nouser 0 0 # /dev/hda4 UUID=0aa86c61-0df9-4f1a-8b0b-34abbee6b769 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 0 /dev/hdc /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0 }}} Every no-commented line is composed by six lives: ||<style="background-color:#FEB76D ; ":>'''Campo''' ||<style="background-color:#FEB76D ; ":>'''Descrizione''' || || file system || it indicates the containing device the rows system || |
Linea 27: | Linea 38: |
|| type || type of rows system || || options || options of access to the device (commando [http://66.249.91.104/translate_c?hl=it&ie=UTF-8&oe=UTF-8&langpair=it|en&u=http://wiki.ubuntu-it.org/ComandiBase&prev=/language_tools#mount mount]) || || dump || disattiva assets/the backup of filesystem (the commando '''dump'''). This option is obsolete. || || pass || disattiva assets/the control of coherence of the disc (commando '''fsck''') || |
|| type || type of file system || || options || options of access to the device (commando mount) || || dump || turn ON/OFF the backup of file system (the command dump). This option is __obsolete__ . || || pass || turn ON/OFF the control of coherence of the disc (the command fsck) || |
Linea 33: | Linea 44: |
UUID UUID “Universally Unique Identifier” is used in the field of the software, translate in Italian language is not other that “Universal Only Identificatore”. Draft of a product realized from the Open Software Foundation (OSF) as it leave of system DCE. A UUID is essentially a 16-byte number (128-bit). In the relative esadecimale shape a UUID can be similar this: 0aa86c61-0df9-4f1a-8c0b-34abbee6b769 Although the UUID does not guarantee a effective oneness, the possible number of combinations so is elevated to avoid one possible coincidence between two codes. The possible number of combination of the UUID is 2128 = 25616 = approximately 3.4 x 1038. That means that 1 trillion of UUID must be generates every nanosecond to you so that between 10 billions of years the UUID number is get exaustedded and to return to regenerate the same UUID. Inside of the {{{/etc/fstab}}} rows the peripheral ones come identified referenziate from just the '''Universally Unified IDentifier''', a particular identificativo number univoco. An example of line of {{{fstab}}}: {{{ # /dev/sda1 UUID=98E0-6D24 /media/dati vfat defaults, utf8, umask=007, uid=0, gid=46, car, rw, nouser 0 0 }}} In order to visualize the UUID of a disc to inside digitare the following commando of a window of they finishes: {{{ sudo vol_id - u /dev/xxxx }}} To the dicitura “/dev/xxxx” it goes replaced the reference to the peripheral one of which it is desired to know the UUID (i.e. “/dev/sda1”, “/dev/hda3” etc). Ulterior resources * [http://66.249.91.104/translate_c?hl=it&ie=UTF-8&oe=UTF-8&langpair=it|en&u=http://wiki.ubuntu-it.org/Hardware/DispositiviPartizioni&prev=/language_tools DispositiviPartizioni] ---- [http://66.249.91.104/translate_c?hl=it&ie=UTF-8&oe=UTF-8&langpair=it|en&u=http://wiki.ubuntu-it.org/CategoryAmministrazione&prev=/language_tools CategoryAmministrazione] |
= Other resources = [:https://help.ubuntu.com/community/UsingUUID:UUID] |
Introduction
The configuration file /etc/fstab contain the necessary information to mount of the disk. This file comes read at the start of the system and can be modified only by [:SudoRoot:root] user.
= Content of the file = It is possible to visualize this file with the followed commands:
cat /etc/fstab
The result of the previous commando will be similar to following:
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/hda1 UUID=12102C02102CEB83 /media/windows ntfs silent,umask=0,locale=it_IT.utf8 0 0 # /dev/hda2 UUID=cee15eca-5b2e-48ad-9735-eae5ac14bc90 none swap sw 0 0 # /dev/hda3 UUID=98E0-6D24 /media/dati vfat defaults,utf8,umask=007,uid=0,gid=46,auto,rw,nouser 0 0 # /dev/hda4 UUID=0aa86c61-0df9-4f1a-8b0b-34abbee6b769 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 0 /dev/hdc /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
Every no-commented line is composed by six lives:
Campo |
Descrizione |
file system |
it indicates the containing device the rows system |
mount point |
it indicates the directory (or mount point) from which it will be possible to approach the content of the device (for the swap is not demanded the mount point) |
type |
type of file system |
options |
options of access to the device (commando mount) |
dump |
turn ON/OFF the backup of file system (the command dump). This option is obsolete . |
pass |
turn ON/OFF the control of coherence of the disc (the command fsck) |