You are not logged in.

#1 2020-12-21 19:00:48

thomasbb
Member
Registered: 2020-05-22
Posts: 52

[solved] Usb stick read-only, ISO9660 issue

Apparently, it's linked to the type ISO9660:

# df -Th
Filesystem     Type      Size  Used Avail Use% Mounted on
dev            devtmpfs  3,9G     0  3,9G   0% /dev
run            tmpfs     3,9G  880K  3,9G   1% /run
/dev/sda2      ext4       30G   19G  8,8G  69% /
tmpfs          tmpfs     3,9G  283M  3,6G   8% /dev/shm
tmpfs          tmpfs     4,0M     0  4,0M   0% /sys/fs/cgroup
tmpfs          tmpfs     6,0G   29M  6,0G   1% /tmp
/dev/sda1      ext4       11G  6,2G  4,3G  60% /data
/dev/sda3      ext4       70G   53G   14G  80% /home
tmpfs          tmpfs     781M   11M  771M   2% /run/user/1000
/dev/sdb       iso9660   2,6G  2,6G     0 100% /mnt

Then

# umount /mnt 
# dosfsck /dev/sdb
fsck.fat 4.1 (2017-01-24)
Logical sector size is zero.
# mount -v /dev/sdb /mnt
mount: /mnt: WARNING: source write-protected, mounted read-only.
mount: /dev/sdb mounted on /mnt.

Any idea?

Last edited by thomasbb (2020-12-22 11:15:02)

Offline

#2 2020-12-21 20:41:57

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,353

Re: [solved] Usb stick read-only, ISO9660 issue

That's expected if you literally have an ISO file system on the stick, what's your question?

Last edited by V1del (2020-12-21 20:43:01)

Offline

#3 2020-12-21 21:20:42

thomasbb
Member
Registered: 2020-05-22
Posts: 52

Re: [solved] Usb stick read-only, ISO9660 issue

V1del wrote:

That's expected if you literally have an ISO file system on the stick, what's your question?

Burn another one, but no way to get rid of it... Would you have a link to the procedure?

Offline

#4 2020-12-21 21:35:41

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,353

Re: [solved] Usb stick read-only, ISO9660 issue

Reformat the stick if you don't want to use it that way... Instead of asking about read only and the ISO file system none of which is surprising. What are you actually trying to use that stick for?

Offline

#5 2020-12-21 21:44:37

thomasbb
Member
Registered: 2020-05-22
Posts: 52

Re: [solved] Usb stick read-only, ISO9660 issue

V1del wrote:

Reformat the stick if you don't want to use it that way... Instead of asking about read only and the ISO file system none of which is surprising. What are you actually trying to use that stick for?

It's to install a CentOs7 on an old 32bit Pc. But I tried

sudo dd if=CentOs7.iso of=/dev/sdb bs=1M status=progress

and it doesn't work... What do I do wrong?

Offline

#6 2020-12-21 21:54:20

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,353

Re: [solved] Usb stick read-only, ISO9660 issue

What doesn't? Can you not boot off of the stick you've created?

Offline

#7 2020-12-21 22:29:25

thomasbb
Member
Registered: 2020-05-22
Posts: 52

Re: [solved] Usb stick read-only, ISO9660 issue

CentOs7 is not the Os that is on the stick, I can't crush down the old one with the new...

Offline

#8 2020-12-22 02:27:39

dakota
Member
Registered: 2016-05-20
Posts: 417

Re: [solved] Usb stick read-only, ISO9660 issue

sudo dd if=CentOs7.iso of=/dev/sdb bs=1M status=progress

and it doesn't work... What do I do wrong?

What was the output of the command?


"Before Enlightenment chop wood, carry water. After Enlightenment chop wood, carry water." -- Zen proverb

Offline

#9 2020-12-22 11:14:03

thomasbb
Member
Registered: 2020-05-22
Posts: 52

Re: [solved] Usb stick read-only, ISO9660 issue

dakota wrote:
sudo dd if=CentOs7.iso of=/dev/sdb bs=1M status=progress

and it doesn't work... What do I do wrong?

What was the output of the command?

It needed to restart the computer, this morning it all goes well... Thank you for your answers

Offline

Board footer

Powered by FluxBB