I have a problem mounting xfs formatted disk:
Formatting sda1 - xfs
mkfs.xfs /dev/sda1
-> works
Reboot - blkid:
/dev/ubi0_0: UUID="6cd013d7-b9bc-44dc-9c0a-54865a4bfd98" TYPE="ubifs"
/dev/sda1: UUID="0af3dbc7-4c3c-447d-a13f-62ce9b3a3295" TYPE="xfs"
/dev/sdb1: LABEL="STICKIE" UUID="28CE5C40CE5C0908" TYPE="ntfs"
-> disk shows up - xfs
but mount says:
rootfs on / type rootfs (rw)
ubi0:rootfs on / type ubifs (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=145660k,nr_inodes=36415,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /media type tmpfs (rw,relatime,size=64k)
/dev/sdb1 on /media/STICKIE type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
tmpfs on /var/volatile type tmpfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
-> sda1 did not mount
Mounting manually:
mount /dev/sda1 /media/hdd
NTFS signature is missing.
Failed to mount '/dev/sda1': Invalid argument
The device '/dev/sda1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
After doing that (without reboot) mount says:
rootfs on / type rootfs (rw)
ubi0:rootfs on / type ubifs (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=145660k,nr_inodes=36415,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /media type tmpfs (rw,relatime,size=64k)
/dev/sdb1 on /media/STICKIE type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
tmpfs on /var/volatile type tmpfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
/dev/sda1 on /media/hdd type xfs (rw,relatime,attr2,noquota)
[email="root@et9x00"]root@et9x00[/email]:~#
-> xfs disk shows up - media/hdd
funny, isn't it?
Newest PLI3.
What am I doing wrong?
Regards
Edited by Martin_B, 15 October 2012 - 22:29.