rrconkle

joined 1 year ago
[–] rrconkle@lemmy.zip 3 points 1 month ago

Try swapping the positions of -name ‘*-FLAIR’ and -type d

[–] rrconkle@lemmy.zip 4 points 1 month ago (3 children)

Yes, just give the step as the third number: {1..10..2}

[–] rrconkle@lemmy.zip 8 points 1 month ago (5 children)

Bash can do discontinuous ranges

$ echo {{1..3},{7..8}}
1 2 3 7 8
[–] rrconkle@lemmy.zip 1 points 2 months ago (1 children)

That's what I was saying. Dolphin is getting info about partitions from udisks. Gparted is getting that info on its own. So if udisks is having problems, dolphin will have problems, but Gparted won't.

An option to hide a drive should show up when you right click on it

[–] rrconkle@lemmy.zip 2 points 2 months ago (3 children)

Ok.

My best guess is that something happened with the udisks daemon. A reboot will probably fix this. (G)parted probably doesn't use udisks, so that's why it kept working fine

Those letters and numbers are the partition UUID. Every partition has one and just used for identification.

[–] rrconkle@lemmy.zip 5 points 2 months ago* (last edited 2 months ago) (5 children)

What is the output of lsblk -f?

Edit: What distro are you using aswell?

[–] rrconkle@lemmy.zip 31 points 4 months ago
tar: You must specify one of the '-Acdtrux', '--delete' or '--test-label' options
Try 'tar --help' or 'tar --usage' for more information.
[–] rrconkle@lemmy.zip 17 points 5 months ago

First command fails because -name is case-sensitive

[–] rrconkle@lemmy.zip 46 points 5 months ago* (last edited 5 months ago)

That's not how /dev/null works.

Try this:

sudo cat /dev/zero > /Windows

view more: next ›