Unable to mount /NSM after creating new disk?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am following this guide, and I am stuck on part 14.
I created a new drive and formatted the new partition. I then mounted the drive to a temporary location in the file system.
Next it asks me to re-create the /NSM
folder, and then mount /nsm
. When I run
$ mount /nsm
I get a mount: can't find /nsm in /etc/fstab or /etc/mtab/
Here is my /etc/fstab
file:
# /etc/fstab: static file system information.
# Use âÂÂblkidâ to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/securityonion--vg-root / ext4 errors=remount-ro O S
# /boot was on /dev/sdal during installation
UUID=9ll2eebf-fel3-49b7-8cbl-4b0d9aca1643 /boot ext2 defaults $
/dev/mapper/securityonion- -vg-swap_1 none swap sw O S
UUID=cObeca6f-3adO-4560-844d-5e9b5e55b2f8 /boot ext4 defaults 0 2
What is going wrong here?
mount fstab mkdir
add a comment |Â
up vote
0
down vote
favorite
I am following this guide, and I am stuck on part 14.
I created a new drive and formatted the new partition. I then mounted the drive to a temporary location in the file system.
Next it asks me to re-create the /NSM
folder, and then mount /nsm
. When I run
$ mount /nsm
I get a mount: can't find /nsm in /etc/fstab or /etc/mtab/
Here is my /etc/fstab
file:
# /etc/fstab: static file system information.
# Use âÂÂblkidâ to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/securityonion--vg-root / ext4 errors=remount-ro O S
# /boot was on /dev/sdal during installation
UUID=9ll2eebf-fel3-49b7-8cbl-4b0d9aca1643 /boot ext2 defaults $
/dev/mapper/securityonion- -vg-swap_1 none swap sw O S
UUID=cObeca6f-3adO-4560-844d-5e9b5e55b2f8 /boot ext4 defaults 0 2
What is going wrong here?
mount fstab mkdir
I believe you forgot to follow step 11: Update/etc/fstab
to mount the new drive to/nsm
:sudo vi /etc/fstab
.
â aliceinpalth
Mar 5 at 23:17
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am following this guide, and I am stuck on part 14.
I created a new drive and formatted the new partition. I then mounted the drive to a temporary location in the file system.
Next it asks me to re-create the /NSM
folder, and then mount /nsm
. When I run
$ mount /nsm
I get a mount: can't find /nsm in /etc/fstab or /etc/mtab/
Here is my /etc/fstab
file:
# /etc/fstab: static file system information.
# Use âÂÂblkidâ to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/securityonion--vg-root / ext4 errors=remount-ro O S
# /boot was on /dev/sdal during installation
UUID=9ll2eebf-fel3-49b7-8cbl-4b0d9aca1643 /boot ext2 defaults $
/dev/mapper/securityonion- -vg-swap_1 none swap sw O S
UUID=cObeca6f-3adO-4560-844d-5e9b5e55b2f8 /boot ext4 defaults 0 2
What is going wrong here?
mount fstab mkdir
I am following this guide, and I am stuck on part 14.
I created a new drive and formatted the new partition. I then mounted the drive to a temporary location in the file system.
Next it asks me to re-create the /NSM
folder, and then mount /nsm
. When I run
$ mount /nsm
I get a mount: can't find /nsm in /etc/fstab or /etc/mtab/
Here is my /etc/fstab
file:
# /etc/fstab: static file system information.
# Use âÂÂblkidâ to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/securityonion--vg-root / ext4 errors=remount-ro O S
# /boot was on /dev/sdal during installation
UUID=9ll2eebf-fel3-49b7-8cbl-4b0d9aca1643 /boot ext2 defaults $
/dev/mapper/securityonion- -vg-swap_1 none swap sw O S
UUID=cObeca6f-3adO-4560-844d-5e9b5e55b2f8 /boot ext4 defaults 0 2
What is going wrong here?
mount fstab mkdir
edited Mar 6 at 1:30
aliceinpalth
760116
760116
asked Mar 5 at 21:45
Wraiith75
102
102
I believe you forgot to follow step 11: Update/etc/fstab
to mount the new drive to/nsm
:sudo vi /etc/fstab
.
â aliceinpalth
Mar 5 at 23:17
add a comment |Â
I believe you forgot to follow step 11: Update/etc/fstab
to mount the new drive to/nsm
:sudo vi /etc/fstab
.
â aliceinpalth
Mar 5 at 23:17
I believe you forgot to follow step 11: Update
/etc/fstab
to mount the new drive to /nsm
: sudo vi /etc/fstab
.â aliceinpalth
Mar 5 at 23:17
I believe you forgot to follow step 11: Update
/etc/fstab
to mount the new drive to /nsm
: sudo vi /etc/fstab
.â aliceinpalth
Mar 5 at 23:17
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f428375%2funable-to-mount-nsm-after-creating-new-disk%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
I believe you forgot to follow step 11: Update
/etc/fstab
to mount the new drive to/nsm
:sudo vi /etc/fstab
.â aliceinpalth
Mar 5 at 23:17