Partizione NTFS dell'HDD non viene montata

tro69

Vu+ User
Ho già segnalato in vari post questo bug, ma credo che non sia stato letto/visto dagli amministratori/coder.
Questo bug era presente anche sulle versioni BH 3.0.1 e BH 3.0.2.
 

tro69

Vu+ User
Code:
root@vuzero:~# cat /proc/mounts
rootfs / rootfs rw 0 0
ubi0:rootfs / ubifs rw,sync,relatime 0 0
devtmpfs /dev devtmpfs rw,relatime,size=157584k,nr_inodes=39396,mode=755 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
tmpfs /var/volatile tmpfs rw,relatime 0 0
/dev/sdb1 /media/video fuseblk rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096 0 0
/dev/sda1 /media/usb ext4 rw,relatime 0 0
/dev/sdb2 /media/hdd ext4 rw,relatime,data=ordered 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620 0 0
/etc/auto.hotplug /autofs autofs rw,relatime,fd=5,pgrp=662,timeout=5,minproto=5,maxproto=5,indirect 0 0
nfsd /proc/fs/nfsd nfsd rw,relatime 0 0
sdb è l'hard disk esterno, partizionato in ext4 e ntfs.
 

tro69

Vu+ User
Ecco il risultato dei due comandi:
"df -h":
Code:
root@vuzero:~# df -h
Filesystem  Size  Used Available Use% Mounted on
ubi0:rootfs  193.0M  137.4M  55.6M  71% /
devtmpfs  153.9M  4.0K  153.9M  0% /dev
tmpfs  154.0M  392.0K  153.6M  0% /run
tmpfs  154.0M  720.0K  153.3M  0% /var/volatile
/dev/sdb1  232.9G  230.5G  2.4G  99% /media/video
/dev/sda1  1.8G  321.8M  1.5G  17% /media/usb
/dev/sdb2  229.1G  165.2G  52.2G  76% /media/hdd
"fdisk -l":
Code:
root@vuzero:~# fdisk -l

Disk /dev/mtdblock0: 233 MB, 233832448 bytes
255 heads, 63 sectors/track, 28 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

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

Disk /dev/mtdblock1: 233 MB, 233832448 bytes
255 heads, 63 sectors/track, 28 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

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

Disk /dev/mtdblock2: 7 MB, 7340032 bytes
255 heads, 63 sectors/track, 0 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

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

Disk /dev/mtdblock3: 1 MB, 1048576 bytes
255 heads, 63 sectors/track, 0 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

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

Disk /dev/sda: 1998 MB, 1998585856 bytes
251 heads, 8 sectors/track, 1943 cylinders
Units = cylinders of 2008 * 512 = 1028096 bytes

  Device Boot  Start  End  Blocks  Id System
/dev/sda1  2  1944  1950720  83 Linux

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot  Start  End  Blocks  Id System
/dev/sdb1  1  30401  244193280  7 HPFS/NTFS
/dev/sdb2  30401  60802  244192256  83 Linux
root@vuzero:~#
 

tro69

Vu+ User
L'hard disk l'ho formattato utilizzando Gparted.
Nel forum di ubuntu, un utente ha scritto:
Either HPFS was the original name of what is now NTFS or it evolved into NTFS over the years (when MS stopped playing nice with OS/2 and IBM i think...)

Either way its the same thing now.
Output comando "blkid":
Code:
root@vuzero:~# blkid
/dev/ubi0_0: UUID="e9446d83-005e-4204-96ba-7c23e607448a" TYPE="ubifs"
/dev/sda1: UUID="973e110c-217c-4d7c-a482-8cc3a09d0c45" TYPE="ext2" PARTUUID="520999fd-01"
/dev/sdb1: LABEL="HDD" UUID="609A054272625197" TYPE="ntfs" PARTUUID="67d552cd-01"
/dev/sdb2: LABEL="DECODER" UUID="e0aabe2a-e7da-4ed8-bd88-b53bc54c2507" TYPE="ext3" PARTUUID="67d552cd-02"
 
Top