惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
阮一峰的网络日志
阮一峰的网络日志
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
博客园 - 司徒正美
Last Week in AI
Last Week in AI
爱范儿
爱范儿
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
雷峰网
雷峰网
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
Jina AI
Jina AI
人人都是产品经理
人人都是产品经理
量子位
V
V2EX
博客园 - 叶小钗
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
PBS and iSCSI Tape drive
invalid@exam · 2026-06-06 · via Proxmox Support Forum

Hi,
I am trying to configure an iSCSI bridge to a tape drive (ATTO XstreamCore 8100T) on my PBS 4.2.1.

My tape is seen by the PBS:

Code:

lsscsi -g

[0:2:0:0]    disk    DELL     PERC H730P Mini  4.27  /dev/sda   /dev/sg0

[12:0:0:0]   tape    IBM      ULTRIUM-HH8      S2T1  /dev/st0   /dev/sg1

The LTO drive has been successfully added in the PBS GUI.
However, it seems that the PBS is unable to see the tape loaded in the LTO drive.
The Linux mt commands works, but the PBS doesn't.

Any idea ?

However, it seems that the PBS is unable to see the tape loaded in the LTO drive.
The Linux mt commands works, but the PBS doesn't.

what is the output of the pbs commands?

what is the output of

Code:

proxmox-tape status --drive <drive>

?

The problem is:

Code:

root@pbs:/# proxmox-tape drive list

┌──────┬────────────────────────────────────┬─────────┬────────┬───────┬────────┐
│ name │ path                               │ changer │ vendor │ model │ serial │
╞══════╪════════════════════════════════════╪═════════╪════════╪═══════╪════════╡
│ LTO  │ /dev/tape/by-id/scsi-AB9076808D-sg │         │        │       │        │
└──────┴────────────────────────────────────┴─────────┴────────┴───────┴────────┘

root@pbs:/# proxmox-tape status --drive LTO

Error: No such file or directory (os error 2)

root@pbs:/#

it seems pbs is not seeing the drive at all?

can you post the output of 'dmesg' or 'journalctl -b' ?

Here is the output of dmesg

  • dmesg.txt

    131.1 KB · Views: 1

can you send the journal too? and are you sure this is the right host? i can't see any tape drive at all in the log (or of IBM/Ultrium) ?

  • journalctl.txt

    292 KB · Views: 1

After a reboot, I can see my LTO drive, by still cannot use it:

Code:

proxmox-tape drive list
┌──────┬────────────────────────────────────┬─────────┬────────┬─────────────┬────────────┐
│ name │ path                               │ changer │ vendor │ model       │ serial     │
╞══════╪════════════════════════════════════╪═════════╪════════╪═════════════╪════════════╡
│ LTO  │ /dev/tape/by-id/scsi-AB9076808D-sg │         │ IBM    │ ULTRIUM-HH8 │ AB9076808D │
└──────┴────────────────────────────────────┴─────────┴────────┴─────────────┴────────────┘
root@pbs:~# proxmox-tape status --drive LTO
┌─────────────┬─────────────────────┐
│ Name        │ Value               │
╞═════════════╪═════════════════════╡
│ blocksize   │ 0                   │
├─────────────┼─────────────────────┤
│ density     │ LTO8                │
├─────────────┼─────────────────────┤
│ compression │ 1                   │
├─────────────┼─────────────────────┤
│ buffer-mode │ 1                   │
├─────────────┼─────────────────────┤
│ alert-flags │ TapeAlertFlags(0x0) │
└─────────────┴─────────────────────┘

ok what error do you get if you try to use it? (the status command looks fine for a drive with no tape inserted)