You are not logged in.

#1 2014-11-01 11:16:31

Holden Caulfield
Member
Registered: 2014-11-01
Posts: 5

mountpoint name for a pendrive

Where does dolphin get mountpoint name for an inserted pendrive from? There is fat32 and no label.

Last edited by Holden Caulfield (2014-11-01 11:17:35)

Offline

#2 2014-11-01 11:35:39

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: mountpoint name for a pendrive

It's under /run/username/something I think...


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3 2014-11-01 11:37:50

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,901
Website

Re: mountpoint name for a pendrive

Udisks usually uses the UUID if it can't find a label. For FAT devices this is something like XXXX-XXXX.

Last edited by WorMzy (2014-11-01 11:38:12)


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#4 2014-11-01 11:46:16

Holden Caulfield
Member
Registered: 2014-11-01
Posts: 5

Re: mountpoint name for a pendrive

It mounts it as  "/run/media/<username>/openSUSE-13.1-DVD-x86_640091/". There was opensuse on this stick before, but I deleted all partitions and formatted the drive.

Offline

#5 2014-11-01 11:52:31

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: mountpoint name for a pendrive

Can u use e2label to name it?


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#6 2014-11-01 11:57:56

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,901
Website

Re: mountpoint name for a pendrive

Did you create a new partition table on the stick before you reused it, or did you just delete the existing partitions and create new ones? You might have remnants of the earlier filesystem if you did the latter. Check with wipefs. e.g.

# wipefs /dev/sdb1

Don't worry, wipefs doesn't actually wipe a filesystem unless you pass additional flags, see man 8 wipefs for details.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#7 2014-11-01 11:59:46

Holden Caulfield
Member
Registered: 2014-11-01
Posts: 5

Re: mountpoint name for a pendrive

e2label works with ext2 partitions. There is no label anyway:

# sudo mlabel -i /dev/sdc1
 Volume has no label
Enter the new volume label :

Offline

Board footer

Powered by FluxBB