dani.deb ha scritto:
posta il risultato di questo comando:
cat /etc/fstab
# /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).
#
#
proc /proc proc defaults 0 0
# / was on /dev/sdb6 during installation
UUID=4d23b3e2-9164-4c13-805a-998e0cea4065 / ext3 relatime,errors=remount-ro 0 1
# /home was on /dev/sdb7 during installation
UUID=6d4e25d2-e284-4d26-afa5-077b4fd629c7 /home ext3 relatime 0 2
# swap was on /dev/sda6 during installation
UUID=70208439-3798-471a-ae7f-ee6fa1687222 none swap sw 0 0
# swap was on /dev/sdb9 during installation
UUID=867616b2-acb5-467d-9440-e720ee4be416 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sdb8 /media/sdb8 vfat iocharset=utf8,umask=000 0 0
poi posti il risultato del comando mount sia quando la partizione è montata automaticamente, sia dopo averla smontata e rimontata manualmente
vediamo se c'è differenza
montata automaticamente
# /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).
#
#
proc /proc proc defaults 0 0
# / was on /dev/sdb6 during installation
UUID=4d23b3e2-9164-4c13-805a-998e0cea4065 / ext3 relatime,errors=remount-ro 0 1
# /home was on /dev/sdb7 during installation
UUID=6d4e25d2-e284-4d26-afa5-077b4fd629c7 /home ext3 relatime 0 2
# swap was on /dev/sda6 during installation
UUID=70208439-3798-471a-ae7f-ee6fa1687222 none swap sw 0 0
# swap was on /dev/sdb9 during installation
UUID=867616b2-acb5-467d-9440-e720ee4be416 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sdb8 /media/sdb8 vfat iocharset=utf8,umask=000 0 0
montata manualmente
# /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).
#
#
proc /proc proc defaults 0 0
# / was on /dev/sdb6 during installation
UUID=4d23b3e2-9164-4c13-805a-998e0cea4065 / ext3 relatime,errors=remount-ro 0 1
# /home was on /dev/sdb7 during installation
UUID=6d4e25d2-e284-4d26-afa5-077b4fd629c7 /home ext3 relatime 0 2
# swap was on /dev/sda6 during installation
UUID=70208439-3798-471a-ae7f-ee6fa1687222 none swap sw 0 0
# swap was on /dev/sdb9 during installation
UUID=867616b2-acb5-467d-9440-e720ee4be416 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sdb8 /media/sdb8 vfat iocharset=utf8,umask=000 0 0