View Single Post
  #3   (View Single Post)  
Old 6th October 2015
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default

Hi,

I try to mount local hard drive !

the output of dmesg :
Code:
umass0 at uhub4 port 4 configuration 1 interface 0
umass0: JMicron USB to ATA/ATAPI bridge, rev 2.00/1.00, addr 3
umass0: using SCSI over Bulk-Only
scsibus0 at umass0: 2 targets, 1 lun per target
sd0 at scsibus0 target 0 lun 0: <Hitachi, HTS545032B9A300, PB3O> disk fixed
sd0: 298 GB, 16383 cyl, 16 head, 63 sec, 512 bytes/sect x 625142448 sectors
1/ for Usb hard drive, this is the output :
Code:
sta-antares# mount -t ntfs /dev/sd0 /media
mount_ntfs: Warning: realpath /dev/sd0: No such file or directory
mount_ntfs: /dev/sd0 on /media: No such file or directory
sta-antares#
1/ for ata hard drive, this is the output after Fdisk command :
Code:
sta-antares# fdisk
fdisk: removing corrupt bootsel information
Disk: /dev/rwd0d
NetBSD disklabel disk geometry:
cylinders: 310101, heads: 16, sectors/track: 63 (1008 sectors/cylinder)
total sectors: 312581808

BIOS disk geometry:
cylinders: 1023, heads: 255, sectors/track: 63 (16065 sectors/cylinder)
total sectors: 312581808

Partitions aligned to 2048 sector boundaries, offset 63

Partition table:
0: NetBSD (sysid 169)
    start 63, size 107780033 (52627 MB, Cyls 0-6709/0/11), Active
1: Linux native (sysid 131)
    start 107780096, size 197070848 (96226 MB, Cyls 6709/0/12-18976/23/55)
        PBR is not bootable: All bytes are identical (0x00)
2: Linux swap or Prime or Solaris (sysid 130)
    start 304850944, size 7729152 (3774 MB, Cyls 18976/23/56-19457/53/52)
        PBR is not bootable: All bytes are identical (0x00)
3: <UNUSED>
First active partition: 0
Drive serial number: 3341696156 (0xc72e3c9c)
sta-antares#
2.1/ i try to mount /dev/wd1, this is the output :
Code:
sta-antares# mount -t ext4 /dev/wd1 /mnt
mount: mount_ext4 not found for /mnt
sta-antares#
Regards
Philippe
Reply With Quote