Mailinglist Archive: opensuse-bugs (7117 mails)
| < Previous | Next > |
[Bug 350910] Can not access partitions on 2nd disk
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 2 Jan 2008 10:18:55 -0700 (MST)
- Message-id: <20080102171855.69F00CC6C4@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=350910
User dmuhamedagic@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=350910#c4
Dejan Muhamedagic <dmuhamedagic@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|
|dmuhamedagic@xxxxxxxxxx
Severity|Critical |Normal
Status|NEW |NEEDINFO
Component|Kernel
|Installation
Info Provider|
|sjmunroe@xxxxxxx
--- Comment #4 from Dejan Muhamedagic <dmuhamedagic@xxxxxxxxxx> 2008-01-02
10:18:54 MST ---
Your report is not consistent. According to the description, the missing
partitions are on the second disk. The mtab says:
/dev/sda10 /home ext3 rw,acl,user_xattr 0 0
and the fstab:
/dev/sdb11 /work ext3 acl,user_xattr 1 1
Can you please restate which partitions should be on which disks.
You can find partitions with filesystems by using the file(1) utility. For
example:
# ls /dev/disk/by-id/
..
scsi-SATA_HTS721010G9SA00_MPDZN7Y0HNE9JL-part1
# file - < /dev/disk/by-id/scsi-SATA_HTS721010G9SA00_MPDZN7Y0HNE9JL-part1
See the content of /proc/partitions for all partitions found on the system:
$ cat /proc/partitions
Note that the names will probably be different.
You should be better off by referencing disks using the by-id path rather than
the old style sdx names. Even better, label filesystems using tune2fs (or
similar for non-ext2/3 filesystems) and use the labels in the fstab:
tune2fs -L work /dev/disk/by-id/scsi-SATA_Maxtor_6L250S0_L60WGGJH-partxx
/etc/fstab: LABEL=work /work ext3 acl,user_xattr 1 1
--
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.
User dmuhamedagic@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=350910#c4
Dejan Muhamedagic <dmuhamedagic@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|
|dmuhamedagic@xxxxxxxxxx
Severity|Critical |Normal
Status|NEW |NEEDINFO
Component|Kernel
|Installation
Info Provider|
|sjmunroe@xxxxxxx
--- Comment #4 from Dejan Muhamedagic <dmuhamedagic@xxxxxxxxxx> 2008-01-02
10:18:54 MST ---
Your report is not consistent. According to the description, the missing
partitions are on the second disk. The mtab says:
/dev/sda10 /home ext3 rw,acl,user_xattr 0 0
and the fstab:
/dev/sdb11 /work ext3 acl,user_xattr 1 1
Can you please restate which partitions should be on which disks.
You can find partitions with filesystems by using the file(1) utility. For
example:
# ls /dev/disk/by-id/
..
scsi-SATA_HTS721010G9SA00_MPDZN7Y0HNE9JL-part1
# file - < /dev/disk/by-id/scsi-SATA_HTS721010G9SA00_MPDZN7Y0HNE9JL-part1
See the content of /proc/partitions for all partitions found on the system:
$ cat /proc/partitions
Note that the names will probably be different.
You should be better off by referencing disks using the by-id path rather than
the old style sdx names. Even better, label filesystems using tune2fs (or
similar for non-ext2/3 filesystems) and use the labels in the fstab:
tune2fs -L work /dev/disk/by-id/scsi-SATA_Maxtor_6L250S0_L60WGGJH-partxx
/etc/fstab: LABEL=work /work ext3 acl,user_xattr 1 1
--
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 > |