How to change mount options with terminal?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
please correct any mistakes. So I went in to the drive application and disabled the auto mount in mount options. When I rebooted I can only start in the grub mode and can only access safe mode.
Note. I found a command that seems to remount the drive but, then I get login loop.
(Ubuntu17.10)
I'm assuming I just need to figure out how to manually mount my sda
command-line automount system-settings
add a comment |Â
up vote
0
down vote
favorite
please correct any mistakes. So I went in to the drive application and disabled the auto mount in mount options. When I rebooted I can only start in the grub mode and can only access safe mode.
Note. I found a command that seems to remount the drive but, then I get login loop.
(Ubuntu17.10)
I'm assuming I just need to figure out how to manually mount my sda
command-line automount system-settings
login loop for terminal? or gui? Did you mount your /home directory too? as your gui needs to write files there otherwise you're logged out :)
â guiverc
May 8 at 23:34
I use sudo mount -rw -o remount /dev/sda1 / so that I can go to the normal login and their is the loop
â Rafael Mendoza
May 9 at 3:04
yes I saw that answer which will work if you don't have a separate /home partition; my comment was in case you do have one...
â guiverc
May 9 at 3:15
Since I start In grub mode I hit the "ubuntu" seems to start normally but it then fully loads and there is a black screen with no way to use mouse. There is just an option to login to the command I think is what it is. Thanks
â Rafael Mendoza
May 9 at 3:16
Black screen with no mouse sounds like graphics issue to me... I would suggest removingsplash quiet
from your boot, maybe adding a '1' (or single to go into single-user or maintenance mode) to undo whatever you did (hopefully its inhistory
if you used terminal)
â guiverc
May 9 at 3:30
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
please correct any mistakes. So I went in to the drive application and disabled the auto mount in mount options. When I rebooted I can only start in the grub mode and can only access safe mode.
Note. I found a command that seems to remount the drive but, then I get login loop.
(Ubuntu17.10)
I'm assuming I just need to figure out how to manually mount my sda
command-line automount system-settings
please correct any mistakes. So I went in to the drive application and disabled the auto mount in mount options. When I rebooted I can only start in the grub mode and can only access safe mode.
Note. I found a command that seems to remount the drive but, then I get login loop.
(Ubuntu17.10)
I'm assuming I just need to figure out how to manually mount my sda
command-line automount system-settings
edited May 9 at 3:29
asked May 8 at 22:54
![](https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=32)
![](https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=32)
Rafael Mendoza
11
11
login loop for terminal? or gui? Did you mount your /home directory too? as your gui needs to write files there otherwise you're logged out :)
â guiverc
May 8 at 23:34
I use sudo mount -rw -o remount /dev/sda1 / so that I can go to the normal login and their is the loop
â Rafael Mendoza
May 9 at 3:04
yes I saw that answer which will work if you don't have a separate /home partition; my comment was in case you do have one...
â guiverc
May 9 at 3:15
Since I start In grub mode I hit the "ubuntu" seems to start normally but it then fully loads and there is a black screen with no way to use mouse. There is just an option to login to the command I think is what it is. Thanks
â Rafael Mendoza
May 9 at 3:16
Black screen with no mouse sounds like graphics issue to me... I would suggest removingsplash quiet
from your boot, maybe adding a '1' (or single to go into single-user or maintenance mode) to undo whatever you did (hopefully its inhistory
if you used terminal)
â guiverc
May 9 at 3:30
add a comment |Â
login loop for terminal? or gui? Did you mount your /home directory too? as your gui needs to write files there otherwise you're logged out :)
â guiverc
May 8 at 23:34
I use sudo mount -rw -o remount /dev/sda1 / so that I can go to the normal login and their is the loop
â Rafael Mendoza
May 9 at 3:04
yes I saw that answer which will work if you don't have a separate /home partition; my comment was in case you do have one...
â guiverc
May 9 at 3:15
Since I start In grub mode I hit the "ubuntu" seems to start normally but it then fully loads and there is a black screen with no way to use mouse. There is just an option to login to the command I think is what it is. Thanks
â Rafael Mendoza
May 9 at 3:16
Black screen with no mouse sounds like graphics issue to me... I would suggest removingsplash quiet
from your boot, maybe adding a '1' (or single to go into single-user or maintenance mode) to undo whatever you did (hopefully its inhistory
if you used terminal)
â guiverc
May 9 at 3:30
login loop for terminal? or gui? Did you mount your /home directory too? as your gui needs to write files there otherwise you're logged out :)
â guiverc
May 8 at 23:34
login loop for terminal? or gui? Did you mount your /home directory too? as your gui needs to write files there otherwise you're logged out :)
â guiverc
May 8 at 23:34
I use sudo mount -rw -o remount /dev/sda1 / so that I can go to the normal login and their is the loop
â Rafael Mendoza
May 9 at 3:04
I use sudo mount -rw -o remount /dev/sda1 / so that I can go to the normal login and their is the loop
â Rafael Mendoza
May 9 at 3:04
yes I saw that answer which will work if you don't have a separate /home partition; my comment was in case you do have one...
â guiverc
May 9 at 3:15
yes I saw that answer which will work if you don't have a separate /home partition; my comment was in case you do have one...
â guiverc
May 9 at 3:15
Since I start In grub mode I hit the "ubuntu" seems to start normally but it then fully loads and there is a black screen with no way to use mouse. There is just an option to login to the command I think is what it is. Thanks
â Rafael Mendoza
May 9 at 3:16
Since I start In grub mode I hit the "ubuntu" seems to start normally but it then fully loads and there is a black screen with no way to use mouse. There is just an option to login to the command I think is what it is. Thanks
â Rafael Mendoza
May 9 at 3:16
Black screen with no mouse sounds like graphics issue to me... I would suggest removing
splash quiet
from your boot, maybe adding a '1' (or single to go into single-user or maintenance mode) to undo whatever you did (hopefully its in history
if you used terminal)â guiverc
May 9 at 3:30
Black screen with no mouse sounds like graphics issue to me... I would suggest removing
splash quiet
from your boot, maybe adding a '1' (or single to go into single-user or maintenance mode) to undo whatever you did (hopefully its in history
if you used terminal)â guiverc
May 9 at 3:30
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Boot the computer into recovery mode
Select root in the menu, so you can open the shell.
then run the following command.
mount -o rw,remount /
When you have done this, you can try run the command to fix the issues.
PS! Remember backups important stuff first ;)
If your stuck in a loginloop you can try to do this. askubuntu.com/questions/223501/â¦
â BD Bear
May 8 at 23:04
Thanks BD Bear but that didn't do it.
â Rafael Mendoza
May 9 at 3:21
can you get your hands some logs ? tail /var/log/syslog tail /var/log/Xorg.0.log and put them on pastebin , and put a link in the comment?
â BD Bear
May 9 at 16:37
If you cant find the xorg logfile, do a ls /var/log/Xorg* to se if perhaps it has a different number in its name. or check if you can find it in ~/.local/share/xorg/
â BD Bear
May 9 at 16:38
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Boot the computer into recovery mode
Select root in the menu, so you can open the shell.
then run the following command.
mount -o rw,remount /
When you have done this, you can try run the command to fix the issues.
PS! Remember backups important stuff first ;)
If your stuck in a loginloop you can try to do this. askubuntu.com/questions/223501/â¦
â BD Bear
May 8 at 23:04
Thanks BD Bear but that didn't do it.
â Rafael Mendoza
May 9 at 3:21
can you get your hands some logs ? tail /var/log/syslog tail /var/log/Xorg.0.log and put them on pastebin , and put a link in the comment?
â BD Bear
May 9 at 16:37
If you cant find the xorg logfile, do a ls /var/log/Xorg* to se if perhaps it has a different number in its name. or check if you can find it in ~/.local/share/xorg/
â BD Bear
May 9 at 16:38
add a comment |Â
up vote
0
down vote
Boot the computer into recovery mode
Select root in the menu, so you can open the shell.
then run the following command.
mount -o rw,remount /
When you have done this, you can try run the command to fix the issues.
PS! Remember backups important stuff first ;)
If your stuck in a loginloop you can try to do this. askubuntu.com/questions/223501/â¦
â BD Bear
May 8 at 23:04
Thanks BD Bear but that didn't do it.
â Rafael Mendoza
May 9 at 3:21
can you get your hands some logs ? tail /var/log/syslog tail /var/log/Xorg.0.log and put them on pastebin , and put a link in the comment?
â BD Bear
May 9 at 16:37
If you cant find the xorg logfile, do a ls /var/log/Xorg* to se if perhaps it has a different number in its name. or check if you can find it in ~/.local/share/xorg/
â BD Bear
May 9 at 16:38
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Boot the computer into recovery mode
Select root in the menu, so you can open the shell.
then run the following command.
mount -o rw,remount /
When you have done this, you can try run the command to fix the issues.
PS! Remember backups important stuff first ;)
Boot the computer into recovery mode
Select root in the menu, so you can open the shell.
then run the following command.
mount -o rw,remount /
When you have done this, you can try run the command to fix the issues.
PS! Remember backups important stuff first ;)
edited May 9 at 16:29
answered May 8 at 23:01
BD Bear
11013
11013
If your stuck in a loginloop you can try to do this. askubuntu.com/questions/223501/â¦
â BD Bear
May 8 at 23:04
Thanks BD Bear but that didn't do it.
â Rafael Mendoza
May 9 at 3:21
can you get your hands some logs ? tail /var/log/syslog tail /var/log/Xorg.0.log and put them on pastebin , and put a link in the comment?
â BD Bear
May 9 at 16:37
If you cant find the xorg logfile, do a ls /var/log/Xorg* to se if perhaps it has a different number in its name. or check if you can find it in ~/.local/share/xorg/
â BD Bear
May 9 at 16:38
add a comment |Â
If your stuck in a loginloop you can try to do this. askubuntu.com/questions/223501/â¦
â BD Bear
May 8 at 23:04
Thanks BD Bear but that didn't do it.
â Rafael Mendoza
May 9 at 3:21
can you get your hands some logs ? tail /var/log/syslog tail /var/log/Xorg.0.log and put them on pastebin , and put a link in the comment?
â BD Bear
May 9 at 16:37
If you cant find the xorg logfile, do a ls /var/log/Xorg* to se if perhaps it has a different number in its name. or check if you can find it in ~/.local/share/xorg/
â BD Bear
May 9 at 16:38
If your stuck in a loginloop you can try to do this. askubuntu.com/questions/223501/â¦
â BD Bear
May 8 at 23:04
If your stuck in a loginloop you can try to do this. askubuntu.com/questions/223501/â¦
â BD Bear
May 8 at 23:04
Thanks BD Bear but that didn't do it.
â Rafael Mendoza
May 9 at 3:21
Thanks BD Bear but that didn't do it.
â Rafael Mendoza
May 9 at 3:21
can you get your hands some logs ? tail /var/log/syslog tail /var/log/Xorg.0.log and put them on pastebin , and put a link in the comment?
â BD Bear
May 9 at 16:37
can you get your hands some logs ? tail /var/log/syslog tail /var/log/Xorg.0.log and put them on pastebin , and put a link in the comment?
â BD Bear
May 9 at 16:37
If you cant find the xorg logfile, do a ls /var/log/Xorg* to se if perhaps it has a different number in its name. or check if you can find it in ~/.local/share/xorg/
â BD Bear
May 9 at 16:38
If you cant find the xorg logfile, do a ls /var/log/Xorg* to se if perhaps it has a different number in its name. or check if you can find it in ~/.local/share/xorg/
â BD Bear
May 9 at 16:38
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1033796%2fhow-to-change-mount-options-with-terminal%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
login loop for terminal? or gui? Did you mount your /home directory too? as your gui needs to write files there otherwise you're logged out :)
â guiverc
May 8 at 23:34
I use sudo mount -rw -o remount /dev/sda1 / so that I can go to the normal login and their is the loop
â Rafael Mendoza
May 9 at 3:04
yes I saw that answer which will work if you don't have a separate /home partition; my comment was in case you do have one...
â guiverc
May 9 at 3:15
Since I start In grub mode I hit the "ubuntu" seems to start normally but it then fully loads and there is a black screen with no way to use mouse. There is just an option to login to the command I think is what it is. Thanks
â Rafael Mendoza
May 9 at 3:16
Black screen with no mouse sounds like graphics issue to me... I would suggest removing
splash quiet
from your boot, maybe adding a '1' (or single to go into single-user or maintenance mode) to undo whatever you did (hopefully its inhistory
if you used terminal)â guiverc
May 9 at 3:30