Tagged Questions
1
vote
1answer
90 views
A drive changes device file name after resuming from suspend (Linux Mint 14)
I'm running into a very odd problem: When I resume Mint 14 from suspend, one of my drives (/dev/sdc) changes letter / device file name (to /dev/sdd). fdisk -l shows that it has the same partitions, ...
0
votes
2answers
138 views
Problem mounting my iRiver story HD on Ubuntu
I would like to connect my iRiver Story HD to my ubuntu 12.04 machine but as I connect it I get this error:
Unable to mount Story HD
Error mounting: mount: wrong fs type, bad option, bad ...
2
votes
0answers
445 views
Debian USB automount
Got my USB flash automount broken after reboot.
Using Debian 6, GNOME 2
My NTFS hard-disk is still mounting correctly.
When i connect my Anrdoid smartphone (with SD and local drive) my messages log ...
0
votes
0answers
104 views
problem exporting /media as an nfs share: why does it happen?
I've got two netbooks. One netbook has two installed Linux systems: openSUSE 11.04 and Debian testing. By default, in Debian, gnome mounts the /home filesystem for openSUSE, which shows up in gnome's ...
4
votes
3answers
1k views
What do first column in /proc/mounts really mean in Linux?
Run cat /proc/mounts and I get this (simplified):
rootfs / rootfs rw 0 0
proc /proc proc rw,relatime 0 0
/dev/sda1 / ext3 rw,relatime,errors=continue,barrier=1,data=ordered 0 0
io /etc/blkio cgroup ...
5
votes
3answers
396 views
How to get my USB key to auto mount
I'm currently working in a command line only environment.
When I plug my USB key in, I see a new device file in /dev:
...
sdi
sdi1
...
If I simply sudo mount /dev/sdi1 /media/tmp, and umount it ...
5
votes
3answers
545 views
Questions about mount and device
Please bear with my following questions.
What is the difference between /dev,
/media and /mnt? Following is what I
have found from internet but I still
have little idea:
/dev this folder ...