Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati
  • Differenze per "Saurus/Prove0"
Differenze tra le versioni 1 e 41 (in 40 versioni)
Versione 1 del 25/05/2007 19.34.01
Dimensione: 308
Autore: Saurus
Commento:
Versione 41 del 16/06/2007 19.44.04
Dimensione: 1830
Autore: Saurus
Commento:
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 1: Linea 1:
## page was renamed from NaldiniPaoloProve
[[BR]]
||<tablestyle="font-size: 18px; text-align: center; width:100%; background:red; margin: 0 0 0 0;" style="padding:0.5em;">'''ATTENZIONE: Questa è una pagina di prove, le seguenti informazioni possono essere inesatte, si sconsiglia la visione'''||
[[BR]]
= 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:

||<style="background-color:#FEB76D ; ":>'''Campo''' ||<style="background-color:#FEB76D ; ":>'''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) ||


= Other resources =
[: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)

Other resources

[:UsingUUID:UUID]