Can't write to partion after creating it with GParted

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
I have a 1000 gig Windows SATA HD
I don't want to Delete the Windows installation in case I sell this HardDrive with he pC it came with.
Using Gparted, on by Ubuntu 17.10 PC running from a SSD drive, I Shrinked the 1000 SATA hard drive so the Windows in left untouched
Created a 400 Gig partion EXT4
And I can't create Folder within this partition but can see it from the FileManager
enter image description here
partitioning gparted
 |Â
show 4 more comments
up vote
1
down vote
favorite
I have a 1000 gig Windows SATA HD
I don't want to Delete the Windows installation in case I sell this HardDrive with he pC it came with.
Using Gparted, on by Ubuntu 17.10 PC running from a SSD drive, I Shrinked the 1000 SATA hard drive so the Windows in left untouched
Created a 400 Gig partion EXT4
And I can't create Folder within this partition but can see it from the FileManager
enter image description here
partitioning gparted
3
Possible duplicate of How can I change permissions on external drives?
â N0rbert
Mar 23 at 14:26
Tks will look at the link you provided
â Jean-Francois Bourdeau
Mar 23 at 14:31
Is there a way to do it with a GUI tool ? I tried most of the commands at the link you proved and can't still create a folder within that partition,....
â Jean-Francois Bourdeau
Mar 23 at 14:44
Usually I do this from terminal bysudo chown $USER:$USER -R /media/$USER/mountpoint. I do not know GUI solutions.
â N0rbert
Mar 23 at 14:52
From file manager I see /media/jedi/BackUP
â Jean-Francois Bourdeau
Mar 23 at 14:56
 |Â
show 4 more comments
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have a 1000 gig Windows SATA HD
I don't want to Delete the Windows installation in case I sell this HardDrive with he pC it came with.
Using Gparted, on by Ubuntu 17.10 PC running from a SSD drive, I Shrinked the 1000 SATA hard drive so the Windows in left untouched
Created a 400 Gig partion EXT4
And I can't create Folder within this partition but can see it from the FileManager
enter image description here
partitioning gparted
I have a 1000 gig Windows SATA HD
I don't want to Delete the Windows installation in case I sell this HardDrive with he pC it came with.
Using Gparted, on by Ubuntu 17.10 PC running from a SSD drive, I Shrinked the 1000 SATA hard drive so the Windows in left untouched
Created a 400 Gig partion EXT4
And I can't create Folder within this partition but can see it from the FileManager
enter image description here
partitioning gparted
partitioning gparted
asked Mar 23 at 14:24
Jean-Francois Bourdeau
387
387
3
Possible duplicate of How can I change permissions on external drives?
â N0rbert
Mar 23 at 14:26
Tks will look at the link you provided
â Jean-Francois Bourdeau
Mar 23 at 14:31
Is there a way to do it with a GUI tool ? I tried most of the commands at the link you proved and can't still create a folder within that partition,....
â Jean-Francois Bourdeau
Mar 23 at 14:44
Usually I do this from terminal bysudo chown $USER:$USER -R /media/$USER/mountpoint. I do not know GUI solutions.
â N0rbert
Mar 23 at 14:52
From file manager I see /media/jedi/BackUP
â Jean-Francois Bourdeau
Mar 23 at 14:56
 |Â
show 4 more comments
3
Possible duplicate of How can I change permissions on external drives?
â N0rbert
Mar 23 at 14:26
Tks will look at the link you provided
â Jean-Francois Bourdeau
Mar 23 at 14:31
Is there a way to do it with a GUI tool ? I tried most of the commands at the link you proved and can't still create a folder within that partition,....
â Jean-Francois Bourdeau
Mar 23 at 14:44
Usually I do this from terminal bysudo chown $USER:$USER -R /media/$USER/mountpoint. I do not know GUI solutions.
â N0rbert
Mar 23 at 14:52
From file manager I see /media/jedi/BackUP
â Jean-Francois Bourdeau
Mar 23 at 14:56
3
3
Possible duplicate of How can I change permissions on external drives?
â N0rbert
Mar 23 at 14:26
Possible duplicate of How can I change permissions on external drives?
â N0rbert
Mar 23 at 14:26
Tks will look at the link you provided
â Jean-Francois Bourdeau
Mar 23 at 14:31
Tks will look at the link you provided
â Jean-Francois Bourdeau
Mar 23 at 14:31
Is there a way to do it with a GUI tool ? I tried most of the commands at the link you proved and can't still create a folder within that partition,....
â Jean-Francois Bourdeau
Mar 23 at 14:44
Is there a way to do it with a GUI tool ? I tried most of the commands at the link you proved and can't still create a folder within that partition,....
â Jean-Francois Bourdeau
Mar 23 at 14:44
Usually I do this from terminal by
sudo chown $USER:$USER -R /media/$USER/mountpoint. I do not know GUI solutions.â N0rbert
Mar 23 at 14:52
Usually I do this from terminal by
sudo chown $USER:$USER -R /media/$USER/mountpoint. I do not know GUI solutions.â N0rbert
Mar 23 at 14:52
From file manager I see /media/jedi/BackUP
â Jean-Francois Bourdeau
Mar 23 at 14:56
From file manager I see /media/jedi/BackUP
â Jean-Francois Bourdeau
Mar 23 at 14:56
 |Â
show 4 more comments
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
As I can understand, your mount point is named BackUP.
So you should take ownership of the filesystem with:
sudo chown $USER:$USER -R /media/$USER/BackUP
I don,t know how to ACCEPT answer in the FORUM and Mark my questions as Solved.. DO I edit the subject ( Question ) and put SOLVED in front as we do in some forum ?
â Jean-Francois Bourdeau
Mar 23 at 15:27
You do not need to add "solved". See this help topic.
â N0rbert
Mar 23 at 15:28
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
accepted
As I can understand, your mount point is named BackUP.
So you should take ownership of the filesystem with:
sudo chown $USER:$USER -R /media/$USER/BackUP
I don,t know how to ACCEPT answer in the FORUM and Mark my questions as Solved.. DO I edit the subject ( Question ) and put SOLVED in front as we do in some forum ?
â Jean-Francois Bourdeau
Mar 23 at 15:27
You do not need to add "solved". See this help topic.
â N0rbert
Mar 23 at 15:28
add a comment |Â
up vote
0
down vote
accepted
As I can understand, your mount point is named BackUP.
So you should take ownership of the filesystem with:
sudo chown $USER:$USER -R /media/$USER/BackUP
I don,t know how to ACCEPT answer in the FORUM and Mark my questions as Solved.. DO I edit the subject ( Question ) and put SOLVED in front as we do in some forum ?
â Jean-Francois Bourdeau
Mar 23 at 15:27
You do not need to add "solved". See this help topic.
â N0rbert
Mar 23 at 15:28
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
As I can understand, your mount point is named BackUP.
So you should take ownership of the filesystem with:
sudo chown $USER:$USER -R /media/$USER/BackUP
As I can understand, your mount point is named BackUP.
So you should take ownership of the filesystem with:
sudo chown $USER:$USER -R /media/$USER/BackUP
answered Mar 23 at 15:16
N0rbert
16k33275
16k33275
I don,t know how to ACCEPT answer in the FORUM and Mark my questions as Solved.. DO I edit the subject ( Question ) and put SOLVED in front as we do in some forum ?
â Jean-Francois Bourdeau
Mar 23 at 15:27
You do not need to add "solved". See this help topic.
â N0rbert
Mar 23 at 15:28
add a comment |Â
I don,t know how to ACCEPT answer in the FORUM and Mark my questions as Solved.. DO I edit the subject ( Question ) and put SOLVED in front as we do in some forum ?
â Jean-Francois Bourdeau
Mar 23 at 15:27
You do not need to add "solved". See this help topic.
â N0rbert
Mar 23 at 15:28
I don,t know how to ACCEPT answer in the FORUM and Mark my questions as Solved.. DO I edit the subject ( Question ) and put SOLVED in front as we do in some forum ?
â Jean-Francois Bourdeau
Mar 23 at 15:27
I don,t know how to ACCEPT answer in the FORUM and Mark my questions as Solved.. DO I edit the subject ( Question ) and put SOLVED in front as we do in some forum ?
â Jean-Francois Bourdeau
Mar 23 at 15:27
You do not need to add "solved". See this help topic.
â N0rbert
Mar 23 at 15:28
You do not need to add "solved". See this help topic.
â N0rbert
Mar 23 at 15:28
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%2f1018569%2fcant-write-to-partion-after-creating-it-with-gparted%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
3
Possible duplicate of How can I change permissions on external drives?
â N0rbert
Mar 23 at 14:26
Tks will look at the link you provided
â Jean-Francois Bourdeau
Mar 23 at 14:31
Is there a way to do it with a GUI tool ? I tried most of the commands at the link you proved and can't still create a folder within that partition,....
â Jean-Francois Bourdeau
Mar 23 at 14:44
Usually I do this from terminal by
sudo chown $USER:$USER -R /media/$USER/mountpoint. I do not know GUI solutions.â N0rbert
Mar 23 at 14:52
From file manager I see /media/jedi/BackUP
â Jean-Francois Bourdeau
Mar 23 at 14:56