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 HostsFree MagazinesJobs
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-16-2008   #11 (permalink)
Linux Guru
 
Join Date: Oct 2007
Location: Bristol, UK
Posts: 1,583
From your last post you have two drives (output of fdisk -l) ...
sda with a linux partition sda1, and an extended partition which just has a swap partition.
sdb with an extended partition with a linux partition sdb5.

The above take up the entire disk capacities ... there is no ntfs partition to mount. Is there another drive you want to access? or is your issue mounting sdb5?
If its mounting sdb5 then you need to post the output of
Code:
sudo cat /etc/fstab
If you want us to suggest modifications for automount of devices.
Jonathan183 is offline   Reply With Quote
Old 03-16-2008   #12 (permalink)
Linux Newbie
 
leo5111's Avatar
 
Join Date: Oct 2006
Location: escaped from XP hell
Posts: 130
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
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=94b396b8-1cee-4743-8582-702ae56507a0 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda5
UUID=17e34ca3-ccbf-40d8-971a-ca43d35a6a3f none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec 0 # /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=94b396b8-1cee-4743-8582-702ae56507a0 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda5
UUID=17e34ca3-ccbf-40d8-971a-ca43d35a6a3f none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec 0 and thanx for tryin to help me
leo5111 is offline   Reply With Quote
Old 03-16-2008   #13 (permalink)
Linux Guru
 
Join Date: Oct 2007
Location: Bristol, UK
Posts: 1,583
I assume you managed to double post the fstab contents. First I suggest you add a directory to mount sdb5 to ...
Code:
sudo mkdir /media/sdb5
Then check with a manual mount you get the desired effect
Code:
sudo mount /dev/sdb5 /media/sdb5
Assuming this works you need to add a suitable entry in fstab for example ...
Code:
# /dev/sdb5
/dev/sdb5 /media/sdb5     ext3    defaults        0       2
Jonathan183 is offline   Reply With Quote
Old 03-16-2008   #14 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,411
Set fsck option to 0 or 1 in /etc/fstab file. 1 will force fsck on ext3 partition.
Code:
/dev/sdb5 /media/sdb5     ext3    defaults        0       0 
You wont be able to write in /media/sdb5 as Regular User. Give ownership of mount_point ( /media/sdb5 ) to Regular User for that.
Let say, Regular User ID is leo. Execute this
Code:
sudo chown leo:leo /media/sdb5
__________________
New Users: Read This First


devils casper is offline   Reply With Quote
Old 03-17-2008   #15 (permalink)
Linux Newbie
 
leo5111's Avatar
 
Join Date: Oct 2006
Location: escaped from XP hell
Posts: 130
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
im confused am i supposed to add whole thing?? /dev/sdb5
/dev/sdb5 /media/sdb5 ext3 defaults 0 2 because if you look at youre post its on 2 lines thanks ??
leo5111 is offline   Reply With Quote
Old 03-17-2008   #16 (permalink)
Linux Guru
 
Join Date: Oct 2007
Location: Bristol, UK
Posts: 1,583
Quote:
Originally Posted by leo5111 View Post
im confused am i supposed to add whole thing?? /dev/sdb5
/dev/sdb5 /media/sdb5 ext3 defaults 0 2 because if you look at youre post its on 2 lines thanks ??
The first line has # at the beginning so is ignored ... its just for you to read. Not stricktly necessary in this case but if you start using things like UUID the comments come in handy. Look at the rest of your fstab file and see what I mean.
Jonathan183 is offline   Reply With Quote
Old 03-17-2008   #17 (permalink)
Linux Newbie
 
leo5111's Avatar
 
Join Date: Oct 2006
Location: escaped from XP hell
Posts: 130
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
output of of f-disk i fubared my file coudnt get back in so reinstalled mint... Disk /dev/sda: 74.3 GB, 74355769344 bytes
255 heads, 63 sectors/track, 9039 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1fc71fc6

Device Boot Start End Blocks Id System
/dev/sda1 * 1 8666 69609613+ 83 Linux
/dev/sda2 8667 9039 2996122+ 5 Extended
/dev/sda5 8667 9039 2996091 82 Linux swap / Solaris

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x870411e9

Device Boot Start End Blocks Id System
/dev/sdb1 2 60801 488376000 f W95 Ext'd (LBA)
/dev/sdb5 2 60801 488375968+ 83 Linux
leo5111 is offline   Reply With Quote
Old 03-17-2008   #18 (permalink)
Linux Newbie
 
leo5111's Avatar
 
Join Date: Oct 2006
Location: escaped from XP hell
Posts: 130
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
also for future refernce how do i back it up before hand and if i screw it up and it refuses to boot how do i get back in and fix it?? thanx
leo5111 is offline   Reply With Quote
Old 03-17-2008   #19 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,411
Could you post the contents of /etc/fstab and ouput of df -h command here?
Code:
cat /etc/fstab
df -h
Quote:
how do i back it up before hand and if i screw it up and it refuses to boot how do i get back in and fix i??
Just copy file(s) and save at safe place. In case anything goes wrong, booy in Rescue Mode or from any LiveCD and replace files.
__________________
New Users: Read This First


devils casper is offline   Reply With Quote
Old 03-17-2008   #20 (permalink)
Linux Newbie
 
leo5111's Avatar
 
Join Date: Oct 2006
Location: escaped from XP hell
Posts: 130
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
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=d9b36543-19b3-4546-8617-f7e37950b61b / ext3 defaults,errors=remount-ro 0 1
# /dev/sda5
UUID=c9c4abf2-58e0-43da-bb81-1ebdda29cbaf none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto,exec 0 0 EDIT also i tried logging in with live cd when it happened but didnt know the login name&password when usin the live cd so i couldnt get permission to change fstab or to erase and replace it
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
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

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 10:48 AM.




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

Content Relevant URLs by vBSEO 3.2.0