Chetto Apprentice
Joined: 28 Nov 2006 Posts: 188 Location: Arco
|
Posted: Fri Nov 02, 2007 3:34 pm Post subject: |
|
|
Scusate ma avevo un problema più importante negli ultimi tempi :
Code: | Santech-V2410 marco # fdisk -l
Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 535 4192965 82 Linux swap / Solaris
/dev/sda3 536 2500 15783862+ 83 Linux
/dev/sda4 2501 12161 77601982+ f W95 Ext'd (LBA)
/dev/sda5 4329 12161 62918572+ 83 Linux
/dev/sda6 3807 4328 4192933+ 83 Linux
/dev/sda7 2502 3806 10482381 83 Linux
Partition table entries are not in disk order
|
/etc/fstab
Code: | # <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda1 /boot ext2 defaults,noatime 1 1
/dev/sda3 / ext3 noatime 0 2
/dev/sda2 none swap sw 0 0
/dev/sda6 /home ext3 noatime,user 0 3
proc /proc proc nodev,nosuid,noexec 0 0
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
#Filesystem montati in ram
tmp /tmp tmpfs noexec,nodev,nosuid,mode=1777 0 0
portagetmp /var/portage_tmp tmpfs mode=1775,size=1400m 0 0
#Partizione dati
/dev/sda5 /media/dati ext3 noatime,user 0 0
#Partizione di testing
/dev/sda7 /media/testing ext3 noatime,user,noauto,nosuid,noexec 0 0
#Drive ottici
/dev/cdrom /mnt/cdrom auto udf,iso9660,user,noauto 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
#shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
|
|