eis o que eu digitei e o que apareceu no terminal
.
adelson@kadelson:~$ sudo fdisk -l
[sudo] password for adelson:
Disco /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Unidades = cilindros de 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificador do disco: 0x21942193
Dispositivo Boot Início Fim Blocos Id Sistema
/dev/sda1 * 1 6374 51199123+ 7 HPFS ou NTFS
/dev/sda2 6375 60801 437184847 f Win95 (LBA) Partição Extendida
/dev/sda5 6375 12111 46082421 83 Linux
/dev/sda6 12112 17210 40957686 83 Linux
/dev/sda7 17211 17332 979933+ 82 Linux swap / Solaris
/dev/sda8 17333 60801 349164711 7 HPFS ou NTFS
adelson@kadelson:~$ sudo blkid
/dev/sda1: UUID="A0AC25FDAC25CE9A" TYPE="ntfs"
/dev/sda5: UUID="3de6e3f1-03d1-493f-9421-5568de6b61cf" TYPE="ext3"
/dev/sda6: UUID="53e7e7fa-4335-4080-8fda-12f9b7d75ec5" TYPE="ext3"
/dev/sda7: UUID="088d3328-6685-450d-9900-a1a3c7c7a198" TYPE="swap"
/dev/sda8: UUID="2AC44496C44465E3" TYPE="ntfs"
adelson@kadelson:~$ kate /etc/fstab
kate(2685)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing "/usr/share/mime/magic"
kate(2685)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing "/home/adelson/.local/share/mime/magic"
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Arquivo ou diretório não encontrado
QFileSystemWatcher: failed to add paths: /home/adelson/.config/ibus/bus
Bus::open: Can not get ibus-daemon's address.
IBusInputContext::createInputContext: no connection to ibus-daemon
ls /media
.
eis o que está no fstab que eu abri com o kate, pois não tenho o gedit
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s 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 nodev,noexec,nosuid 0 0
# / was on /dev/sda6 during installation
UUID=53e7e7fa-4335-4080-8fda-12f9b7d75ec5 / ext3 errors=remount-ro 0 1
/dev/sda8 /media/docs vfat utf8,umask=007,gid=46 0 1
# /media/ubuntu was on /dev/sda5 during installation
UUID=3de6e3f1-03d1-493f-9421-5568de6b61cf /media/ubuntu ext3 defaults 0 2
# /media/win was on /dev/sda1 during installation
UUID=A0AC25FDAC25CE9A /media/win ntfs defaults,nls=utf8,umask=007,gid=46 0 0
# swap was on /dev/sda7 during installation
UUID=088d3328-6685-450d-9900-a1a3c7c7a198 none swap sw 0 0
.
será que tem jeito?