Cuando trato de acceder un qtparted al disco en el quee stoy para ver las particiones no tengo
problemas en cambio cuando trato de ver el segundo me sale esto:
Código:
# qtparted
X Error: BadDevice, invalid or uninitialized input device 166
Major opcode: 146
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 166
Major opcode: 146
Minor opcode: 3
Resource id: 0x0
Failed to open device
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
No Implementation: Support for opening ntfs file systems is not implemented yet.
Error: Incorrect magic values in the journal header.
Error: File system was not cleanly unmounted! You should run e2fsck. Modifying an unclean file system could cause severe corruption.
No Implementation: Support for opening reiserfs file systems is not implemented yet.
y la interfaz gráfica se cuelga.
Esto es lo que me muestra fdisk:
Código:
# fdisk -l
Disk /dev/hda: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1277 10257471 7 HPFS/NTFS
/dev/hda2 1278 4241 23808330 af Unknown
/dev/hda3 4242 4998 6080602+ f W95 Ext'd (LBA)
/dev/hda5 * 4242 4248 56196 83 Linux
/dev/hda6 4249 4932 5494198+ 83 Linux
/dev/hda7 4933 4998 530113+ 82 Linux swap / Solaris
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 5099 40957686 7 HPFS/NTFS
/dev/sda2 5100 11322 49986247+ c W95 FAT32 (LBA)
/dev/sda3 11323 14593 26274307+ f W95 Ext'd (LBA)
/dev/sda5 11323 14526 25736098+ 83 Linux
/dev/sda6 * 14527 14593 538146 82 Linux swap / Solaris
Que estará sucediendo, por que me sale ese mensaje arriba con qtparted?
Esto en fstab:
Código:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda6 / reiserfs defaults 0 1
/dev/hda5 /boot ext2 defaults 0 2
/dev/sda2 /media/sda2 vfat rw,umask=000 0 0
/dev/sda5 /media/sda5 reiserfs notail 0 2
/dev/hda7 none swap sw 0 0
/dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdc /media/cdrom1 udf,iso9660 user,noauto 0 0
Que esoy haciendo mal?