Results 1 to 2 of 2
Sorry but a bit of a novice.
I need to mount a drive over fiber channel. It's a 4 terabyte drive. We're using a paragon driver to access other volumes ...
- 11-10-2010 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 1
Fiber channel 4 terrabyte mount
Sorry but a bit of a novice.
I need to mount a drive over fiber channel. It's a 4 terabyte drive. We're using a paragon driver to access other volumes on the SAN in a similar way. Works fine. I mount the other volumes as
mount -t ufsd /dev/sdd1 /mnt/VolumeName
Works fine. This is also an ntfs drive. The error I get when I mount:
mount -t ufsd /dev/sdg1 /mnt/VolumeName01
is
NTFS-fs error (device sdg1): ntfs_fill_super(): Device has unsupported hardsect_size
- 11-10-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
So, you are trying to mount an NTFS (Windows file system) array? I'm not sure, but I think that the NTFS support in Linux only supports up to 2TB devices.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote