Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Other Distributions
Reload this Page linux mint get acpi=off set into boot config
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Other Distributions Post questions about distributions that do not have their own forums in here

Reply
 
Thread Tools Display Modes
Old 03-17-2008   #21 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,110
I assume that you havn't created mount_point /media/sdb5 yet. Boot up from Hard Disk, open Terminal and execute this
Code:
sudo mkdir /media/sdb5
sudo chown <user_id>:<user_id> /media/sdb5
Replace <user_id> with actual User Id.

Press Alt+F2 and type this
Code:
gksu gedit /etc/fstab
It will open /etc/fstab file in Gedit with root privileges.
Add this line at the end of file.
Code:
/dev/sdb5  /media/sdb5   ext3  defaults  0   0
Save file and execute 'sudo mount -a' command. Check /media/sdb5 folder.
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline   Reply With Quote
Old 03-17-2008   #22 (permalink)
leo5111
Linux Newbie
 
leo5111's Avatar
 
Join Date: Oct 2006
Location: escapeing from XP hell
Posts: 120
Send a message via AIM to leo5111 Send a message via MSN to leo5111 Send a message via Yahoo to leo5111 Send a message via Skype™ to leo5111
ok my login is leo5111 what do i change this line to? sudo chown <user_id>:<user_id> /media/sdb5 ?? EDIT and before i do anything how do i get in and become root if i have to boot the live cd to fix my fstab i mean what the user and password i tried root i tried all i could think of couldnt get permissions to write to the file before
leo5111 is offline   Reply With Quote
Old 03-17-2008   #23 (permalink)
bigtomrodney
Bigtomrodinator
 
bigtomrodney's Avatar
 
Join Date: Nov 2004
Location: Sunny South-East of Ireland
Posts: 5,145
If you are running a livecd you are most likely root already, and will have mounted your partition with the permissions for root to edit it. You shouldn't require any extra authentication. Just add the line the devils_casper has given you above.
__________________
In the land of the blind, the night vision users are laughing at the king

Registered Linux user #378740

New members read here / Forum Rules
bigtomrodney is offline   Reply With Quote
Old 03-17-2008   #24 (permalink)
leo5111
Linux Newbie
 
leo5111's Avatar
 
Join Date: Oct 2006
Location: escapeing from XP hell
Posts: 120
Send a message via AIM to leo5111 Send a message via MSN to leo5111 Send a message via Yahoo to leo5111 Send a message via Skype™ to leo5111
oh youre seeing 2 differnt things in same post the thing i was asking about was i i ever have to boot up the live cd again to fix my installs fstab and no wasnt root i tried and it said dont have permissions and the other was how to edit this sudo chown <user_id>:<user_id> /media/sdb5 to have my username in it its leo5111 and thanx for coming and helping...
leo5111 is offline   Reply With Quote
Old 03-17-2008   #25 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,110
Ubuntu LiveCD uses blank password. Boot up from LiveCD, mount / partition of Ubuntu and open /etc/fstab file with root privileges using sudo or gksu. In case it prompts for password, just hit Enter key.
Quote:
the other was how to edit this sudo chown <user_id>:<user_id> /media/sdb5 to have my username in it its leo5111
Code:
sudo chown leo5111:leo5111 /media/sdb5
Execute id command to confirm User Id.
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline   Reply With Quote
Old 03-17-2008   #26 (permalink)
leo5111
Linux Newbie
 
leo5111's Avatar
 
Join Date: Oct 2006
Location: escapeing from XP hell
Posts: 120
Send a message via AIM to leo5111 Send a message via MSN to leo5111 Send a message via Yahoo to leo5111 Send a message via Skype™ to leo5111
which command?? im sorry i forget which command thanks also i checked sd5 folder its empty and do i have to unmount hard drive first or will it just mount it upon reboot?
leo5111 is offline   Reply With Quote
Old 03-17-2008   #27 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,110
Quote:
which command?? im sorry i forget which command thanks
About What? Command to mount Ubuntu /partition and edit /etc/fstab file Or assigning read/write access on etx3 partition to Regular User?
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline   Reply With Quote
Old 03-17-2008   #28 (permalink)
leo5111
Linux Newbie
 
leo5111's Avatar
 
Join Date: Oct 2006
Location: escapeing from XP hell
Posts: 120
Send a message via AIM to leo5111 Send a message via MSN to leo5111 Send a message via Yahoo to leo5111 Send a message via Skype™ to leo5111
Execute id command to confirm User Id.
leo5111 is offline   Reply With Quote
Old 03-17-2008   #29 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,110
Just type id in Terminal and it will list user_id and other details.
Code:
id
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline   Reply With Quote
Old 03-17-2008   #30 (permalink)
leo5111
Linux Newbie
 
leo5111's Avatar
 
Join Date: Oct 2006
Location: escapeing from XP hell
Posts: 120
Send a message via AIM to leo5111 Send a message via MSN to leo5111 Send a message via Yahoo to leo5111 Send a message via Skype™ to leo5111
gid=1000(leo5111) groups=4(adm),20(dialout),24(cdrom),25(floppy),29( audio),30(dip),44(video),46(plugdev),109(lpadmin), 111(scanner),116(netdev),117(powerdev),118(admin), 1000(leo5111)
leo5111@leo5111-desktop:~$
thats just from opening terminal not puttin password first and heres if i put in root password to have root privelages uid=0(root) gid=0(root) groups=0(root)
root@leo5111-desktop:/home/leo5111# EDIT rebootin now it wasnt in right
leo5111 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mint Linux, where are GRUB config options in install zephyrcat Installation 2 07-28-2007 12:41 PM
Novell Raises the Bar with SUSE LINUX Professional 9.3 wiak LinuxForums.org - Articles 0 03-11-2005 04:52 AM
Solving Boot Problems with Grub - 2nd Edition Nerderello Linux Tutorials, HOWTO's & Reference Material 4 02-06-2005 11:44 AM
Howto solve boot problems with Grub Nerderello Linux Tutorials, HOWTO's & Reference Material 0 02-15-2004 10:38 PM




All times are GMT. The time now is 06:59 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0