Hi
I installed opensuse 42.1 with bootable usb
I formated usb but when connect usb on the computer show usb name opensuse 42.1 leap
How to remove or change poin name usb(flash memory)?
Check the reading showing from terminal command zypper lr -d
example in bold :
paulparker@linux-7769:~> **zypper lr -d**
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
--+---------------------------------+----------------------------------+---------+-----------+---------+----------+--------+-------------------------------------------------------------------------+--------
1 | download.opensuse.org-non-oss_1 | Main Repository (NON-OSS) | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/leap/42.1/repo/non-oss/ |
2 | download.opensuse.org-oss_1 | Main Repository (OSS) | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/leap/42.1/repo/oss/ |
**3 | openSUSE-42.1-0 | openSUSE-42.1-0 | Yes | (r ) Yes | Yes | 99 | yast2 | hd:///?device=/dev/disk/by-id/scsi-20001020000060804-part2** |
4 | packman | packman | Yes | (r ) Yes | Yes | 99 | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_42.1/ |
5 | repo-debug-non-oss | openSUSE-Leap-42.1-Debug-Non-Oss | No | ---- | Yes | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/42.1/repo/non-oss/ |
paulparker@linux-7769:~>
To modify, change settings, of repository, refer terminal command zypper modifyrepo --help
**
example**:
paulparker@linux-7769:~> **sudo zypper modifyrepo --no-refresh --disable 3**
Repository 'openSUSE-42.1-0' has been successfully disabled.
Autorefresh has been disabled for repository 'openSUSE-42.1-0'.
paulparker@linux-7769:~>
Being nervous, I do check repositories again, to check only #3 was disabled and will not refresh
example in bold :
paulparker@linux-7769:~> **zypper lr -d**
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
--+---------------------------------+----------------------------------+---------+-----------+---------+----------+--------+-------------------------------------------------------------------------+--------
1 | download.opensuse.org-non-oss_1 | Main Repository (NON-OSS) | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/leap/42.1/repo/non-oss/ |
2 | download.opensuse.org-oss_1 | Main Repository (OSS) | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/leap/42.1/repo/oss/ |
**3 | openSUSE-42.1-0 | openSUSE-42.1-0 | No | ---- | No | 99 | yast2 | hd:///?device=/dev/disk/by-id/scsi-20001020000060804-part2 | **
4 | packman | packman | Yes | (r ) Yes | Yes | 99 | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_42.1/ |
5 | repo-debug-non-oss | openSUSE-Leap-42.1-Debug-Non-Oss | No | ---- | Yes | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/42.1/repo/non-oss/ |
paulparker@linux-7769:~>
IF zypper lr -d shows as disabled, and after a Files refresh is still showing in Files, then
check IF the address was added to the file /etc/fstab
do command : cat /etc/fstab
IF they were in during restart, remove the disk/USB/DVD/etc then restart computer without them present, and see if it was removed from /etc/fstab and no longer appears in Files.
The YaST Partitioner may add it automatically to your fstab file, create folder names, during start-up when it identifies and auto mounts hard drives, USB drives, DVD’s and similar.
IF was not in prior to restart, may need edit the file /etc/fstab with gedit (or similar) to remove the address, then another restart.
thank you very --------- much Now my problem is resolve
Also can be done in Yast repository management