Risolto Montare partizioni su Jaunty
-
Berserk
- Scoppiettante Seguace

- Messaggi: 559
- Iscrizione: domenica 25 marzo 2007, 14:50
- Località: Agropoli
Re: Montare partizioni su Jaunty
-
Berserk
- Scoppiettante Seguace

- Messaggi: 559
- Iscrizione: domenica 25 marzo 2007, 14:50
- Località: Agropoli
Re: Montare partizioni su Jaunty
Codice: Seleziona tutto
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
lrm on /lib/modules/2.6.28-11-generic/volatile type tmpfs (rw,mode=755)
/dev/sdb1 on /boot type ext4 (rw,relatime)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/berserk/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=berserk)
Uguale
- Zenone
- Imperturbabile Insigne

- Messaggi: 2712
- Iscrizione: martedì 19 settembre 2006, 12:10
- Località: Siena
- Contatti:
Re: Montare partizioni su Jaunty
-
Berserk
- Scoppiettante Seguace

- Messaggi: 559
- Iscrizione: domenica 25 marzo 2007, 14:50
- Località: Agropoli
Re: Montare partizioni su Jaunty
Codice: Seleziona tutto
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' 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>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=81c35190-5f41-4b39-9beb-91948b24a4a4 / ext4 relatime,errors=remount-ro 0 1
# /boot was on /dev/sdb1 during installation
UUID=4d032d9f-ba5c-488d-8a21-74ddcfc92df9 /boot ext4 relatime 0 2
# swap was on /dev/sda5 during installation
UUID=3fcbb441-5a89-4f00-b8e6-48c83d3242f6 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
/dev/sdb1 /media/berserk2 ext3 rw,defaults 0 0
Codice: Seleziona tutto
abi-2.6.28-11-generic memtest86+.bin
config-2.6.28-11-generic System.map-2.6.28-11-generic
grub vmcoreinfo-2.6.28-11-generic
initrd.img-2.6.28-11-generic vmlinuz-2.6.28-11-generic
lost+found
Re: Montare partizioni su Jaunty
Questo UUID corrisponde a /dev/sdb1?# /boot was on /dev/sdb1 during installation
UUID=4d032d9f-ba5c-488d-8a21-74ddcfc92df9 /boot ext4 relatime 0 2
Se è così commentalo.
-
Berserk
- Scoppiettante Seguace

- Messaggi: 559
- Iscrizione: domenica 25 marzo 2007, 14:50
- Località: Agropoli
Re: Montare partizioni su Jaunty
- Zenone
- Imperturbabile Insigne

- Messaggi: 2712
- Iscrizione: martedì 19 settembre 2006, 12:10
- Località: Siena
- Contatti:
Re: Montare partizioni su Jaunty
-
Berserk
- Scoppiettante Seguace

- Messaggi: 559
- Iscrizione: domenica 25 marzo 2007, 14:50
- Località: Agropoli
Re: Montare partizioni su Jaunty
Codice: Seleziona tutto
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' 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>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=81c35190-5f41-4b39-9beb-91948b24a4a4 / ext4 relatime,errors=remount-ro 0 1
/boot was on /dev/sdb1 during installation
#UUID=4d032d9f-ba5c-488d-8a21-74ddcfc92df9 /boot ext4 relatime 0 2
# swap was on /dev/sda5 during installation
UUID=3fcbb441-5a89-4f00-b8e6-48c83d3242f6 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
/dev/sdb1 /media/berserk2 ext3 rw,defaults 0 0
Codice: Seleziona tutto
sudo mount -a
[mntent]: riga 11 in /etc/fstab non valida
mount: /dev/sdb1 già montato o /media/berserk2 occupato
mount: secondo mtab, /dev/sdb1 è montato su /boot
- Zenone
- Imperturbabile Insigne

- Messaggi: 2712
- Iscrizione: martedì 19 settembre 2006, 12:10
- Località: Siena
- Contatti:
Re: Montare partizioni su Jaunty
Re: Montare partizioni su Jaunty
Codice: Seleziona tutto
/boot was on /dev/sdb1 during installation
#UUID=4d032d9f-ba5c-488d-8a21-74ddcfc92df9 /boot ext4 relatime 0 2L'hai tolto da qui
per metterlo sotto./boot was on /dev/sdb1 during installation
Entrambe le righe vanno commentate.
-
Berserk
- Scoppiettante Seguace

- Messaggi: 559
- Iscrizione: domenica 25 marzo 2007, 14:50
- Località: Agropoli
Re: Montare partizioni su Jaunty
- Zenone
- Imperturbabile Insigne

- Messaggi: 2712
- Iscrizione: martedì 19 settembre 2006, 12:10
- Località: Siena
- Contatti:
Re: Montare partizioni su Jaunty
Codice: Seleziona tutto
sudo nautilusRe: Montare partizioni su Jaunty
Posta
Codice: Seleziona tutto
mountCodice: Seleziona tutto
ls -l /media-
Berserk
- Scoppiettante Seguace

- Messaggi: 559
- Iscrizione: domenica 25 marzo 2007, 14:50
- Località: Agropoli
Re: Montare partizioni su Jaunty
Codice: Seleziona tutto
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
lrm on /lib/modules/2.6.28-11-generic/volatile type tmpfs (rw,mode=755)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/berserk/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=berserk)
Codice: Seleziona tutto
totale 16
drwxr-xr-x 2 root root 4096 2009-04-24 13:01 berserk2
lrwxrwxrwx 1 root root 6 2009-04-23 20:38 cdrom -> cdrom0
drwxr-xr-x 2 root root 4096 2009-04-23 20:38 cdrom0
lrwxrwxrwx 1 root root 7 2009-04-23 20:38 floppy -> floppy0
drwxr-xr-x 2 root root 4096 2009-04-23 20:38 floppy0
drwxr-xr-x 2 root root 4096 2009-04-24 14:28 sdb1
berserk@berserk:~$
Re: Montare partizioni su Jaunty
Codice: Seleziona tutto
sudo mount -aCodice: Seleziona tutto
sudo umount -a
sudo mount -a-
Berserk
- Scoppiettante Seguace

- Messaggi: 559
- Iscrizione: domenica 25 marzo 2007, 14:50
- Località: Agropoli
Re: Montare partizioni su Jaunty
Codice: Seleziona tutto
umount: /dev/shm: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
umount: /dev: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
umount: /var/run: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
umount: /: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
Codice: Seleziona tutto
mount: tipo fs errato, opzione non valida, superblocco su /dev/sdb1 danneggiato,
codepage o programma ausiliario mancante, o altro errore
In alcuni casi si possono trovare informazioni utili in syslog. Provare
ad esempio 'dmesg | tail'
Re: Montare partizioni su Jaunty
Codice: Seleziona tutto
sudo fdisk -lCodice: Seleziona tutto
dmesg | tail-
Berserk
- Scoppiettante Seguace

- Messaggi: 559
- Iscrizione: domenica 25 marzo 2007, 14:50
- Località: Agropoli
Re: Montare partizioni su Jaunty
Codice: Seleziona tutto
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' 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>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=81c35190-5f41-4b39-9beb-91948b24a4a4 / ext4 relatime,errors=remount-ro 0 1
# /boot was on /dev/sdb1 during installation
#UUID=4d032d9f-ba5c-488d-8a21-74ddcfc92df9 /boot ext4 relatime 0 2
# swap was on /dev/sda5 during installation
UUID=3fcbb441-5a89-4f00-b8e6-48c83d3242f6 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
/dev/sdb1 /media/berserk2 ext3 rw,defaults 0 0
Codice: Seleziona tutto
Disco /dev/sda: 80.0 GB, 80026361856 byte
255 testine, 63 settori/tracce, 9729 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x87cf87cf
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 1 9355 75144006 83 Linux
/dev/sda2 9356 9729 3004155 5 Esteso
/dev/sda5 9356 9729 3004123+ 82 Linux swap / Solaris
Disco /dev/sdb: 81.9 GB, 81964302336 byte
255 testine, 63 settori/tracce, 9964 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x31962986
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 1 9964 80035798+ 83 Linux
Codice: Seleziona tutto
[ 16.193594] Bluetooth: BNEP filters: protocol multicast
[ 16.229188] Bridge firewalling registered
[ 19.598307] agpgart-nvidia 0000:00:00.0: AGP 3.0 bridge
[ 19.598325] agpgart-nvidia 0000:00:00.0: putting AGP V3 device into 8x mode
[ 19.598405] nvidia 0000:01:00.0: putting AGP V3 device into 8x mode
[ 33.028015] eth0: no IPv6 routers present
[ 79.623125] ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 189.378652] EXT3-fs: sdb1: couldn't mount because of unsupported optional features (240).
[ 716.945719] EXT3-fs: sdb1: couldn't mount because of unsupported optional features (240).
[ 807.893794] EXT3-fs: sdb1: couldn't mount because of unsupported optional features (240).
Re: Montare partizioni su Jaunty
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 4 ospiti
