Moving to SSD from hard disk clone of IDE drive
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4124
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
frugaltech.happystoic.com/ssdlinux

:: Code ::
sudo -s
for f in sys dev proc ; do mount --bind /$f /media/ssd/$f ; done
chroot /media/ssd
grub-install /dev/ssdsda
update-grub

# in fstab:
... ext4    discard,noatime,nodiratime,errors=remount-ro 0       1

tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0

Back to top
Display posts from previous:   

All times are GMT - 8 Hours