| Welcome | |
|---|---|
| Welcome to the SilverBear Linux Forum. You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today! Link to our main website: SBLinux Website |
|
cowonjolt wrote:I repartitioned a 120g drive w/Mepis 7.0 installed to 8 partitions. sda2 is /, sda3 is swap (1gig), sda4 is the extended, sda5 is home, & sda6.7.8 are for data, video, audio, etc. sda1 is unused ext3 that I would like to use for grub but thats another hurdle for me. Originally everything was installed to / and used the entire drive; after repartitioning I copied /home/user from / to /mnt/sda5/home/user, I left / at sda2, I deleted winXP from sda1 and reformatted to ext3 and left empty for Grub, I created 1gig swap on sda3, and used sda4 for extended. sda6,sda7,&sda8 are empty until I begin to restucture /mnt/sda5/home/user and move files from there to the appropriate partitions. After doing all this I can only login as root; when I try to login as user I get an error message that says "could not start kstartupconfig.". I think this happened after I copied the /home/user files from / to /mnt/sda5/home/user and then then deleted all the files in /home/user. I have a symlink in /home to /mnt/sda5/home at present. I need some pointers to fix this and set things up correctly. Thanks, cowonjolt
# Pluggable devices are handled by uDev, they are not in fstab
/dev/sda3 / ext3 defaults,noatime 1 1
/dev/sdc2 swap swap sw,pri=1 0 0
none /proc proc defaults 0 0
none /proc/bus/usb usbfs devmode=0666 0 0
none /dev/pts devpts mode=0622 0 0
none /sys sysfs defaults 0 0
/dev/sda6 /mnt/sda6 ext3 defaults,noatime 1 2
# ########### data partitions #############
# ######## sda data partitions SATA1
/dev/sda1 /mnt/sda1 ext2 auto,users,exec 0 0
/dev/sda5 /mnt/sda5 ext3 auto,users,exec 0 0
/dev/sda13 /mnt/sda13 ext3 auto,users,exec 0 0
/dev/sda14 /mnt/sda14 ext3 auto,users,exec 0 0
/dev/sda15 /mnt/sda15 ext3 auto,users,exec 0 0
# ######## sdb data disk SATA2
---and so on ......
Users browsing this forum: No registered users and 0 guests