|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Install/Boot/Login Questions about installation, login, boot issues, partitioning, file systems, software that runs at boot (GRUB, LILO, boot scripts) |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
I thought the emoticon was a red faced embarrassed one, but it looks more angry. While I am frustrated, I didn't mean it to look like that.
I also said that I would paste in my fstab which I didn't -- so here: /dev/disk/by-id/ata-SAMSUNG_HD160JJP_S0DFJ1HL827407-part1 swap swap defaults 0 0 /dev/disk/by-id/ata-SAMSUNG_HD160JJP_S0DFJ1HL827407-part2 / ext3 acl,user_xattr 1 1 /dev/disk/by-id/ata-SAMSUNG_HD160JJP_S0DFJ1HL827407-part3 /home ext3 acl,user_xattr 1 2 proc /proc proc defaults 0 0 sysfs /sys sysfs noauto 0 0 debugfs /sys/kernel/debug debugfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 |
|
||||
|
Such external usb devices are not mounted in fstab, so forget looking there.
These devices should auto mount in /media It's not helpful that you can't really remember what you were doing. What location were you trying to make a permanent mount to? Were you following a guide or just winging it?
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM |
|
||||
|
Thanks for the reply. (I know that my detail was somewhat lacking
.As for what I was doing (winging it) -- I am using the USB to xfer a application from the PC to an embedded device running linux. I grew weary using Nautilus to have the USB mounted so that I could find it, and was hunting through Nautilus to find out where it was really mounted. I found /media/kingston and wanted to make that 'permanent' and there was an entry via Nautilus (I'm 90% sure) that allowed me to specify a place to mount it. I stupidly put a slash in the name (e.g., /media/USB) and now it is hosed. Everytime I plug in the USB device, it complains about the G_DIR_SEPARATOR error. I (would like to) believe that there is config file somewhere that I can edit to remove the damage that I have done -- is there? where? Thanks to all -- I really appreciate it. I was / am rather frustrated and angry with myself over pilot error, but would really appreciate any help to revert the damage. Thanks! -spottedowl |
|
||||
|
Without the device plugged in what do you see in /media ?
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM |
|
||||
|
I see .hal-mtab .hal-mtab-lock KINGSTON KINGSTON_
the device I was trying to mount had previously displayed (in Nautilus) as "RCA" The .hal* files are empty (0 bytes). thanks for your help. |
|
||||
|
Open a terminal:
Code:
cat /etc/mtab
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM |
|
||||
|
cat /etc/mtab yields:
/dev/sda2 / ext3 rw,acl,user_xattr 0 0 /proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 debugfs /sys/kernel/debug debugfs rw 0 0 udev /dev tmpfs rw 0 0 devpts /dev/pts devpts rw,mode=0620,gid=5 0 0 /dev/sda3 /home ext3 rw,acl,user_xattr 0 0 securityfs /sys/kernel/security securityfs rw 0 0 fusectl /sys/fs/fuse/connections fusectl rw 0 0 none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0 nfsd /proc/fs/nfsd nfsd rw 0 0 gvfs-fuse-daemon /home/rz/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,user=rz 0 0 |
|
||||
|
All I get is: .hal-mtab-lock
su terminal: cd /media Code:
mv .filename .filename_old becomes : .hal-mtab-lock_old I'm not sure this will sort it, but we can always reverse the rename
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM |
|
||||
|
no observable effect.
I rebooted, the files were gone (even the *_old versions). I inserted the USB device, got the error message and the .hal-mtab-lock file returned. deleting that file and re-inserting the device resulted in same error G_DIR_SEP... Thanks for your help and patience! |
![]() |
|
| Bookmarks |
| Tags |
| g_dir_separator, oops, pilot error, usb |
| Thread Tools | |
| Display Modes | |
|
|