Mailinglist Archive: opensuse-bugs (4065 mails)
| < Previous | Next > |
[Bug 666265] New: Kernel support for Amiga hard disk drive
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 21 Jan 2011 20:19:42 +0000
- Message-id: <bug-666265-21960@http.bugzilla.novell.com/>
https://bugzilla.novell.com/show_bug.cgi?id=666265
https://bugzilla.novell.com/show_bug.cgi?id=666265#c0
Summary: Kernel support for Amiga hard disk drive
Classification: openSUSE
Product: openSUSE 11.3
Version: Final
Platform: i586
OS/Version: openSUSE 11.3
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: Kernel
AssignedTo: kernel-maintainers@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: AmigaPhil@xxxxxxx
QAContact: qa@xxxxxxx
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.13)
Gecko/20101203 SUSE/3.6.13-0.2.1 Firefox/3.6.13
The Amiga Fast File System (affs) is supported by the kernel, but real Amiga
HDD can't be accessed because of a missing Amiga partition table support.
Reproducible: Always
Steps to Reproduce:
1. Install an Amiga hard disk drive in the machine
2. Boot the openSUSE system
3. Check the availability of the disk with fdisk
Actual Results:
Linux1:~ # fdisk -l
Disk /dev/sda: 2276 MB, 2276762112 bytes
71 heads, 62 sectors/track, 1010 cylinders
Units = cylinders of 4402 * 512 = 2253824 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/sda doesn't contain a valid partition table
Expected Results:
The tested HDD had 5 partitions which should have been shown as sda1, sda2 ...
Linux1:~ # cat /boot/config-`uname -r` | grep -i affs
CONFIG_AFFS_FS=m
Linux1:~ # modinfo affs
filename: /lib/modules/2.6.34.7-0.7-default/kernel/fs/affs/affs.ko
license: GPL
description: Amiga filesystem support for Linux
srcversion: F7CC8EAAB523A5566DDB101
depends:
vermagic: 2.6.34.7-0.7-default SMP mod_unload modversions 586TSC
Linux1:~ # grep -i Amiga /boot/config-2.6.34.7-0.7-default
# CONFIG_AMIGA_PARTITION is not set
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |