Automatically mount on fstab
up vote
-1
down vote
favorite
I have a system.bin whici is located in /mnt and i want to automatically mount by edtiting fstab on /mnt/mymount with read and write permissions for all users on system
i try adding this on fstab:
UUID=c4649367-f47c-4c31-9b33-cb4b37083ae5 /mnt/mymnt ext2 rw,auto
but is not working
ubuntu bash shell
add a comment |
up vote
-1
down vote
favorite
I have a system.bin whici is located in /mnt and i want to automatically mount by edtiting fstab on /mnt/mymount with read and write permissions for all users on system
i try adding this on fstab:
UUID=c4649367-f47c-4c31-9b33-cb4b37083ae5 /mnt/mymnt ext2 rw,auto
but is not working
ubuntu bash shell
Okay, and what problems are you having with it?
– grawity
Nov 18 at 10:14
What happens if you typemount /mnt/mymount?
– davidbaumann
Nov 18 at 10:28
@davidbaumann mount: /mnt/mymnt: can't find in /etc/fstab.
– Mimi3234
Nov 18 at 10:29
So there must be a typo.
– davidbaumann
Nov 18 at 10:32
type of system.bin is ext2
– Mimi3234
Nov 18 at 10:34
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I have a system.bin whici is located in /mnt and i want to automatically mount by edtiting fstab on /mnt/mymount with read and write permissions for all users on system
i try adding this on fstab:
UUID=c4649367-f47c-4c31-9b33-cb4b37083ae5 /mnt/mymnt ext2 rw,auto
but is not working
ubuntu bash shell
I have a system.bin whici is located in /mnt and i want to automatically mount by edtiting fstab on /mnt/mymount with read and write permissions for all users on system
i try adding this on fstab:
UUID=c4649367-f47c-4c31-9b33-cb4b37083ae5 /mnt/mymnt ext2 rw,auto
but is not working
ubuntu bash shell
ubuntu bash shell
edited Nov 18 at 12:06
asked Nov 18 at 9:57
Mimi3234
11
11
Okay, and what problems are you having with it?
– grawity
Nov 18 at 10:14
What happens if you typemount /mnt/mymount?
– davidbaumann
Nov 18 at 10:28
@davidbaumann mount: /mnt/mymnt: can't find in /etc/fstab.
– Mimi3234
Nov 18 at 10:29
So there must be a typo.
– davidbaumann
Nov 18 at 10:32
type of system.bin is ext2
– Mimi3234
Nov 18 at 10:34
add a comment |
Okay, and what problems are you having with it?
– grawity
Nov 18 at 10:14
What happens if you typemount /mnt/mymount?
– davidbaumann
Nov 18 at 10:28
@davidbaumann mount: /mnt/mymnt: can't find in /etc/fstab.
– Mimi3234
Nov 18 at 10:29
So there must be a typo.
– davidbaumann
Nov 18 at 10:32
type of system.bin is ext2
– Mimi3234
Nov 18 at 10:34
Okay, and what problems are you having with it?
– grawity
Nov 18 at 10:14
Okay, and what problems are you having with it?
– grawity
Nov 18 at 10:14
What happens if you type
mount /mnt/mymount?– davidbaumann
Nov 18 at 10:28
What happens if you type
mount /mnt/mymount?– davidbaumann
Nov 18 at 10:28
@davidbaumann mount: /mnt/mymnt: can't find in /etc/fstab.
– Mimi3234
Nov 18 at 10:29
@davidbaumann mount: /mnt/mymnt: can't find in /etc/fstab.
– Mimi3234
Nov 18 at 10:29
So there must be a typo.
– davidbaumann
Nov 18 at 10:32
So there must be a typo.
– davidbaumann
Nov 18 at 10:32
type of system.bin is ext2
– Mimi3234
Nov 18 at 10:34
type of system.bin is ext2
– Mimi3234
Nov 18 at 10:34
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Well that is just a typo, because the mount point is /mnt/mymount but the mount point in your fstab file is /mnt/mymnt.
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
Well that is just a typo, because the mount point is /mnt/mymount but the mount point in your fstab file is /mnt/mymnt.
add a comment |
up vote
0
down vote
Well that is just a typo, because the mount point is /mnt/mymount but the mount point in your fstab file is /mnt/mymnt.
add a comment |
up vote
0
down vote
up vote
0
down vote
Well that is just a typo, because the mount point is /mnt/mymount but the mount point in your fstab file is /mnt/mymnt.
Well that is just a typo, because the mount point is /mnt/mymount but the mount point in your fstab file is /mnt/mymnt.
answered Nov 18 at 12:46
Debian_yadav
1185
1185
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1376403%2fautomatically-mount-on-fstab%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Okay, and what problems are you having with it?
– grawity
Nov 18 at 10:14
What happens if you type
mount /mnt/mymount?– davidbaumann
Nov 18 at 10:28
@davidbaumann mount: /mnt/mymnt: can't find in /etc/fstab.
– Mimi3234
Nov 18 at 10:29
So there must be a typo.
– davidbaumann
Nov 18 at 10:32
type of system.bin is ext2
– Mimi3234
Nov 18 at 10:34