can't do anything on sda1 permission deniedUbuntu Server Setup help: sda sdb have changed? How to know I'm making shared folders on the right drive?SDA1 almost full. What do i do?Storing files and folders inside 'C:/Users/UserProfile' and accessing from Ubuntu from second hard driveQuestions for Dual Booting Ubuntu 14.04 + Win10 with Multiple Hard DrivesMove Ubuntu 16.04 to a SSD from HDD occurring error, no ssd shown in grub menuCan't see SSD after dd from HDD to SSDDual Boot ubuntu with Windows 10 - using one of two internal hard drivesUsing multiple hard drivesCant acces files on my HDD to upload , download : '/media': Permission denied with ChromiumSecurely erase encrypted HDD?
Put the phone down / Put down the phone
Non-Borel set in arbitrary metric space
How to get directions in deep space?
Showing mass murder in a kid's book
Is there a distance limit for minecart tracks?
What is it called when someone votes for an option that's not their first choice?
What is the period/term used describe Giuseppe Arcimboldo's style of painting?
What properties make a magic weapon befit a Rogue more than a DEX-based Fighter?
Checking @@ROWCOUNT failing
Capacitor electron flow
Why can't I get pgrep output right to variable on bash script?
Offset in split text content
Mortal danger in mid-grade literature
What should be the ideal length of sentences in a blog post for ease of reading?
Do people actually use the word "kaputt" in conversation?
Calculate Pi using Monte Carlo
Highest stage count that are used one right after the other?
Reasons for having MCU pin-states default to pull-up/down out of reset
Why is participating in the European Parliamentary elections used as a threat?
Make a Bowl of Alphabet Soup
How do I prevent inappropriate ads from appearing in my game?
Is divisi notation needed for brass or woodwind in an orchestra?
How can a new country break out from a developed country without war?
Have any astronauts/cosmonauts died in space?
can't do anything on sda1 permission denied
Ubuntu Server Setup help: sda sdb have changed? How to know I'm making shared folders on the right drive?SDA1 almost full. What do i do?Storing files and folders inside 'C:/Users/UserProfile' and accessing from Ubuntu from second hard driveQuestions for Dual Booting Ubuntu 14.04 + Win10 with Multiple Hard DrivesMove Ubuntu 16.04 to a SSD from HDD occurring error, no ssd shown in grub menuCan't see SSD after dd from HDD to SSDDual Boot ubuntu with Windows 10 - using one of two internal hard drivesUsing multiple hard drivesCant acces files on my HDD to upload , download : '/media': Permission denied with ChromiumSecurely erase encrypted HDD?
Main system is on sdb (ssd). Got an HDD on sda1 (that's the partition I want to use), but getting permission denied when doing anything on it. Want it to be mounted and ready for use each time I boot the computer like it's regular space for downloading stuff.
Lubuntu 18.04.2
hard-drive
add a comment |
Main system is on sdb (ssd). Got an HDD on sda1 (that's the partition I want to use), but getting permission denied when doing anything on it. Want it to be mounted and ready for use each time I boot the computer like it's regular space for downloading stuff.
Lubuntu 18.04.2
hard-drive
Providing more details may help us to help you. How are you trying to mount it when you get the permission-denied error? If you're doing it from a command line, please provide command & error-message-output. Did you usesudo
to elevate permissions? If done via gui, what tool did you use to perform mount, what type of file system is on the drive? We only know what you tell us...
– guiverc
3 mins ago
I just click on the partition in PCManFM. When I create a new folder, I get an error. I want read/write functionality in this fashion to work on boot.
– primuspaul
1 min ago
add a comment |
Main system is on sdb (ssd). Got an HDD on sda1 (that's the partition I want to use), but getting permission denied when doing anything on it. Want it to be mounted and ready for use each time I boot the computer like it's regular space for downloading stuff.
Lubuntu 18.04.2
hard-drive
Main system is on sdb (ssd). Got an HDD on sda1 (that's the partition I want to use), but getting permission denied when doing anything on it. Want it to be mounted and ready for use each time I boot the computer like it's regular space for downloading stuff.
Lubuntu 18.04.2
hard-drive
hard-drive
asked 13 mins ago
primuspaulprimuspaul
62
62
Providing more details may help us to help you. How are you trying to mount it when you get the permission-denied error? If you're doing it from a command line, please provide command & error-message-output. Did you usesudo
to elevate permissions? If done via gui, what tool did you use to perform mount, what type of file system is on the drive? We only know what you tell us...
– guiverc
3 mins ago
I just click on the partition in PCManFM. When I create a new folder, I get an error. I want read/write functionality in this fashion to work on boot.
– primuspaul
1 min ago
add a comment |
Providing more details may help us to help you. How are you trying to mount it when you get the permission-denied error? If you're doing it from a command line, please provide command & error-message-output. Did you usesudo
to elevate permissions? If done via gui, what tool did you use to perform mount, what type of file system is on the drive? We only know what you tell us...
– guiverc
3 mins ago
I just click on the partition in PCManFM. When I create a new folder, I get an error. I want read/write functionality in this fashion to work on boot.
– primuspaul
1 min ago
Providing more details may help us to help you. How are you trying to mount it when you get the permission-denied error? If you're doing it from a command line, please provide command & error-message-output. Did you use
sudo
to elevate permissions? If done via gui, what tool did you use to perform mount, what type of file system is on the drive? We only know what you tell us...– guiverc
3 mins ago
Providing more details may help us to help you. How are you trying to mount it when you get the permission-denied error? If you're doing it from a command line, please provide command & error-message-output. Did you use
sudo
to elevate permissions? If done via gui, what tool did you use to perform mount, what type of file system is on the drive? We only know what you tell us...– guiverc
3 mins ago
I just click on the partition in PCManFM. When I create a new folder, I get an error. I want read/write functionality in this fashion to work on boot.
– primuspaul
1 min ago
I just click on the partition in PCManFM. When I create a new folder, I get an error. I want read/write functionality in this fashion to work on boot.
– primuspaul
1 min ago
add a comment |
1 Answer
1
active
oldest
votes
First you need to unmount it (Remember to use sudo)-
sudo umount /dev/sda1
Then you need to properly mount it but before that double-check
lsblk
Make sure this is the partition you want to mount
Create a directory in /mnt/
with your favorite name say 'sda1'
sudo mkdir /mnt/sda1
Now mount the partition to the directory
mount /dev/sda1/ /mnt/sda1
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2faskubuntu.com%2fquestions%2f1127112%2fcant-do-anything-on-sda1-permission-denied%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
First you need to unmount it (Remember to use sudo)-
sudo umount /dev/sda1
Then you need to properly mount it but before that double-check
lsblk
Make sure this is the partition you want to mount
Create a directory in /mnt/
with your favorite name say 'sda1'
sudo mkdir /mnt/sda1
Now mount the partition to the directory
mount /dev/sda1/ /mnt/sda1
New contributor
add a comment |
First you need to unmount it (Remember to use sudo)-
sudo umount /dev/sda1
Then you need to properly mount it but before that double-check
lsblk
Make sure this is the partition you want to mount
Create a directory in /mnt/
with your favorite name say 'sda1'
sudo mkdir /mnt/sda1
Now mount the partition to the directory
mount /dev/sda1/ /mnt/sda1
New contributor
add a comment |
First you need to unmount it (Remember to use sudo)-
sudo umount /dev/sda1
Then you need to properly mount it but before that double-check
lsblk
Make sure this is the partition you want to mount
Create a directory in /mnt/
with your favorite name say 'sda1'
sudo mkdir /mnt/sda1
Now mount the partition to the directory
mount /dev/sda1/ /mnt/sda1
New contributor
First you need to unmount it (Remember to use sudo)-
sudo umount /dev/sda1
Then you need to properly mount it but before that double-check
lsblk
Make sure this is the partition you want to mount
Create a directory in /mnt/
with your favorite name say 'sda1'
sudo mkdir /mnt/sda1
Now mount the partition to the directory
mount /dev/sda1/ /mnt/sda1
New contributor
New contributor
answered 2 mins ago
moonLightmoonLight
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2faskubuntu.com%2fquestions%2f1127112%2fcant-do-anything-on-sda1-permission-denied%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
Providing more details may help us to help you. How are you trying to mount it when you get the permission-denied error? If you're doing it from a command line, please provide command & error-message-output. Did you use
sudo
to elevate permissions? If done via gui, what tool did you use to perform mount, what type of file system is on the drive? We only know what you tell us...– guiverc
3 mins ago
I just click on the partition in PCManFM. When I create a new folder, I get an error. I want read/write functionality in this fashion to work on boot.
– primuspaul
1 min ago