Enviado em 24/01/2015 - 13:55h
Instalei o Debian Wheezy x64(puro) em meu pc. Ao terminar instalei o KDE, em seguida o Dolphin e tentei montar as partições NTFS existentes e é apresentado o seguinte erro:# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
# / was on /dev/sda3 during installation
UUID=11c3bab5-588d-4124-8d8c-587b7678013d / ext4 errors=remount-ro 0 1
# swap was on /dev/sda4 during installation
UUID=40d658d5-88e5-4468-9131-ef42c9f1df97 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
#Partições Windows
/dev/sdb2 /media/sdb2 ntfs-3g rw,exec,user,auto,uid=1000,gid=1000,umask=0027 0 0
/dev/sda1 /media/sda1 ntfs-3g rw,exec,user,auto,uid=1000,gid=1000,umask=0027 0 0
/dev/sda2 /media/sda2 ntfs-3g rw,exec,user,auto,uid=1000,gid=1000,umask=0027 0 0
/dev/sdc2 /media/sdc2 ntfs-3g rw,noexec,user,noauto,uid=1000,gid=1000,umask=0027 0 0
/dev/sdc3 /media/sdc3 ntfs-3g rw,noexec,user,noauto,uid=1000,gid=1000,umask=0027 0 0
root@pedro-desktop:/media# ls -lha /media |grep sd
ls: cannot access /media/sda2: Input/output error
ls: cannot access /media/sdb2: Input/output error
ls: cannot access /media/sda1: Input/output error
d?????????? ? ? ? ? ? sda1
d?????????? ? ? ? ? ? sda2
drwxr-xr-x 2 root root 4.0K Jan 24 08:55 sdb1
d?????????? ? ? ? ? ? sdb2
drwxr-xr-x 2 root root 4.0K Jan 24 08:57 sdc1
drwxr-xr-x 2 root root 4.0K Jan 24 08:57 sdc2
drwxr-xr-x 2 root root 4.0K Jan 24 08:57 sdc3
root@pedro-desktop:/media# apt-get install ntfs-3g
Reading package lists... Done
Building dependency tree
Reading state information... Done
ntfs-3g is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
root@pedro-desktop:/media# fdisk -l
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x08754693
Device Boot Start End Blocks Id System
/dev/sdb1 2048 734015487 367006720 7 HPFS/NTFS/exFAT
/dev/sdb2 838862848 976769023 68953088 7 HPFS/NTFS/exFAT
/dev/sdb3 * 734015488 831672319 48828416 83 Linux
/dev/sdb4 831672320 838862847 3595264 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sdc: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x9eb969df
Device Boot Start End Blocks Id System
/dev/sdc1 * 2048 1026047 512000 7 HPFS/NTFS/exFAT
/dev/sdc2 1026048 354967551 176970752 7 HPFS/NTFS/exFAT
/dev/sdc3 354967552 625137663 135085056 7 HPFS/NTFS/exFAT
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000eed71
Device Boot Start End Blocks Id System
/dev/sda1 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 167979007 83886080 7 HPFS/NTFS/exFAT
/dev/sda3 * 167979008 246104007 39062500 83 Linux
/dev/sda4 524492798 625141759 50324481 5 Extended
/dev/sda5 524496896 620965887 48234496 83 Linux
/dev/sda6 620967936 625141759 2086912 82 Linux swap / Solaris
/dev/sda7 524492800 524496895 2048 82 Linux swap / Solaris
Partition table entries are not in disk order