Manjaro Difference between revisions of "Translations:Btrfs/33/en"

Difference between revisions of "Translations:Btrfs/33/en"

From Manjaro
(Importing a new version from external source)
Tags: Mobile web edit Mobile edit
 
(Importing a new version from external source)
 
Line 4: Line 4:
{{RootCmd|command=btrfs subvolume create [/mnt/@tests]}}
{{RootCmd|command=btrfs subvolume create [/mnt/@tests]}}
This will be shown by  
This will be shown by  
{{RootCmd|command=ls -l /mnt}}
{{RootCmd|command=ls -lA /mnt}}
{{RootCmd|command=btrfs subvolume list /mnt}}
{{RootCmd|command=btrfs subvolume list /mnt}}
This subvolume '''tests''' is empty. And it is not mounted by default. So if you want to use it, you have to mount it by ''fstab'' or other means. '''Now lets delete it again.'''
This subvolume '''tests''' is empty. And it is not mounted by default. So if you want to use it, you have to mount it by ''fstab'' or other means. '''Now lets delete it again.'''
{{RootCmd|command=btrfs subvolume delete [/mnt/@tests]}}
{{RootCmd|command=btrfs subvolume delete [/mnt/@tests]}}
{{RootCmd|command=umount /mnt}}
{{RootCmd|command=umount /mnt}}

Latest revision as of 04:05, 30 April 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Btrfs)
To have access to the root(/) of your volume, you need to mount this separately. (Please do not confuse this with "/" of the file system) 
{{RootCmd|command=mount -t btrfs -o subvol=/,defaults [/dev/sdz2] /mnt}} 
Now you are able to create a new subvolume in a flat layout.
{{RootCmd|command=btrfs subvolume create [/mnt/@tests]}}
This will be shown by 
{{RootCmd|command=ls -lA /mnt}}
{{RootCmd|command=btrfs subvolume list /mnt}}
This subvolume '''tests''' is empty. And it is not mounted by default. So if you want to use it, you have to mount it by ''fstab'' or other means. '''Now lets delete it again.'''
{{RootCmd|command=btrfs subvolume delete [/mnt/@tests]}}
{{RootCmd|command=umount /mnt}}

To have access to the root(/) of your volume, you need to mount this separately. (Please do not confuse this with "/" of the file system)

root # mount -t btrfs -o subvol=/,defaults [/dev/sdz2] /mnt COPY TO CLIPBOARD


Now you are able to create a new subvolume in a flat layout.

root # btrfs subvolume create [/mnt/@tests] COPY TO CLIPBOARD


This will be shown by

root # ls -lA /mnt COPY TO CLIPBOARD


root # btrfs subvolume list /mnt COPY TO CLIPBOARD


This subvolume tests is empty. And it is not mounted by default. So if you want to use it, you have to mount it by fstab or other means. Now lets delete it again.

root # btrfs subvolume delete [/mnt/@tests] COPY TO CLIPBOARD


root # umount /mnt COPY TO CLIPBOARD


Cookies help us deliver our services. By using our services, you agree to our use of cookies.