Help mounting & formatting USB HDD using Telnet

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Help mounting & formatting USB HDD using Telnet

      Hi Guys,

      I want to be able to use PVR using USB Drive and I want to be able to mount and format the drive using Telnet.

      Please can someone confirm the procedure below is correct for mounting and formatting a USB HDD using Telnet.

      umount /usb
      mkfs.ext3 /dev/scsi/host0/bus0/target0/lun0/disc
      mount -t ext3 /dev/scsi/host0/bus0/target0/lun0/disc /usb

      cd /usb
      mkdir lost+found
      mkdir movie
      mkdir usr

      Thanks.

      Dieser Beitrag wurde bereits 4 mal editiert, zuletzt von LDA ()