Mobile media got new name after dpkg --configure -a


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Mobile media got new name after dpkg --configure -a
# 1  
Old 01-12-2015
Mobile media got new name after dpkg --configure -a

I need some explanation, afer executing this command in the terminal

Code:
dpkg --configure -a

because synaptic told me it does not work properly and told me to do so, otherwise it would not even start.
My mobile media like usb-drive or stick is named like below, 641ea5c8-47d2-4473-ae01-6499d2f7ccba!

Code:
find /media/usb0

is my normal hdd. Anyone knows what may took place, 'cos surely I won't remember that knew name for my mobile data-store.
I used to do the task with this command, but the new name is too nasty.

Code:
find /media/641ea5c8-47d2-4473-ae01-6499d2f7ccba/bbcpodcast1415  -type d -exec chmod 777 {} +

thanks in advance
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

Mobile Thanks Now Visible in Mobile

Hey, I have enable post thanks (viewing thanks, not yet giving thanks) in mobile: https://www.unix.com/members/1-albums214-picture1018.jpeg I plan to also add the button to "give thanks on mobile. In addition, I will change the formatting (color and justification) of this new mobile... (1 Reply)
Discussion started by: Neo
1 Replies

2. Shell Programming and Scripting

Dpkg command not found

Hi All, I tried to install Message Broker toolkit in Linux server. When I tried to run mqsicreatebar, I received below error -bash-3.2$ -bash-3.2$ pwd /opt/IBM/WMBT800 -bash-3.2$ ./mqsicreatebar ./mqsicreatebar: error while loading shared libraries: libgtk-x11-2.0.so.0: wrong ELF class:... (1 Reply)
Discussion started by: Anusha M
1 Replies

3. Shell Programming and Scripting

Dpkg Syntax Issue . . .

Greetings! I'm trying to get dpkg to just completely extract a multi-part *.deb archive set into a single folder called "output". Simple? Hmmmm.... dpkg --noforce --unpack *.deb /output/Console after ops: However, "--noforce" is taken directly from the helpfile Options listing as furnished... (8 Replies)
Discussion started by: LinQ
8 Replies

4. Ubuntu

Dpkg architecture

I noticed dpkg reporting architecture as AMD64, but the h/w is Intel, see below: ~$ uname -a Linux XXX 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux ~$ lshw | grep -i xeon WARNING: you should run this program as super-user. PCI (sysfs) ... (2 Replies)
Discussion started by: migurus
2 Replies

5. UNIX for Advanced & Expert Users

dpkg wildcards

Are there different rules with wildcards in dpkg? I was looking at this. Getting information about packages % dpkg -l \*apt\* Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/... (1 Reply)
Discussion started by: cokedude
1 Replies

6. Ubuntu

dpkg: warning: while removing directory not empty

Hi, I am getting this warning messages when I run dpkg --purge dpkg -r apt-get remove --purge aptitude purge with sudo permission to remove completely a custom application that is installed through debian dpkg command. Some of the directories in that package install path is still left out... (0 Replies)
Discussion started by: royalibrahim
0 Replies

7. Shell Programming and Scripting

Help with scripting APT / dpkg in Debian 4

Hello, I am attempting to write a (bash) shell script that will do some basic reporting based on the APT utilities and dpkg. I need the following in the report: Packages installed (COLUMNS=200 dpkg -l | grep '/^ii/' > packages_installed) Packages not installed I suppose that I can do ... (0 Replies)
Discussion started by: orspain
0 Replies
Login or Register to Ask a Question