Create ext4 partition on LVM
I have a 2TB volume (RAID 5) on a Linux Mint . I use Dropbox, which has stopped supporting any file type on Linux Mint 18.1 system. I would like to carve out a partition formatted in a manner Dropbox will like. Is there a way to do this?
$ lsblk -f
NAME FSTYPE
sda
sda1 xfs
sda2 LVM2_me
|- rhel-root xfs
|- rhel-swap swap [SWAP]
|- rhel-home xfs /home
$ sudo vgs rhel
VG #PV #LV #SN Attr VSize VFree
rhel 1 3 0 wz--n- 1.91t 60.00m
linux-mint filesystems lvm dropbox
add a comment |
I have a 2TB volume (RAID 5) on a Linux Mint . I use Dropbox, which has stopped supporting any file type on Linux Mint 18.1 system. I would like to carve out a partition formatted in a manner Dropbox will like. Is there a way to do this?
$ lsblk -f
NAME FSTYPE
sda
sda1 xfs
sda2 LVM2_me
|- rhel-root xfs
|- rhel-swap swap [SWAP]
|- rhel-home xfs /home
$ sudo vgs rhel
VG #PV #LV #SN Attr VSize VFree
rhel 1 3 0 wz--n- 1.91t 60.00m
linux-mint filesystems lvm dropbox
I tried to help the formatting of the lsblk command, but perhaps you can copy & paste the actual output, then use the{}
formatting button?
– Jeff Schaller
Dec 20 '18 at 15:59
The output ofvgs rhel
would indicate if there's free space available to create a new LV & ext4 filesystem.
– Jeff Schaller
Dec 20 '18 at 15:59
1
That looks like rhel not mint. Your question is unclear, you either need to create a new lv or downsize. How much free space do you have on the hard drive? See access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/… or similsr or perhaps use gparted
– Panther
Dec 20 '18 at 16:16
It's mint. It's a repurposed server. The raid array was set up under red hat.
– Andrew Neely
Dec 20 '18 at 17:20
Boot a live usb and make space either with g po artes or lvm as needed. Post if you have a problem
– Panther
Dec 20 '18 at 19:00
add a comment |
I have a 2TB volume (RAID 5) on a Linux Mint . I use Dropbox, which has stopped supporting any file type on Linux Mint 18.1 system. I would like to carve out a partition formatted in a manner Dropbox will like. Is there a way to do this?
$ lsblk -f
NAME FSTYPE
sda
sda1 xfs
sda2 LVM2_me
|- rhel-root xfs
|- rhel-swap swap [SWAP]
|- rhel-home xfs /home
$ sudo vgs rhel
VG #PV #LV #SN Attr VSize VFree
rhel 1 3 0 wz--n- 1.91t 60.00m
linux-mint filesystems lvm dropbox
I have a 2TB volume (RAID 5) on a Linux Mint . I use Dropbox, which has stopped supporting any file type on Linux Mint 18.1 system. I would like to carve out a partition formatted in a manner Dropbox will like. Is there a way to do this?
$ lsblk -f
NAME FSTYPE
sda
sda1 xfs
sda2 LVM2_me
|- rhel-root xfs
|- rhel-swap swap [SWAP]
|- rhel-home xfs /home
$ sudo vgs rhel
VG #PV #LV #SN Attr VSize VFree
rhel 1 3 0 wz--n- 1.91t 60.00m
linux-mint filesystems lvm dropbox
linux-mint filesystems lvm dropbox
edited Dec 20 '18 at 20:03
asked Dec 20 '18 at 15:55
Andrew Neely
1013
1013
I tried to help the formatting of the lsblk command, but perhaps you can copy & paste the actual output, then use the{}
formatting button?
– Jeff Schaller
Dec 20 '18 at 15:59
The output ofvgs rhel
would indicate if there's free space available to create a new LV & ext4 filesystem.
– Jeff Schaller
Dec 20 '18 at 15:59
1
That looks like rhel not mint. Your question is unclear, you either need to create a new lv or downsize. How much free space do you have on the hard drive? See access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/… or similsr or perhaps use gparted
– Panther
Dec 20 '18 at 16:16
It's mint. It's a repurposed server. The raid array was set up under red hat.
– Andrew Neely
Dec 20 '18 at 17:20
Boot a live usb and make space either with g po artes or lvm as needed. Post if you have a problem
– Panther
Dec 20 '18 at 19:00
add a comment |
I tried to help the formatting of the lsblk command, but perhaps you can copy & paste the actual output, then use the{}
formatting button?
– Jeff Schaller
Dec 20 '18 at 15:59
The output ofvgs rhel
would indicate if there's free space available to create a new LV & ext4 filesystem.
– Jeff Schaller
Dec 20 '18 at 15:59
1
That looks like rhel not mint. Your question is unclear, you either need to create a new lv or downsize. How much free space do you have on the hard drive? See access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/… or similsr or perhaps use gparted
– Panther
Dec 20 '18 at 16:16
It's mint. It's a repurposed server. The raid array was set up under red hat.
– Andrew Neely
Dec 20 '18 at 17:20
Boot a live usb and make space either with g po artes or lvm as needed. Post if you have a problem
– Panther
Dec 20 '18 at 19:00
I tried to help the formatting of the lsblk command, but perhaps you can copy & paste the actual output, then use the
{}
formatting button?– Jeff Schaller
Dec 20 '18 at 15:59
I tried to help the formatting of the lsblk command, but perhaps you can copy & paste the actual output, then use the
{}
formatting button?– Jeff Schaller
Dec 20 '18 at 15:59
The output of
vgs rhel
would indicate if there's free space available to create a new LV & ext4 filesystem.– Jeff Schaller
Dec 20 '18 at 15:59
The output of
vgs rhel
would indicate if there's free space available to create a new LV & ext4 filesystem.– Jeff Schaller
Dec 20 '18 at 15:59
1
1
That looks like rhel not mint. Your question is unclear, you either need to create a new lv or downsize. How much free space do you have on the hard drive? See access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/… or similsr or perhaps use gparted
– Panther
Dec 20 '18 at 16:16
That looks like rhel not mint. Your question is unclear, you either need to create a new lv or downsize. How much free space do you have on the hard drive? See access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/… or similsr or perhaps use gparted
– Panther
Dec 20 '18 at 16:16
It's mint. It's a repurposed server. The raid array was set up under red hat.
– Andrew Neely
Dec 20 '18 at 17:20
It's mint. It's a repurposed server. The raid array was set up under red hat.
– Andrew Neely
Dec 20 '18 at 17:20
Boot a live usb and make space either with g po artes or lvm as needed. Post if you have a problem
– Panther
Dec 20 '18 at 19:00
Boot a live usb and make space either with g po artes or lvm as needed. Post if you have a problem
– Panther
Dec 20 '18 at 19:00
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f490142%2fcreate-ext4-partition-on-lvm%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f490142%2fcreate-ext4-partition-on-lvm%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
I tried to help the formatting of the lsblk command, but perhaps you can copy & paste the actual output, then use the
{}
formatting button?– Jeff Schaller
Dec 20 '18 at 15:59
The output of
vgs rhel
would indicate if there's free space available to create a new LV & ext4 filesystem.– Jeff Schaller
Dec 20 '18 at 15:59
1
That looks like rhel not mint. Your question is unclear, you either need to create a new lv or downsize. How much free space do you have on the hard drive? See access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/… or similsr or perhaps use gparted
– Panther
Dec 20 '18 at 16:16
It's mint. It's a repurposed server. The raid array was set up under red hat.
– Andrew Neely
Dec 20 '18 at 17:20
Boot a live usb and make space either with g po artes or lvm as needed. Post if you have a problem
– Panther
Dec 20 '18 at 19:00