ホームサーバーが外部ディスクをマウントしない

ホームサーバーが外部ディスクをマウントしない

フラッシュドライブまたはハードドライブをローカルサーバー(debian squeezeを実行)に接続すると、そのデバイスが/ media / usb *にマウントされていないようです。 1つのステップがありませんか?私が実際に実行しているもの:

sudo fdisk -l

出力は次のとおりです。

Disk /dev/mtdblock0: 1 MB, 1048576 bytes
255 heads, 63 sectors/track, 0 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/mtdblock0 doesn't contain a valid partition table

Disk /dev/mtdblock1: 4 MB, 4194304 bytes
255 heads, 63 sectors/track, 0 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x002e5490

Disk /dev/mtdblock1 doesn't contain a valid partition table

Disk /dev/mtdblock2: 531 MB, 531628032 bytes
255 heads, 63 sectors/track, 64 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Disk /dev/mtdblock2 doesn't contain a valid partition table

Disk /dev/sda: 3965 MB, 3965190144 bytes
255 heads, 63 sectors/track, 482 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x94fd41a3

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1         474     3807373+  83  Linux

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x8d399bc0

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1       60800   488375968+   7  HPFS/NTFS

どんな助けでも大変感謝します。

ベストアンサー1

GUIをインストールしましたか?デスクトップ版では、サイレントインストールはファイルブラウザで行われているようで、サーバーでは使用できない可能性があります。独自のサイレントインストールソリューションを実装する必要があるかもしれません。常に同じフラッシュドライブの場合は、mtab / fstabを使用できます。より自動化された方法を検索してみると、次のような結果が出ました。http://www.monperrus.net/martin/automounting+usb+flash+drives+on+linux+with+udev+and+pmount

おすすめ記事