How to mount a disk at startup in Ubuntu? Disks tool isn't working

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I go into the Disks tool, and select the drive and select "mount at startup" and "show user interface", but it doesn't do it at reboot, ever. My Steam game library is on there so its difficult to go and mount it every time I want to play a game.
ubuntu mount disk
add a comment |Â
up vote
1
down vote
favorite
I go into the Disks tool, and select the drive and select "mount at startup" and "show user interface", but it doesn't do it at reboot, ever. My Steam game library is on there so its difficult to go and mount it every time I want to play a game.
ubuntu mount disk
1
Add it to /etc/fstab
â ddnomad
Mar 14 '17 at 20:03
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I go into the Disks tool, and select the drive and select "mount at startup" and "show user interface", but it doesn't do it at reboot, ever. My Steam game library is on there so its difficult to go and mount it every time I want to play a game.
ubuntu mount disk
I go into the Disks tool, and select the drive and select "mount at startup" and "show user interface", but it doesn't do it at reboot, ever. My Steam game library is on there so its difficult to go and mount it every time I want to play a game.
ubuntu mount disk
ubuntu mount disk
edited Mar 14 '17 at 20:16
ddnomad
9771723
9771723
asked Mar 14 '17 at 17:45
Dakota Wagner
165
165
1
Add it to /etc/fstab
â ddnomad
Mar 14 '17 at 20:03
add a comment |Â
1
Add it to /etc/fstab
â ddnomad
Mar 14 '17 at 20:03
1
1
Add it to /etc/fstab
â ddnomad
Mar 14 '17 at 20:03
Add it to /etc/fstab
â ddnomad
Mar 14 '17 at 20:03
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
0
down vote
You can use file /etc/fstab to mount drives at startup.
- The first is view the drive to mount with
fdisk -l The second step is go to
/etc/fstaband write a line like this:/dev/sda1 /mnt ntfs-3g users,uid=33,gid=1000,umask=0000,nofail 0 3
The first column is the drive listed with fdisk -l, the second column is the path where drive is going to be mounted, the third is the filesystem format, the fourth column are options to mount like the user(uid) and group (gid), the fifth column is to dump filesystem, and last column is the order to check with fschk
add a comment |Â
up vote
0
down vote
clear instruction which was very helpful for me:
How to automount hard disks on boot in Ubuntu:
https://www.fosslinux.com/4216/how-to-automount-hard-disk-partitions-in-ubuntu.htm/
New contributor
parfilko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You can use file /etc/fstab to mount drives at startup.
- The first is view the drive to mount with
fdisk -l The second step is go to
/etc/fstaband write a line like this:/dev/sda1 /mnt ntfs-3g users,uid=33,gid=1000,umask=0000,nofail 0 3
The first column is the drive listed with fdisk -l, the second column is the path where drive is going to be mounted, the third is the filesystem format, the fourth column are options to mount like the user(uid) and group (gid), the fifth column is to dump filesystem, and last column is the order to check with fschk
add a comment |Â
up vote
0
down vote
You can use file /etc/fstab to mount drives at startup.
- The first is view the drive to mount with
fdisk -l The second step is go to
/etc/fstaband write a line like this:/dev/sda1 /mnt ntfs-3g users,uid=33,gid=1000,umask=0000,nofail 0 3
The first column is the drive listed with fdisk -l, the second column is the path where drive is going to be mounted, the third is the filesystem format, the fourth column are options to mount like the user(uid) and group (gid), the fifth column is to dump filesystem, and last column is the order to check with fschk
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You can use file /etc/fstab to mount drives at startup.
- The first is view the drive to mount with
fdisk -l The second step is go to
/etc/fstaband write a line like this:/dev/sda1 /mnt ntfs-3g users,uid=33,gid=1000,umask=0000,nofail 0 3
The first column is the drive listed with fdisk -l, the second column is the path where drive is going to be mounted, the third is the filesystem format, the fourth column are options to mount like the user(uid) and group (gid), the fifth column is to dump filesystem, and last column is the order to check with fschk
You can use file /etc/fstab to mount drives at startup.
- The first is view the drive to mount with
fdisk -l The second step is go to
/etc/fstaband write a line like this:/dev/sda1 /mnt ntfs-3g users,uid=33,gid=1000,umask=0000,nofail 0 3
The first column is the drive listed with fdisk -l, the second column is the path where drive is going to be mounted, the third is the filesystem format, the fourth column are options to mount like the user(uid) and group (gid), the fifth column is to dump filesystem, and last column is the order to check with fschk
answered Mar 17 '17 at 18:23
Daniel
378313
378313
add a comment |Â
add a comment |Â
up vote
0
down vote
clear instruction which was very helpful for me:
How to automount hard disks on boot in Ubuntu:
https://www.fosslinux.com/4216/how-to-automount-hard-disk-partitions-in-ubuntu.htm/
New contributor
parfilko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
clear instruction which was very helpful for me:
How to automount hard disks on boot in Ubuntu:
https://www.fosslinux.com/4216/how-to-automount-hard-disk-partitions-in-ubuntu.htm/
New contributor
parfilko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
clear instruction which was very helpful for me:
How to automount hard disks on boot in Ubuntu:
https://www.fosslinux.com/4216/how-to-automount-hard-disk-partitions-in-ubuntu.htm/
New contributor
parfilko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
clear instruction which was very helpful for me:
How to automount hard disks on boot in Ubuntu:
https://www.fosslinux.com/4216/how-to-automount-hard-disk-partitions-in-ubuntu.htm/
New contributor
parfilko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
parfilko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 8 mins ago
parfilko
101
101
New contributor
parfilko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
parfilko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
parfilko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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%2funix.stackexchange.com%2fquestions%2f351453%2fhow-to-mount-a-disk-at-startup-in-ubuntu-disks-tool-isnt-working%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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');
);
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');
);
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
1
Add it to /etc/fstab
â ddnomad
Mar 14 '17 at 20:03