mount -o ro,loop /media/MAGAZINE/gdanska.iso /dane
Failed to read last sector (452181491): Zły argumentHINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/loop0': Zły argument
The device '/dev/loop0' 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?
# mount -o loop -t iso9660 /media/MAGAZINE/gdanska.iso /danemount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
z tego co wiem, dane pochodzą z partycji ntfs, pozdrawiam!!!
# mount -o loop -t auto /media/MAGAZINE/gdanska.iso /dane
Failed to read last sector (452181491): Zły argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/loop0': Zły argument
The device '/dev/loop0' 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?
Katalog /dane musi istnieć w momencie wywołania mount, może chodziło ci o ~/dane (w katalogu domowym)?
Jeżeli /dane istnieje i dalej nie działa to może plik jest uszkodzony?