On Tue 07 Apr 2015 04:26:01 PM CDT, Prexy wrote:
I just ordered a Samsung 850 EVO. I need advice and recommendations on
install, as well as problems to avoid. In the past, I’ve always dual
booted by starting with a Windows system, adding a hard drive and
installing opensuse on the second drive. This computer is different. I
have Win 7 and opensuse on one drive. My original plan was to add the
ssd and move the two OS to it with clonezilla or similar, leaving the
current drive for data. Now, I’m not so sure.
Maybe I should delete opensuse, add the ssd and install a fresh copy of
opensuse, leaving Win 7 on the existing drive. I have plenty of space
for data and I access Windows only one or two times per month. That
seems like the easiest, safest way. Especially since I can’t seem to
find my Win7 disk. If I do it this way, do I move programs to the ssd
with the OS or leave them on the old HD? I have never had an OS with
either programs or data files on a separate drive. So, I need the
optimal way to set that up. In other words: what goes on an ssd and what
is ok on the older drive?
If I do find that Win7 disk, should I use my standard procedure; install
Windows then opensuse on the new disk? Finally, what is the optimal way
to uninstall opensuse and/or Windows from the old disk?
Thanks for the advice.
Hi
I’m assuming it’s an mbr setup?
Just check you new drive first if it’s gpt or dos type and latest
firmware installed (you may need to use windows tools for firmware…)
How big is the SSD? How much system ram?
All my systems have SSD’s now… all but one have 8GB of RAM.
I use btrfs on a 40GB partition one system dual boots with
openSUSE 13.2 and windows 10 preview (on the SSD sda7), this one also
has an hdd fed by bcache.
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 119.2G 0 disk
├─sda1 8:1 0 300M 0 part
├─sda2 8:2 0 260M 0 part /boot/efi
├─sda3 8:3 0 128M 0 part
├─sda4 8:4 0 40G 0 part /
├─sda5 8:5 0 29.8G 0 part
│ └─bcache0 253:0 0 298.1G 0 disk /data
├─sda6 8:6 0 8G 0 part [SWAP]
└─sda7 8:7 0 40.8G 0 part
sdb 8:16 0 298.1G 0 disk
└─sdb1 8:17 0 298.1G 0 part
└─bcache0 253:0 0 298.1G 0 disk /data
I use elevator=noop for the scheduling and set the swappiness and
vfs cache in /etc/sysctl.conf
vm.swappiness=1
vm.vfs_cache_pressure=50
I don’t do anything with the mount options for btrfs or xfs filesystems,
just use the defaults.
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.39-47-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!