|
Bugzilla – Full Text Bug Listing |
| Summary: | NTFS on Firewire disk not mounted | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Joachim Reichelt <Joachim.Reichelt> |
| Component: | Hotplug | Assignee: | Danny Kukawka <dkukawka> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | dkukawka |
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Joachim Reichelt
2005-10-02 19:13:13 UTC
If you want do this use fstab or/and udev. To change the mount commands is currently not supported. Christian: Is there anywhere a manual/readme how to set this with udev? fstab does nit work, as the disk is not allways sdh. It depends on other USB/IEEE "drives" I cannot use Labels on NTFS disks. That whould help, but I beleve its far away from reality. So I thought of udev too, but did not find anyhing usefull. The doc was not ready for final release of 10.0 but will be provided soon. Add your device to fstab. Don't use sdh but links in /dev/disk/*/. You can call udevinfo -q symlink -n /dev/sdh to see all available links. Also add special mount option 'hotplug'. This will avoid errors at boot time if the device is not plugged. So something like /dev/disk/by-id/ata-IC25N060ATMR04-0_MRG305KCJG115H /mnt ntfs hotplug,... should work. submount will leave the device alone if it is already mounted. Danny, is there no way to change subfs mount options for a certain device? Will this change? |