Em 14-07-2013 17:13, hans kaper escreveu:
> Op Sun, 14 Jul 2013 03:08:09 +0200 schreef Erich Schulman
> (KT4VOL/KTN4CA) <[email protected]>:
> 
>     Unfortunately I have now been stopped dead in my tracks. I used
>     Acronis Disk Director 11 to increase my swap to 6 GB. Instead, it
>     nuked my swap, /home, and /lfs partitions. I may as well go back to
>     the Debian netinstall .iso and start over. I have never had it mess
>     up a Windows partition before.
> 
> 
> Use GParted. I never had any problem with it, it shows very clearly
> which partitions you have and does not let you 
> overwrite one partition with another (unless you explicitly say so).
> 
> By the way: a swap-partition-size of 6 GB is rather big.
> 
> 
> 
> Hans.


I was inclined to write this, but did not want to invade Bruce's thread
again.

Other good points: it is free and open source. Virtually any
distribution has it in the repositories and comes with most live cds/dvds.

Negative points: Bruce does not like it or Parted. And does not provide
gpt suport, IIRC.

Also, when describing system, partitions, memory, mounted volumes, swap,
etc, in order to facilitate support's understanding, instead of writing
down or using output of software not frequently used in Linux, just use
a terminal and copy/paste. Relevant info that I remember at this moment:

$ fdisk -l

Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00070001

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1              63   104856254    52428096   83  Linux

...

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: 0x0003f5c9

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          63    31455269    15727603+  83  Linux
/dev/sdb2        31455270    73400984    20972857+  83  Linux
/dev/sdb3        73400985   115346699    20972857+  83  Linux
/dev/sdb4       115346700   976768064   430710682+   5  Extended
/dev/sdb5       115346763   123732629     4192933+  82  Linux swap / Solaris
/dev/sdb6       123732693   165678344    20972826   83  Linux
/dev/sdb7       165678408   167782859     1052226   83  Linux


$ mount
/dev/sdb3 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
tmpfs on /run type tmpfs (rw)
devtmpfs on /dev type devtmpfs (rw,nosuid,mode=0755)
devpts on /dev/pts type devpts (rw,gid=4,mode=620)
/dev/sda2 on /media/Dados1T type ext4 (rw)
/dev/sdb6 on /media/LFS72 type ext4 (rw)
vmware-vmblock on /run/vmblock-fuse type fuse.vmware-vmblock
(rw,nosuid,nodev,default_permissions,allow_other)
gvfs-fuse-daemon on /home/fernando/.gvfs type fuse.gvfs-fuse-daemon
(rw,nosuid,nodev,user=fernando)


$ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sdb3        20G   16G  3.3G  83% /
tmpfs           8.0G  328K  8.0G   1% /run
devtmpfs        8.0G     0  8.0G   0% /dev
/dev/sda2       1.3T  734G  491G  60% /media/Dados1T
/dev/sdb6        20G  4.6G   15G  25% /media/LFS72


$ free
             total       used       free     shared    buffers     cached
Mem:      16585848   12686464    3899384          0     238388   10583164
-/+ buffers/cache:    1864912   14720936
Swap:      4192960          0    4192960



-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to