TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:14401] How to GHOST a drive in Linux...
I read this and found some errors:
Chewie wrote:
> 7. Edit your /etc/fsck file to mount the new disk partitions at the
> appropriate mount points.
The file should be /etc/fstab
> 8. The scary part (needed only if you moved a directory tree that
> didn't have a partition of its own originally). Delete the
> files from the original directory trees that you copied over:
>
> # rm -rf /home/.*
> # rm -rf /home/*
> # rm -rf /var/.*
> # rm -rf /var/*
You can wait on this. You can mount the file systems on the mount points
without deleting the files. That way you can get them back if something
goes wrong, but you won't get to use the space those files take up until
you delete those files.
At least I think they are errors. But I like these instruction list
things (because I forget a lot of things). Thank you very much, chewie!!
Troy