w*m 发帖数: 1806 | 1 mount舒服点,不然每次一进目录就跳到那个指定的目录,难受啊
我记得linux里是这样的,mount --rbind XX YY
solairs 下搞不定, 是不是无解? |
|
m********r 发帖数: 334 | 2 不是PC,每次插入USB盘udevd自动运行,但是在/etc/udev/rules.d/10-udev.rules从
来不执行,必须手动mount,有什么办法可以调试udev为什么没有执行rules文件?
或者,有什么其他办法自动mount任何牌子的USB盘?
基本上每次设备名都是sda1。 |
|
k****f 发帖数: 3794 | 3 nnd,需要单独安装一个mountmanager才能mount u盘。
8.04可以点击一下就mount上,现在10.04反而不能,真是脱裤子放屁。 |
|
t**********s 发帖数: 930 | 4 公司里的我管的一台里Linux,装的是Fedora Core 6.
经常执行的一个命令是 Mount /mnt/mtx100。
然后同网段的一台Windows XP机器,名字是mtx100,的一个共享的目录就连上了。
Fedora的桌面上就出现了这个共享硬盘的图标。
我想问这是怎莫配置的?
我在家里能做的就是敲入长长的命令,而且桌面没图标:
mount -t cifs //[IP Address of Your Computer Server]/[share folder] /mnt/win
-o user=administrator,password=[Password to your windows domain],domain=[
Windows |
|
a*******e 发帖数: 3021 | 5 the 1st bay is mounted folder /media/bay
the 2nd bay is ur 2nd hdd (ultrabay), which nautilus automatically list it
there, only showing it's an available partition, root is required if to use
(mount)
google....
打开:gconf-editor,定位至:/apps/nautilus/desktop/volumes_visible,把这个勾掉
就可以了。
give it a try. |
|
l***y 发帖数: 4671 | 6 nnd,发指了!一个 windows file server 突然中断了服务,再次恢复时,就可以
mount 了。另外一个则服务正常,所以至今还不能 mount。。。
总算松了一口气:看来不是 linux 设置的问题。 |
|
v*****r 发帖数: 1119 | 7 yes, it is the file system get mounted, the actual fs type on the device has
to match what is claimed on mounting. |
|
w*s 发帖数: 7227 | 8 this is an embedded board,
if i nfs boot from /home/user1/fs, it boots fine.
Then i "sudo cp -Ra /home/user1/fs /home/wds",
then try to nfs boot from /home/wds/fs, it says
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "nfs" or unknown-block(2,0)
Please append a correct "root=" boot option; here are the available
partitions:
1f00 128 mtdblock0 (driver?)
1f01 1664 mtdblock1 (driver?)
1f02 256 mtdblock2 (driver?)
1f03 3072 mtdblock3 (driver?)
1f04 3072 mtdblock4 ... 阅读全帖 |
|
m********r 发帖数: 334 | 9 有一个USB盘已经自动mount到/opt/data,现在即使手动bind,
mount --bind /opt/data /var/ftp/data
没有报错,但是用df看没有生效,ftp client也无法访问,这种情况不是每次都发生,
到底是什么原因呢? |
|
a9 发帖数: 21638 | 10 你得先分区(fdisk),然后格式化(mkfs.ext4),然后才可以mount
mount /dev/xvdb1 /mnt/data1
") |
|
t**********y 发帖数: 374 | 11 外置硬盘文件系统是cifs
linux 系统 ubuntu 14
现在是每次reboot linux, mounted hard drive都会消失
有什么办法可以permamently mount这种外置硬盘系统吗?
谢谢!! |
|
d****d 发帖数: 133 | 12 把mount指令加到/etc/fstab里,然后用mount -a 测试一下。 |
|
s**n 发帖数: 449 | 13 is it possible to mount another domain's UFS to local disk? that domain use
NIS+. and my workstation does not.
in fact i can mount it as read only, so my question is whether it is possible
to make it read/ writable? the problem is two sides have totally different
user/passwd.
thanks in advance for any advice. |
|
w*****n 发帖数: 94 | 14 I have an iso file, and would like to read its contend without
recording it to CDR. In linux, it is
mount -o loop
But, i dont know how to do it on solaris 8 for intel.
Found the answer from deja.com:
# lofiadm -a /home/mike_s/RH6.0/sparc.iso
/dev/lofi/1
# mount -F hsfs -o ro /dev/lofi/1 /mnt |
|
b**********e 发帖数: 13 | 15 When using:
mount -F hsfs -o ro /dev/dsk/c0t2d0s0 /cdrom
to mount IDE cdrom on Ultra 5 work station, it says "device not found".
Could any one give hints?
Thanks! |
|
U**I 发帖数: 12 | 16 【 以下文字转载自 Linux 讨论区 】
【 原文由 UTSI 所发表 】
Our group has a server, each of students has an account in server.
We can mount the server's harddisk from our workstation, say, /HOME.
However,if I login in server, I can not see my workstation's local disk.(/home)
Is there any way can easily let me use my local disk in server? And how to do
it(how to mount?)
Thanks! |
|
T********r 发帖数: 6210 | 17 【 以下文字转载自 Linux 讨论区 】
【 原文由 Terminator 所发表 】
Mounting Solaris CDROMs
So you've shelled out $20 for downloading the solaris ISO images...
and you suddenly realize you dont have a CDROM burner. You now have a
slight problem, because using the normal "mount a file as a
filesystem" trick, only works for the first filesystem in that file.
Happily, there is a workaround that you can try.
To turn a solaris 9 "cd 1 of 1" into two mountable files |
|
m******k 发帖数: 43 | 18 【 以下文字转载自 Linux 讨论区 】
发信人: mxyzptlk (information), 信区: Linux
标 题: 无法从私有IP的客户上mount 远程NFS 分区
发信站: BBS 未名空间站 (Sun Sep 7 20:26:06 2008), 转信
client: a machine in a private lan, this lan connect to internet via my ISP
cable modem. So there would be dynamic IP allocation and NAT.
server: a machine with public static IP and export a NFS directory.
I can not mount the server NFS shared directory on the client machine no
matter how I configure the server side /etc/exports (I already tried to use
the dy |
|
w*m 发帖数: 1806 | 19 【 以下文字转载自 Linux 讨论区 】
发信人: wdm (WDM), 信区: Linux
标 题: How to mount?
发信站: BBS 未名空间站 (Sun May 9 12:23:32 2010, 美东)
in Solaris 9,
mount /export/home/apps /apps
how to make it work?
thanks |
|
m****s 发帖数: 9 | 20 To mount a folder as a drive---use subst
to mount a drive as folder in another drive. right click on "My computer"
go to manage, then find storage on left pane, you can do it there. |
|
s**o 发帖数: 57 | 21 不知有没有人将在6月份在迈阿密mount sinai做observership。我的observership这个
月末结束。现在的房东一人住,想找一中国的女生做roommate。公寓极好,地段好,很
方便,离mount sinai只需走路20分钟,而且有两路汽车通往医院,一路汽车通往机场
,离grocery store, pharmcy, bank of american都是10分钟以内的路程。房东是
super nice,喜欢中国文化。有意者请回帖,我会进一步提供信息。 |
|
s**o 发帖数: 57 | 22 上贴发了关于mount sinai observership的住房信息。有网友问及mount sinai
observership的情况。大家可以点击 http://www.msmc.com/body.cfm?id=318了解详情。
这里提供一点内部信息,internal medicine上个月的waiting list就已排到10月了,
Gastroenterology 至少8月已满,pathology 的要有点基础的。cardiology 情况也差
不多。每个specialty observership 为期一个月,结束后可以得到ACCME accredited
证书。 |
|
m**********s 发帖数: 754 | 23 3)取下前lower mount的15mm 螺栓(可能需要grip plier在另一头配合);
4)取下mount横梁后部的两个17mm 螺丝; |
|
n***o 发帖数: 210 | 24 Jack up the engine from underneath the oil pan should be safe. Of course you
need some wood blocks. I seated my engine-tranny assemble on a pile of
wood when I installed tranny. No problem at all.
Small cars are really easier. V70 has three mount that need to jack up the
engine-tranny in order to get enough clearance. Fortunately, I don't have to
deal with them anytime soon. Top and bottom torques mounts are very easy to
replace, though. |
|
l****n 发帖数: 723 | 25 你换的是原厂的mount还是Energy Suspension的polyurethane mount?
如果是前者,应该是不抖的,如果是后者,应该会灰常抖。 |
|
l*******a 发帖数: 67 | 26 本来是发在车轮版,有好心路过的同学告诉我帖到车迷版遇到牛牛的机会多。。。
简而言之是车拉到中国城修理厂师傅那检测出7个问题,然后排查觉得是turbo坏了引起
的,但是究竟是全换了还是换部件不清楚,要我去audi service那去做检查,拿report
回来给他们修,但是修起来不便宜,换个turbo是1500+税+labor fee,engine mount四
个都断了,还有些小毛病,后车刹,车灯,机油什么的。。。第一次修车,怕被宰,
turbo要换太贵了,不知能否上amazon上买了过来给师傅换,labor fee怎么算合适?
amazon的链接入下,请问我怎么才知道我的车用的型号跟这个一致?
http://www.amazon.com/Godspeed-Jetta-1-8t-Mount-Turbo/dp/B004PL
好吧,把原版故事贴下来,供各位无聊之际看看,打发下时间了:
---------------------------------------------------------------------------- |
|
|
|
|
|
w*******y 发帖数: 60932 | 31 VideoSecu ML520B Articulating Wall Mount for 22" to 40" Display LCD TV
Monitor TV Wall Mount
Link:
http://www.amazon.com/gp/product/B000WYVBR0/ref=ox_ya_os_product
$19.50 free shipping with Amazon Prime or Free Super Saver Shipping
This is much better than the other Articulating arm that went on sale from
Walmart the other day.
Link:
|
|
|
|
w*******y 发帖数: 60932 | 34 KidCo Angle-Mount Safeway Gate for $6.40!
Link:
http://www.amazon.com/KidCo-G22-Angle-Mount-Safeway-Gate/dp/B0015GRMHW/ref=pd_bxgy_ba_img_a
List Price: $116.00
Price: $6.40
You Save: $109.60 (94%)
Free Shipping!!
I bought one of these last week from Amazon and installed it under an hour
watching TV. I probably could have done it faster, but I thought I would
take my time since this was my first baby gate. I needed 2 more of these
things after I saw I liked it and when I went back to Ama... 阅读全帖 |
|
|
w*******y 发帖数: 60932 | 36 Buydig has the 55UL605U 55'' 120hz LED HDTV (which includes the USB wifi
adapter) for $1239 with a free slim flat wall mount and 6ft hdmi cable.
Enter coupon code "55UL605U" at checkout, and discounted price will show at
final step of checkout. Mount and cable will automatically be added to cart.
Just jumped on it. Great Deal!!
http://www.buydig.com/shop/product.aspx?sku=TB5 5UL605
|
|
w*******y 发帖数: 60932 | 37 Give your iPhone GPS, podcasts, and phone calls a sound boost. The built-in
amplification system in the cradle doubles the volume from your iPhone
speaker making it easier to hear your voice-guided directions, calls and
more. It mounts on any dash with no installation required. The cradle holds
your iPhone safely and securely on even the roughest terrain yet uses no
adhesive or hardware so it can be repositioned for optimum GPS reception and
moved easily from car to car.
* Doubles the volum... 阅读全帖 |
|
w*******y 发帖数: 60932 | 38 Living Social is offering admission to Mount Vernon for 53% off (Adult $7,
Child $3), also gift certificates to the Mount Vernon Resturant for 50% off
(pay $20, value $40).
And . . .
EBAY is offering an additional $5 in EBAY bucks for taking advantage of this
offer. |
|
w*******y 发帖数: 60932 | 39 I have been on the lookout for a TV mount solution for Kinect as I the only
approved version retails for $40. Well, Amazon has it for $23.99. At $40
I was looking at customizing my own solution, but for $24 I am giving this a
try. I understand this may not work for some LED back-lit TVs, but should
for most other LCDs. Also, I am told that mounting the Kinect over the TV
it performs better and requires less floor space than when under the TV. I
hope this is true, as my floor space is limit... 阅读全帖 |
|
|