Hi Guys
Its my first post here, And I am also new to Fedora. So fun times for me.
I have a problem relating to Remounting drives from a NAS devices that were made in busybox, I have spent some time on Google already. :-)
The Drive Config was - Mirror Raid (multiple Devices (same model))
Here is what i have been able to assess my current config is
1X 500GB Drive = Host drive for Fedora
3X 1TB Drives = Drives from Nas Devices
The Nas devices report that they are in ext3 and i am using a Fastrax TX4650 Raid Card (same Chipset as the Nas Devices)
My Problem is that i can only mount 1 Nas device at a time.
I think the problem is that the file systems are in volumes and the volumes look like this
[root@drives vg001]# pvscan
PV /dev/sdd2 VG vg_drives lvm2 [465.56 GB / 0 free]
PV /dev/dm-4 VG vg001 lvm2 [931.45 GB / 488.00 MB free]
PV /dev/dm-3 VG vg001 lvm2 [931.45 GB / 488.00 MB free]
PV /dev/dm-2 VG vg001 lvm2 [931.45 GB / 488.00 MB free]
The other interesting this is that Fedora Auto Mounts 1 drive the whole time, but never more than 1.
The other intersting thing that i cant explain yet is:
[root@drives vg001]# sudo fdisk -lu
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00000000
Disk /dev/sda doesn't contain a valid partition table
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00000000
Disk /dev/sdb doesn't contain a valid partition table
Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00000000
Disk /dev/sdc doesn't contain a valid partition table
Disk /dev/sdd: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x21970c86
Device Boot Start End Blocks Id System
/dev/sdd1 * 63 409662 204800 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sdd2 409663 976768064 488179201 8e Linux LVM
Disk /dev/dm-0: 497.7 GB, 497779998720 bytes
255 heads, 63 sectors/track, 60518 cylinders, total 972226560 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00000000
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1: 2113 MB, 2113929216 bytes
255 heads, 63 sectors/track, 257 cylinders, total 4128768 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00000000
Disk /dev/dm-1 doesn't contain a valid partition table
Disk /dev/dm-2: 1000.1 GB, 1000137752576 bytes
255 heads, 63 sectors/track, 121593 cylinders, total 1953394048 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00000000
Disk /dev/dm-2 doesn't contain a valid partition table
Disk /dev/dm-3: 1000.1 GB, 1000137768960 bytes
255 heads, 63 sectors/track, 121593 cylinders, total 1953394080 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00000000
Disk /dev/dm-3 doesn't contain a valid partition table
Disk /dev/dm-4: 1000.1 GB, 1000137768960 bytes
255 heads, 63 sectors/track, 121593 cylinders, total 1953394080 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00000000
Disk /dev/dm-4 doesn't contain a valid partition table
Disk /dev/dm-5: 536 MB, 536870912 bytes
255 heads, 63 sectors/track, 65 cylinders, total 1048576 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00000000
Disk /dev/dm-5 doesn't contain a valid partition table
Disk /dev/dm-6: 999.0 GB, 999087407104 bytes
255 heads, 63 sectors/track, 121465 cylinders, total 1951342592 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00000000
Disk /dev/dm-6 doesn't contain a valid partition table
~~~~~~~~~~~~~~~~~~
O and lastly
root@drives vg001]# mount
/dev/mapper/vg_drives-lv_root on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw)
/dev/sdd1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0")
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
gvfs-fuse-daemon on /home/admin/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=admin)
/dev/dm-6 on /media/e439d729-079e-4c06-814a-19c6f671720f type ext3 (rw,nosuid,nodev,uhelper=devkit)
[from me playing around]
/dev/dm-2 on /mnt/drivea type unknown (rw)
/dev/mapper/vg001-lv001 on /mnt/drivea type ext3 (rw)
Although one disk is mounted and fully accessible?
Any help would be appreciated
Thank you.