dpkg -s gparted
Package: gparted
Status: install ok installed
Priority: optional
Section: gnome
Installed-Size: 3752
Maintainer: Ubuntu Developers <[email protected]>
Architecture: amd64
Version: 0.4.5-2ubuntu1
Depends: libatk1.0-0 (>= 1.20.0), libc6 (>= 2.4), libcairo2 (>= 1.2.4), 
libcairomm-1.0-1 (>= 1.6.4), libfontconfig1 (>= 2.4.0), libfreetype6 (>= 
2.2.1), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.16.0), libglibmm-2.4-1c2a (>= 
2.21.3), libgtk2.0-0 (>= 2.8.0), libgtkmm-2.4-1c2a (>= 1:2.17.9), libpango1.0-0 
(>= 1.14.0), libpangomm-1.4-1 (>= 2.24.0), libparted1.8-12 (>= 
1.8.8.git.2009.06.03-1ubuntu5), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 
4.4.0), libuuid1 (>= 2.16-1), hal, gksu
Recommends: yelp, kpartx, dmraid, dmsetup
Suggests: xfsprogs, reiserfsprogs, reiser4progs, jfsutils, ntfsprogs, dosfstools
Description: GNOME partition editor
 GParted uses libparted to detect and manipulate devices and partition
 tables while several (optional) filesystem tools provide support for
 filesystems not included in libparted.
Homepage: http://gparted.sourceforge.net
Original-Maintainer: Anibal Monsalve Salazar <[email protected]>


sudo fdisk -l

Platte /dev/sda: 64.0 GByte, 64023257088 Byte
255 Köpfe, 63 Sektoren/Spuren, 7783 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Disk identifier: 0x1669c708

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1   *        6679        7783     8875912+   7  HPFS/NTFS
/dev/sda2               1        2199    17663436    5  Erweiterte
/dev/sda3            2200        6678    35977567+  83  Linux
/dev/sda5               1        2101    16876219+  83  Linux
/dev/sda6            2102        2199      787153+  82  Linux Swap / Solaris


sudo blkid -c /dev/null
/dev/sda1: UUID="FED4D843D4D7FBB9" LABEL="Preload" TYPE="ntfs" 
/dev/sda3: LABEL="home" UUID="652bdb26-dc39-49e7-ade9-cd2d5489f083" TYPE="ext4" 
/dev/sda5: UUID="64e53b50-e8dc-43d0-af1a-365af6f48715" TYPE="ext4" 
/dev/mapper/cryptswap1: UUID="f2cb3661-10b7-408f-9377-d223d5af0f32" TYPE="swap" 


cat /etc/fstab
# /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    defaults        0       0
# / was on /dev/sda5 during installation
UUID=64e53b50-e8dc-43d0-af1a-365af6f48715 /               ext4    
errors=remount-ro 0       1
# swap was on /dev/sda6 during installation
#UUID=af625473-fb4d-441e-8a0a-0101eaf14444 none            swap    sw           
   0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
/dev/sda3       /home           ext4    defaults        0        2
/dev/mapper/cryptswap1 none swap sw 0 0


cat  /etc/initramfs-tools/conf.d/resume
cat: /etc/initramfs-tools/conf.d/resume: No such file or directory

-- 
Boot time increased in karmic
https://bugs.launchpad.net/bugs/454089
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to