Failure to mount partition
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I receive the following error when trying to mount /dev/sda1 ,an ext4 partition:
Error mounting /dev/sda1 at /run/media/andrew/3a3aa528-cad4-4487-9ed3-b8667ca103e2: mount(2) system call failed: No such file or directory.
Hang on...
It wasn't there, I mkdir'ed it and I still get the same error. Gparted shows sda1 as fine and 10% full. Any ideas?? Thanks.
[andrew@broom Desktop]$ sudo mount /dev/sda1 --target /run/media/andrew/3a3aa528-cad4-4487-9ed3-b8667ca103e2
mount: /run/media/andrew/3a3aa528-cad4-4487-9ed3-b8667ca103e2: mount(2) system call failed: No such file or directory.
[andrew@broom Desktop]$ cd /run/media/andrew
[andrew@broom andrew]$ ls
3a3aa528-cad4-4487-9ed3-b8667ca103e2
[andrew@broom andrew]$
partitioning mount
add a comment |Â
up vote
1
down vote
favorite
I receive the following error when trying to mount /dev/sda1 ,an ext4 partition:
Error mounting /dev/sda1 at /run/media/andrew/3a3aa528-cad4-4487-9ed3-b8667ca103e2: mount(2) system call failed: No such file or directory.
Hang on...
It wasn't there, I mkdir'ed it and I still get the same error. Gparted shows sda1 as fine and 10% full. Any ideas?? Thanks.
[andrew@broom Desktop]$ sudo mount /dev/sda1 --target /run/media/andrew/3a3aa528-cad4-4487-9ed3-b8667ca103e2
mount: /run/media/andrew/3a3aa528-cad4-4487-9ed3-b8667ca103e2: mount(2) system call failed: No such file or directory.
[andrew@broom Desktop]$ cd /run/media/andrew
[andrew@broom andrew]$ ls
3a3aa528-cad4-4487-9ed3-b8667ca103e2
[andrew@broom andrew]$
partitioning mount
Welcome to Ask Ubuntu! Can you explain why you are trying to mount it to a special filesystem (tmpfs
) below /run? Have you tried other locations like subfolders of/mnt
,/media
or your home folder?
â Melebius
May 17 at 6:21
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I receive the following error when trying to mount /dev/sda1 ,an ext4 partition:
Error mounting /dev/sda1 at /run/media/andrew/3a3aa528-cad4-4487-9ed3-b8667ca103e2: mount(2) system call failed: No such file or directory.
Hang on...
It wasn't there, I mkdir'ed it and I still get the same error. Gparted shows sda1 as fine and 10% full. Any ideas?? Thanks.
[andrew@broom Desktop]$ sudo mount /dev/sda1 --target /run/media/andrew/3a3aa528-cad4-4487-9ed3-b8667ca103e2
mount: /run/media/andrew/3a3aa528-cad4-4487-9ed3-b8667ca103e2: mount(2) system call failed: No such file or directory.
[andrew@broom Desktop]$ cd /run/media/andrew
[andrew@broom andrew]$ ls
3a3aa528-cad4-4487-9ed3-b8667ca103e2
[andrew@broom andrew]$
partitioning mount
I receive the following error when trying to mount /dev/sda1 ,an ext4 partition:
Error mounting /dev/sda1 at /run/media/andrew/3a3aa528-cad4-4487-9ed3-b8667ca103e2: mount(2) system call failed: No such file or directory.
Hang on...
It wasn't there, I mkdir'ed it and I still get the same error. Gparted shows sda1 as fine and 10% full. Any ideas?? Thanks.
[andrew@broom Desktop]$ sudo mount /dev/sda1 --target /run/media/andrew/3a3aa528-cad4-4487-9ed3-b8667ca103e2
mount: /run/media/andrew/3a3aa528-cad4-4487-9ed3-b8667ca103e2: mount(2) system call failed: No such file or directory.
[andrew@broom Desktop]$ cd /run/media/andrew
[andrew@broom andrew]$ ls
3a3aa528-cad4-4487-9ed3-b8667ca103e2
[andrew@broom andrew]$
partitioning mount
edited May 17 at 5:55
Melebius
3,64041636
3,64041636
asked May 17 at 3:39
![](https://lh3.googleusercontent.com/-wVTIVOtiQpw/AAAAAAAAAAI/AAAAAAAARCk/0VTtOh0V_ZM/photo.jpg?sz=32)
![](https://lh3.googleusercontent.com/-wVTIVOtiQpw/AAAAAAAAAAI/AAAAAAAARCk/0VTtOh0V_ZM/photo.jpg?sz=32)
Andrew McAdam
62
62
Welcome to Ask Ubuntu! Can you explain why you are trying to mount it to a special filesystem (tmpfs
) below /run? Have you tried other locations like subfolders of/mnt
,/media
or your home folder?
â Melebius
May 17 at 6:21
add a comment |Â
Welcome to Ask Ubuntu! Can you explain why you are trying to mount it to a special filesystem (tmpfs
) below /run? Have you tried other locations like subfolders of/mnt
,/media
or your home folder?
â Melebius
May 17 at 6:21
Welcome to Ask Ubuntu! Can you explain why you are trying to mount it to a special filesystem (
tmpfs
) below /run? Have you tried other locations like subfolders of /mnt
, /media
or your home folder?â Melebius
May 17 at 6:21
Welcome to Ask Ubuntu! Can you explain why you are trying to mount it to a special filesystem (
tmpfs
) below /run? Have you tried other locations like subfolders of /mnt
, /media
or your home folder?â Melebius
May 17 at 6:21
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
Try this:
sudo mkdir /mnt/stuff
sudo mount -t auto /dev/sda1 /mnt/stuff
Then do what you want to with the "stuff" and when finished use:
sudo umount -l /mnt/stuff
sudo rm -d /mnt/stuff
This is from an interactive script I wrote last week: Unable to read files between two distros
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
Try this:
sudo mkdir /mnt/stuff
sudo mount -t auto /dev/sda1 /mnt/stuff
Then do what you want to with the "stuff" and when finished use:
sudo umount -l /mnt/stuff
sudo rm -d /mnt/stuff
This is from an interactive script I wrote last week: Unable to read files between two distros
add a comment |Â
up vote
2
down vote
Try this:
sudo mkdir /mnt/stuff
sudo mount -t auto /dev/sda1 /mnt/stuff
Then do what you want to with the "stuff" and when finished use:
sudo umount -l /mnt/stuff
sudo rm -d /mnt/stuff
This is from an interactive script I wrote last week: Unable to read files between two distros
add a comment |Â
up vote
2
down vote
up vote
2
down vote
Try this:
sudo mkdir /mnt/stuff
sudo mount -t auto /dev/sda1 /mnt/stuff
Then do what you want to with the "stuff" and when finished use:
sudo umount -l /mnt/stuff
sudo rm -d /mnt/stuff
This is from an interactive script I wrote last week: Unable to read files between two distros
Try this:
sudo mkdir /mnt/stuff
sudo mount -t auto /dev/sda1 /mnt/stuff
Then do what you want to with the "stuff" and when finished use:
sudo umount -l /mnt/stuff
sudo rm -d /mnt/stuff
This is from an interactive script I wrote last week: Unable to read files between two distros
answered May 17 at 3:49
![](https://i.stack.imgur.com/2SXNl.jpg?s=32&g=1)
![](https://i.stack.imgur.com/2SXNl.jpg?s=32&g=1)
WinEunuuchs2Unix
34.6k756131
34.6k756131
add a comment |Â
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%2f1037212%2ffailure-to-mount-partition%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
Welcome to Ask Ubuntu! Can you explain why you are trying to mount it to a special filesystem (
tmpfs
) below /run? Have you tried other locations like subfolders of/mnt
,/media
or your home folder?â Melebius
May 17 at 6:21