Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

DartDay 2026 Live! $7/Yr VPS • 100+ Giveaways • Live Stream • Instant Dedicated • Free 9950X

1858687888991»

Comments

  • vonovono Member

    @vweiguang said:

    root@s34037:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 3.5G 0 disk ├─sda1 8:1 0 2.5G 0 part / ├─sda14 8:14 0 4M 0 part ├─sda15 8:15 0 106M 0 part /boot/efi └─sda16 259:0 0 913M 0 part /boot sr0 11:0 1 4M 0 rom sr1 11:1 1 1024M 0 rom root@s34037:~# dmesg | grep -i vda dmesg | grep -i scsi ls /dev/disk/by-id/ [ 1.271425] SCSI subsystem initialized [ 1.543144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 1.913422] virtio_scsi virtio3: 2/0/0 default/read/poll queues [ 1.915895] scsi host0: Virtio SCSI HBA [ 1.918944] scsi 0:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 [ 1.920153] scsi host1: ata_piix [ 1.921846] scsi host2: ata_piix [ 1.935272] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.084131] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 [ 2.093371] sr 1:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray [ 2.104319] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 2.104400] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 2.106058] scsi 2:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 [ 2.121249] sr 2:0:0:0: [sr1] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray [ 2.129067] sr 2:0:0:0: Attached scsi CD-ROM sr1 [ 2.129287] sr 2:0:0:0: Attached scsi generic sg2 type 5 [ 2.214641] sd 0:0:0:0: [sda] Attached SCSI disk ata-QEMU_DVD-ROM_QM00001 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part14 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part16 ata-QEMU_DVD-ROM_QM00003 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part1 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part15
    @DartNode
    @keoir
    After reinstalling the OS, my server is no longer showing the full 100GB of disk space. Could you please look into this and get it corrected?
    Thank

    I seem to be running into the same issue. My disk’s down to 96 GB now, but it’s not much less than before, so I don’t really care.

  • @nekomikoreimu said:
    @DartNode any debian 13 or almalinux 10 support

    i agree, up to date iso options would be very nice, but in the meantime you can select debian 12, fix the dns issues (if any) and run these command to upgrade to debian 13

    apt update -y
    apt upgrade -y
    apt dist-upgrade -y
    apt clean -y
    apt autoremove -y
    
    sed -i 's/bookworm/trixie/g' /etc/apt/sources.list
    find /etc/apt/sources.list.d -name "*.list" -exec sed -i 's/bookworm/trixie/g' {} \;
    apt update -y
    apt upgrade --without-new-pkgs -y
    apt full-upgrade -y
    
  • @nekomikoreimu said:
    @DartNode any debian 13 or almalinux 10 support

    Seconded on Debian 13 quick installer.
    In the mean time, you can mount the Debian 13 net install iso via the "Boot & ISO - Rescue Mode" option in the panel, then boot and connect via VNC and install Debian 13 manually.

    Note: The "Boot & ISO" seemed to have some bugs where it would throw errors sometimes, but I did successfully boot to Debian 13 boot iso, and install Debian 13 on a server with it.

    Thanked by 1nekomikoreimu
Sign In or Register to comment.