Can I list the files and directories on a logical volume
![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 have a logical volume, /dev/dm-0
that is 95% full. I want to delete some directories and files from it to free up space.
How can I access the content of this logical volume?
14.04 filesystem
 |Â
show 1 more comment
up vote
1
down vote
favorite
I have a logical volume, /dev/dm-0
that is 95% full. I want to delete some directories and files from it to free up space.
How can I access the content of this logical volume?
14.04 filesystem
1
A volume is like a partition - AFAIK it will need to be mounted in order to perform file operations.
â steeldriver
Apr 18 at 22:03
I understand the volume is spread across physical volumes, but since data is written on the volume, there must be way to list the files on it and manipulate those files and directories (edit files, delete files, directories, etc).
â Arin
Apr 18 at 22:15
My bad. Forget my last comment. Long day here. See superuser.com/questions/1052403/100-usage-dev-dm-1 as that might help. If you run thedf
command it will show you the mount where it is.
â Terrance
Apr 18 at 22:43
Thanks @Terrance. I randf -h
, and it shows where it is mounted. But when I runls -la
in that directory, it only shows the files and subdirs in the dir, not this mounted volume. The volume has over 100GB on it, none of the files or subdirs in the mount point dir are over 300KB.
â Arin
Apr 18 at 22:43
Checking out the link, thanks
â Arin
Apr 18 at 22:45
 |Â
show 1 more comment
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have a logical volume, /dev/dm-0
that is 95% full. I want to delete some directories and files from it to free up space.
How can I access the content of this logical volume?
14.04 filesystem
I have a logical volume, /dev/dm-0
that is 95% full. I want to delete some directories and files from it to free up space.
How can I access the content of this logical volume?
14.04 filesystem
edited Apr 18 at 22:18
![](https://i.stack.imgur.com/WwSSv.jpg?s=32&g=1)
![](https://i.stack.imgur.com/WwSSv.jpg?s=32&g=1)
ubashu
2,23721736
2,23721736
asked Apr 18 at 21:55
Arin
612
612
1
A volume is like a partition - AFAIK it will need to be mounted in order to perform file operations.
â steeldriver
Apr 18 at 22:03
I understand the volume is spread across physical volumes, but since data is written on the volume, there must be way to list the files on it and manipulate those files and directories (edit files, delete files, directories, etc).
â Arin
Apr 18 at 22:15
My bad. Forget my last comment. Long day here. See superuser.com/questions/1052403/100-usage-dev-dm-1 as that might help. If you run thedf
command it will show you the mount where it is.
â Terrance
Apr 18 at 22:43
Thanks @Terrance. I randf -h
, and it shows where it is mounted. But when I runls -la
in that directory, it only shows the files and subdirs in the dir, not this mounted volume. The volume has over 100GB on it, none of the files or subdirs in the mount point dir are over 300KB.
â Arin
Apr 18 at 22:43
Checking out the link, thanks
â Arin
Apr 18 at 22:45
 |Â
show 1 more comment
1
A volume is like a partition - AFAIK it will need to be mounted in order to perform file operations.
â steeldriver
Apr 18 at 22:03
I understand the volume is spread across physical volumes, but since data is written on the volume, there must be way to list the files on it and manipulate those files and directories (edit files, delete files, directories, etc).
â Arin
Apr 18 at 22:15
My bad. Forget my last comment. Long day here. See superuser.com/questions/1052403/100-usage-dev-dm-1 as that might help. If you run thedf
command it will show you the mount where it is.
â Terrance
Apr 18 at 22:43
Thanks @Terrance. I randf -h
, and it shows where it is mounted. But when I runls -la
in that directory, it only shows the files and subdirs in the dir, not this mounted volume. The volume has over 100GB on it, none of the files or subdirs in the mount point dir are over 300KB.
â Arin
Apr 18 at 22:43
Checking out the link, thanks
â Arin
Apr 18 at 22:45
1
1
A volume is like a partition - AFAIK it will need to be mounted in order to perform file operations.
â steeldriver
Apr 18 at 22:03
A volume is like a partition - AFAIK it will need to be mounted in order to perform file operations.
â steeldriver
Apr 18 at 22:03
I understand the volume is spread across physical volumes, but since data is written on the volume, there must be way to list the files on it and manipulate those files and directories (edit files, delete files, directories, etc).
â Arin
Apr 18 at 22:15
I understand the volume is spread across physical volumes, but since data is written on the volume, there must be way to list the files on it and manipulate those files and directories (edit files, delete files, directories, etc).
â Arin
Apr 18 at 22:15
My bad. Forget my last comment. Long day here. See superuser.com/questions/1052403/100-usage-dev-dm-1 as that might help. If you run the
df
command it will show you the mount where it is.â Terrance
Apr 18 at 22:43
My bad. Forget my last comment. Long day here. See superuser.com/questions/1052403/100-usage-dev-dm-1 as that might help. If you run the
df
command it will show you the mount where it is.â Terrance
Apr 18 at 22:43
Thanks @Terrance. I ran
df -h
, and it shows where it is mounted. But when I run ls -la
in that directory, it only shows the files and subdirs in the dir, not this mounted volume. The volume has over 100GB on it, none of the files or subdirs in the mount point dir are over 300KB.â Arin
Apr 18 at 22:43
Thanks @Terrance. I ran
df -h
, and it shows where it is mounted. But when I run ls -la
in that directory, it only shows the files and subdirs in the dir, not this mounted volume. The volume has over 100GB on it, none of the files or subdirs in the mount point dir are over 300KB.â Arin
Apr 18 at 22:43
Checking out the link, thanks
â Arin
Apr 18 at 22:45
Checking out the link, thanks
â Arin
Apr 18 at 22:45
 |Â
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
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%2f1026223%2fcan-i-list-the-files-and-directories-on-a-logical-volume%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
1
A volume is like a partition - AFAIK it will need to be mounted in order to perform file operations.
â steeldriver
Apr 18 at 22:03
I understand the volume is spread across physical volumes, but since data is written on the volume, there must be way to list the files on it and manipulate those files and directories (edit files, delete files, directories, etc).
â Arin
Apr 18 at 22:15
My bad. Forget my last comment. Long day here. See superuser.com/questions/1052403/100-usage-dev-dm-1 as that might help. If you run the
df
command it will show you the mount where it is.â Terrance
Apr 18 at 22:43
Thanks @Terrance. I ran
df -h
, and it shows where it is mounted. But when I runls -la
in that directory, it only shows the files and subdirs in the dir, not this mounted volume. The volume has over 100GB on it, none of the files or subdirs in the mount point dir are over 300KB.â Arin
Apr 18 at 22:43
Checking out the link, thanks
â Arin
Apr 18 at 22:45