Results 11 to 13 of 13
uname -a
Linux localhost.localdomain 2.2.14.5.0 #1 Tue Mar 7 21:07:39 EST 2000 i666 unknown
Also, the version of the Linux Software in the target machine is 2.2.14.5.0smp. Is this some ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-21-2008 #11Just Joined!
- Join Date
- Jul 2008
- Posts
- 7
uname -a
uname -a
Linux localhost.localdomain 2.2.14.5.0 #1 Tue Mar 7 21:07:39 EST 2000 i666 unknown
Also, the version of the Linux Software in the target machine is 2.2.14.5.0smp. Is this some type of shared memory protocol?
Thanks
rdimicco
- 07-23-2008 #12Just Joined!
- Join Date
- Jul 2008
- Posts
- 7
Thank you!
Thank you Mr. Devil's Casper! I booted up my machine this morning and the fdisk -l command listed sda1-8, so maybe they are now ready to be mounted. I don't understand exactly what made that happen, but I put the mount points into fstab and used:
mount -t ext2 /dev/sda1 /mnt/sda
mount -t ext2 /dev/sda5 /mnt/sda5
Alls well, we will see when I reboot in a short while. Anyway, THANKS FOR STICKING WITH ME!
Newbie-> rdimicco
- 07-23-2008 #13
Glad to help you !

Have you added code in /etc/fstab file to automount partitions at boot up?
Give ownership of /mnt/sda1 and sda5 to Regular User to enable read/write access of those partitions for Regular User.Code:/dev/sda1 /mnt/sda1 ext2 defaults 0 0 /dev/sda1 /mnt/sda5 ext2 defaults 0 0
Code:chown regular_user_id:group>id /mnt/sda1 /mnt/sda5
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
