Difference between revisions of "Udisksctl"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<code>udisksctl</code>  utility for manipulating [[disk drives]] and [[block devices]]. Included in the <code>[[udisk2]]</code> package.
+
<code>udisksctl</code>  utility for manipulating [[disk drives]] and [[block devices]]. Included in the <code>[[udisks2]]</code> package.
 
:[[Man]]: http://manpages.ubuntu.com/manpages/bionic/man1/udisksctl.1.html
 
:[[Man]]: http://manpages.ubuntu.com/manpages/bionic/man1/udisksctl.1.html
 +
 +
  
 
* <code>[[udisksctl info]]</code>
 
* <code>[[udisksctl info]]</code>
 
* <code>[[udisksctl status]]</code>
 
* <code>[[udisksctl status]]</code>
 
* <code>[[udisksctl mount]]</code>
 
* <code>[[udisksctl mount]]</code>
* <code>[[udisksctl umount]]</code>
+
* <code>[[udisksctl unmount]]</code>
 +
* <code>[[udisksctl lock]]</code>
 +
* <code>[[udisksctl unlock]]</code>
 
* <code>[[udisksctl power-off]]</code>
 
* <code>[[udisksctl power-off]]</code>
 +
* <code>[[udisksctl smart-simulate]]</code>
 +
 +
  
 
== Usage ==
 
== Usage ==
To manually mount a removable drive, for example /dev/sdc:
+
To manually mount a removable drive, for example <code>/dev/sdc</code>, use <code>[[lsblk]]</code> to identify device:
 
  $ udisksctl mount -b /dev/sdc1
 
  $ udisksctl mount -b /dev/sdc1
 
  Mounted /dev/sdc1 at [[/media/]]root/backup.
 
  Mounted /dev/sdc1 at [[/media/]]root/backup.
Line 36: Line 43:
  
 
== Related terms ==
 
== Related terms ==
* [[SMART]]
+
* [[S.M.A.R.T.]]
 
* <code>[[mount]]</code>
 
* <code>[[mount]]</code>
 +
* <code>[[blkid]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{udisksctl}}
 
* {{USB}}
 
* {{USB}}
 
* {{Linux block devices}}
 
* {{Linux block devices}}

Latest revision as of 10:56, 22 October 2020

udisksctl utility for manipulating disk drives and block devices. Included in the udisks2 package.

Man: http://manpages.ubuntu.com/manpages/bionic/man1/udisksctl.1.html



Usage[edit]

To manually mount a removable drive, for example /dev/sdc, use lsblk to identify device:

$ udisksctl mount -b /dev/sdc1
Mounted /dev/sdc1 at /media/root/backup.

To manually unmount:

$ udisksctl unmount -b /dev/sdc1

udisksctl status
MODEL                     REVISION  SERIAL               DEVICE
--------------------------------------------------------------------------
HPE LOGICAL VOLUME        1.99      600508b1001ce076d1b28c4e6235bfxx sdb
Generic- SD/MMC CRW       1.00      19203008282014111    sda
udisksctl status
MODEL                     REVISION  SERIAL               DEVICE
--------------------------------------------------------------------------
HPE LOGICAL VOLUME        1.99      600508b1001ce076d1b28c4e6235bf08 sdb
Generic- SD/MMC CRW       1.00      29203008282014000              sda
WD My Book 25EE           4004      682243374B31585853483022 sdc
udisksctl monitor
Monitoring the udisks daemon. Press Ctrl+C to exit.
06:20:39.357: The udisks-daemon is running (name-owner :1.397).

See udisksctl --help for more.

Related terms[edit]

See also[edit]

Advertising: